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

const limit for CTFE #67260

Merged
merged 5 commits into from
Mar 5, 2020
Merged

const limit for CTFE #67260

merged 5 commits into from
Mar 5, 2020

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    337af5e View commit details
    Browse the repository at this point in the history
  2. Disable CTFE if const_limit was set to 0, otherwise use the value set…

    …, which defaults to 1_000_000
    TheSamsa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ff38bab View commit details
    Browse the repository at this point in the history
  3. Add a new test to reach const_limit setting, although with wrong WARN…

    …INGs yet
    
    rename feature to const_eval_limit
    TheSamsa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    288e142 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c94c74e View commit details
    Browse the repository at this point in the history
  5. Bumped version number for const_eval_limit in active.rs

    and renamed 'recursion_limit' in limits.rs to simple 'limit' because it does handle other limits too.
    TheSamsa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    527456e View commit details
    Browse the repository at this point in the history