| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -128/+0 | |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -8/+4 | |
| available | ||||
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -8/+8 | |
| 2020-07-27 | mv std libs to library/ | mark | -2/+2 | |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -14/+14 | |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -12/+8 | |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -15/+30 | |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -25/+17 | |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -8/+41 | |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -10/+34 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -4/+14 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -4/+4 | |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -2/+2 | |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are ↵ | Vadim Petrochenkov | -38/+38 | |
| resolved Also mark derive helpers as known as a part of the derive container's expansion instead of expansion of the derives themselves which may happen too late. | ||||
| 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 | |
