| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -2/+2 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -2/+2 | |
| 2020-02-06 | Forbid using `0` as issue number | Yuki Okushi | -2/+3 | |
| 2020-01-30 | clarify "incorrect issue" error | Andy Russell | -4/+6 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -12/+12 | |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable ↵ | Oliver Scherer | -8/+7 | |
| functions with a `const` modifier | ||||
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 | |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -6/+8 | |
| Add E0734 and its long explanation Part of https://github.com/rust-lang/rust/issues/61137 | ||||
| 2019-09-27 | Update ui tests | Guillaume Gomez | -6/+8 | |
| 2019-09-26 | Add test for E0543 | Guillaume Gomez | -8/+18 | |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -2/+2 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -18/+18 | |
| - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser | ||||
| 2019-04-23 | Update ui tests | varkor | -2/+2 | |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -2/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -2/+2 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -4/+6 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -34/+34 | |
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -6/+21 | |
| This makes the capitalisation consistent and provides more context (especially for missing top-level attributes). | ||||
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -90/+99 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -116/+36 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+483 | |
