| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -9/+0 | |
| 2022-11-23 | Bump the const eval step limit | Oli Scherer | -3/+3 | |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -2/+2 | |
| 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. | ||||
| 2020-06-28 | Update tests | Dylan MacKenzie | -17/+3 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -12/+1 | |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -2/+2 | |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -1/+1 | |
| 2020-03-17 | Update const-eval tests | Dylan MacKenzie | -17/+4 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 | |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -2/+6 | |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -2/+5 | |
| This creates a new test directory, `ui/consts/control-flow` to hold tests related to control flow in a const context. It also blesses all existing tests with the new error messages, and adds new tests for the `const_if_match` feature. | ||||
| 2019-11-13 | Bless less verbose error messages | Dylan MacKenzie | -25/+6 | |
| The MIR const-checker errors for if/match/loop are now delay span bugs, so nothing will be emitted unless the HIR checker misses something. | ||||
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -4/+23 | |
| 2019-07-11 | rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. | Eduard-Mihai Burtescu | -2/+10 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -16/+7 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+41 | |
