| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -12/+0 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -3/+3 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -1/+1 | |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -20/+2 | |
| Normally `#![feature(...)]` shouldn't change behavior, but custom attributes in particular are in the process of retirement, and we should not produce a message telling to enable them. It also helps with unifying diagnostics for unresolved macros. | ||||
| 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-04-11 | Reword tracking issue note | Esteban Küber | -3/+3 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -3/+6 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-01 | Extra proc macro gates are now at #54727 | Alex Crichton | -1/+1 | |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -3/+11 | |
| 2018-08-20 | resolve: Consolidate error reporting for resolved macros in `fn ↵ | Vadim Petrochenkov | -4/+4 | |
| resolve_macro_to_def` | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -2/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2/+2 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2016-09-16 | fix top level attr spans | Mikhail Modin | -0/+18 | |
