| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -183/+0 | |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -12/+6 | |
| available | ||||
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -5/+5 | |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -3/+3 | |
| 2022-06-02 | Revert #96682. | Nicholas Nethercote | -14/+14 | |
| The change was "Show invisible delimiters (within comments) when pretty printing". It's useful to show these delimiters, but is a breaking change for some proc macros. Fixes #97608. | ||||
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -14/+14 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -22/+22 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -3/+3 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -9/+9 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -3/+3 | |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -21/+21 | |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -21/+21 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+18 | |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -21/+21 | |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+15 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -21/+21 | |
| 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-01-09 | clarify resolve typo suggestion | Andy Russell | -3/+3 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -15/+15 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -1/+29 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -18/+18 | |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+128 | |
