| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -93/+0 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -7/+7 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -7/+7 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -14/+14 | |
| 2020-03-10 | --bless some tests | Mazdak Farrokhzad | -105/+28 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+7 | |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -28/+105 | |
| Which is no longer dummy and is available from metadata now. | ||||
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -7/+7 | |
| Split off from #62855 This PR deerializes the declaration `Span` and attributes for all procedural macros from their underlying function definitions. This allows Rustdoc to properly render doc comments and source links when inlining procedural macros across crates | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -14/+14 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -14/+14 | |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+86 | |
