| 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 | -1/+1 | |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -1/+3 | |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -3/+4 | |
| 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. | ||||
| 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 | -10/+0 | |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -0/+3 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2/+2 | |
| 2016-09-16 | fix top level attr spans | Mikhail Modin | -0/+14 | |
