| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -11/+0 | |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 | |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -4/+3 | |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -9/+2 | |
| 2020-06-28 | Update tests | Dylan MacKenzie | -16/+1 | |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -25/+2 | |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -2/+25 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 | |
| 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 | -16/+4 | |
| 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 | -3/+15 | |
| 2019-08-02 | bless all the things | Ralf Jung | -4/+4 | |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -6/+6 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -3/+9 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -1/+1 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -3/+4 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -12/+4 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+32 | |
