| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -7/+7 | |
| 2019-07-18 | resolve: Use `feature(custom_attribute)` fallback only if the feature is enabled | Vadim Petrochenkov | -16/+9 | |
| 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 | -2/+2 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -2/+21 | |
| 2019-05-22 | tests: Centralize proc macros commonly used for testing | Vadim Petrochenkov | -8/+8 | |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -8/+8 | |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+50 | |
