| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -3/+3 | |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -0/+112 | |
| 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-06 | Rebase fallout | Oliver Scherer | -24/+21 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -3/+3 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -0/+225 | |
