| Age | Commit message (Expand) | Author | Lines |
| 2022-05-18 | Auto merge of #96800 - nbdd0121:const, r=nagisa | bors | -2/+2 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -339/+440 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+1 |
| 2022-05-07 | Permit asm_const and asm_sym to reference outer generic params | Gary Guo | -2/+2 |
| 2022-05-05 | Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov | Matthias Krüger | -2/+3 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -36/+97 |
| 2022-05-05 | Add a comment on `TokenKind::Interpolated`. | Nicholas Nethercote | -0/+9 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -30/+86 |
| 2022-05-04 | Auto merge of #96683 - nnethercote:speed-up-Token-ident-lifetime, r=petrochenkov | bors | -7/+17 |
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -2/+3 |
| 2022-05-04 | Remove unnecessary `NtIdent` in `Token::is_whole_expr`. | Nicholas Nethercote | -1/+1 |
| 2022-05-04 | Speed up `Token::{ident,lifetime}`. | Nicholas Nethercote | -6/+16 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -1/+14 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -1/+5 |
| 2022-04-29 | Remove the `T::VISIT_TOKENS` test in `visit_mac_args`. | Nicholas Nethercote | -11/+7 |
| 2022-04-29 | Rename `visit_interpolated` as `visit_nonterminal`. | Nicholas Nethercote | -2/+2 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -38/+45 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -3/+3 |
| 2022-04-25 | Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors | bors | -12/+34 |
| 2022-04-21 | Auto merge of #96210 - nnethercote:speed-up-TokenCursor, r=petrochenkov | bors | -15/+12 |
| 2022-04-21 | Introduced `Cursor::next_with_spacing_ref`. | Nicholas Nethercote | -0/+8 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -14/+26 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -12/+22 |
| 2022-04-20 | Inline `Cursor::next_with_spacing`. | Nicholas Nethercote | -0/+1 |
| 2022-04-19 | rustc_metadata: Store a flag telling whether an item may have doc links in it... | Vadim Petrochenkov | -0/+13 |
| 2022-04-19 | Inline and remove `TokenTree::{open_tt,close_tt}`. | Nicholas Nethercote | -10/+0 |
| 2022-04-19 | Tweak `Cursor::next_with_spacing`. | Nicholas Nethercote | -5/+3 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -10/+9 |
| 2022-04-17 | Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot | bors | -2/+2 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -10/+9 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -10/+54 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -1/+1 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -10/+54 |
| 2022-04-13 | Remove last vestiges of skippng ident span hashing | Aaron Hill | -2/+2 |
| 2022-04-11 | Use const Box::default in P::<[T]>::new | Josh Stone | -8/+3 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -1/+1 |
| 2022-04-08 | Fix invalid array access in `beautify_doc_string` | Guillaume Gomez | -1/+4 |
| 2022-04-07 | Shrink `Nonterminal`. | Nicholas Nethercote | -6/+8 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -3/+3 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -9/+1 |
| 2022-03-23 | Update syntax tree definition | Grisha Vartanyan | -3/+3 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -6/+23 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -1/+1 |
| 2022-03-05 | Ignore | Jack Huey | -2/+2 |
| 2022-03-05 | Add commment covering the case with no where clause | Jack Huey | -0/+2 |
| 2022-03-05 | Review changes | Jack Huey | -0/+12 |