| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -1/+1 | |
| 2020-03-17 | Update const-eval tests | Dylan MacKenzie | -35/+39 | |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -3/+27 | |
| and renamed 'recursion_limit' in limits.rs to simple 'limit' because it does handle other limits too. | ||||
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -1/+9 | |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -20/+35 | |
| rename feature to const_eval_limit | ||||
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ↵ | Christoph Schmidler | -1/+33 | |
| defaults to 1_000_000 | ||||
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+24 | |
