| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -14/+10 | |
| MIR lowering for `if let` expressions is now more complicated now that `if let` exists in HIR. This PR adds a scope for the variables bound in an `if let` expression and then uses an approach similar to how we handle loops to ensure that we reliably drop the correct variables. | ||||
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -0/+4 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -3/+1 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -5/+4 | |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -10/+13 | |
| 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 | |
