| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -18/+12 | |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -3/+36 | |
| 2019-08-23 | `--bless` some tests due to message format change. | Mazdak Farrokhzad | -4/+2 | |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-06-22 | Lint empty 'derive()' as unused attribute. | Mazdak Farrokhzad | -10/+1 | |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -9/+9 | |
| Unlike other built-in attributes, this attribute accepts any input | ||||
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -36/+48 | |
| - 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-05-24 | Revert changes that belong to separate PR | Esteban Küber | -21/+12 | |
| 2019-05-24 | review comments | Esteban Küber | -1/+1 | |
| 2019-05-24 | Tweak macro parse errors when reaching EOF during macro call parse | Esteban Küber | -25/+31 | |
| - Add detail on origin of current parser when reaching EOF and stop saying "found <eof>" and point at the end of macro calls - Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error | ||||
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -4/+4 | |
| Remove some dead code | ||||
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -9/+5 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -2/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -15/+15 | |
| 2019-02-27 | Mention `unwind(aborts)` in diagnostics for `#[unwind]` | Vadim Petrochenkov | -0/+51 | |
| Simplify input validation for `#[unwind]`, add tests | ||||
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -4/+0 | |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -0/+53 | |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -5/+5 | |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -11/+103 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -0/+2 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -47/+7 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+120 | |
