| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+0 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -4/+10 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -4/+10 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -5/+2 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+28 |
| 2024-02-19 | Rollup merge of #121275 - tshepang:test-panicking-proc-macros, r=nnethercote | Matthias Krüger | -0/+18 |
| 2024-02-18 | add test for panicking attribute macros | Tshepang Mbambo | -0/+18 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -1/+1 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+28 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -872/+872 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -4/+51 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -4/+51 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -10/+0 |
| 2024-02-11 | Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr... | Matthias Krüger | -0/+51 |
| 2024-02-11 | Add test for the issue | long-long-float | -0/+51 |
| 2024-02-07 | Update tests | r0cky | -0/+3 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -66/+45 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -10/+44 |
| 2024-01-22 | Fix some cases in `space_between`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Don't insert spaces before most semicolons in `print_tts`. | Nicholas Nethercote | -65/+44 |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -4/+6 |
| 2024-01-13 | Bless tests | George-lewis | -0/+19 |
| 2024-01-12 | Rename `--env` option flag to `--env-set` | Guillaume Gomez | -1/+1 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -0/+6 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -6/+6 |
| 2024-01-04 | Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwco | Matthias Krüger | -576/+576 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -6/+6 |
| 2023-12-25 | Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot | bors | -0/+22 |
| 2023-12-21 | Switch from using `//~ERROR` annotations with `--error-format` to `error-patt... | Rajveer | -576/+576 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+45 |
| 2023-12-11 | Add tests for `--env` usage with `tracked_env::var` | Guillaume Gomez | -0/+45 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -2/+0 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -43/+56 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -62/+215 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -2/+0 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+5 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -16/+15 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -41/+41 |
| 2023-11-20 | test: Add test for async-move in 2015 Rust proc macro | Arthur Cohen | -0/+57 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -16/+15 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+30 |
| 2023-10-12 | Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`. | Nicholas Nethercote | -386/+416 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+22 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+22 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -6/+6 |
| 2023-09-29 | make soft_unstable show up in future breakage reports | Ralf Jung | -0/+22 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -0/+149 |
| 2023-09-24 | Add a test for printing literals via `proc-macro` | Maybe Waffle | -0/+149 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+5 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+6 |