Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recursion check on main function #4203

Merged
merged 4 commits into from
Aug 5, 2019

Commits on Aug 5, 2019

  1. Add recursion check on main function

    Changes:
    - Add MainRecursion lint to clippy
    - Check for no-std setup
    
    fixes rust-lang#333
    Vincent Dal Maso authored and flip1995 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4eab691 View commit details
    Browse the repository at this point in the history
  2. Move expression check to LateLintPass

    Changes:
    - Move from EarlyLintPass
    - Fix entrypoint check with function path def_id.
    Vincent Dal Maso authored and flip1995 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    77b21b6 View commit details
    Browse the repository at this point in the history
  3. Run update_lints and fmt

    flip1995 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    a922f80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dabf599 View commit details
    Browse the repository at this point in the history