| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | Only apply `ProceduralMasquerade` hack to older versions of `rental` | Aaron Hill | -105/+321 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -4/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -4/+4 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -6/+6 |
| 2022-10-04 | Improve spans when splitting multi-char operator tokens for proc macros. | Nicholas Nethercote | -64/+64 |
| 2022-10-03 | Add some more operator cases to `dump-debug-span-debug.rs`. | Nicholas Nethercote | -32/+102 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -20/+20 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -1/+4 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -1/+0 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -11/+19 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -11/+19 |
| 2022-09-11 | Add test for #101211 | winxpqq955 | -0/+29 |
| 2022-09-04 | proc_macro/bridge: use the cross-thread executor for nested proc-macros | Nika Layzell | -3/+20 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -1/+1 |
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -247/+183 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -1/+4 |
| 2022-08-08 | add regression test for #79148 | Takayuki Maeda | -0/+45 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -29/+39 |
| 2022-07-19 | Auto merge of #99451 - Dylan-DPC:rollup-ceghu18, r=Dylan-DPC | bors | -7/+7 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -7/+7 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Ident | Nika Layzell | -28/+12 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -8/+8 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -8/+8 |
| 2022-07-10 | Auto merge of #98463 - mystor:expand_expr_bool, r=eddyb | bors | -1/+70 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -3/+3 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 |
| 2022-06-29 | Rollup merge of #98660 - eddyb:invalid-punct-stage1, r=lqd | Matthias Krüger | -14/+6 |
| 2022-06-29 | Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obk | Dylan DPC | -4/+1 |
| 2022-06-29 | Unbreak stage1 tests via ignore-stage1 in `proc-macro/invalid-punct-ident-1.rs`. | Eduard-Mihai Burtescu | -14/+6 |
| 2022-06-28 | Don't point at another arg if we're already pointing at one | Michael Goulet | -4/+1 |
| 2022-06-26 | proc_macro: stop using a remote object handle for Punct | Nika Layzell | -1/+1 |
| 2022-06-24 | proc_macro: Fix expand_expr expansion of bool literals | Nika Layzell | -1/+70 |
| 2022-06-17 | Rollup merge of #97377 - ChayimFriedman2:issue-91800, r=estebank | Yuki Okushi | -0/+98 |
| 2022-06-16 | Do not suggest adding semicolon/changing delimiters for macros in item positi... | Chayim Refael Friedman | -0/+98 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -4/+6 |
| 2022-06-02 | Revert #96682. | Nicholas Nethercote | -86/+59 |
| 2022-05-27 | proc_macro: don't pass a client-side function pointer through the server. | Eduard-Mihai Burtescu | -9/+12 |
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -59/+86 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -1/+1 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -0/+5 |
| 2022-04-04 | Rollup merge of #95343 - dtolnay:literals, r=petrochenkov | Dylan DPC | -2/+13 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -18/+6 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -4/+4 |
| 2022-03-26 | Use str and char's Debug impl to format literals | David Tolnay | -8/+8 |
| 2022-03-26 | Add test for proc_macro Literal string and character constructors | David Tolnay | -0/+11 |
| 2022-03-26 | proc-macro: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -414/+21 |