| Age | Commit message (Expand) | Author | Lines |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -17/+0 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -6/+58 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -6/+58 |
| 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 | -0/+5 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+1 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -11/+11 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -3/+3 |
| 2022-04-17 | Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot | bors | -2/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -1/+15 |
| 2022-04-13 | Remove last vestiges of skippng ident span hashing | Aaron Hill | -2/+2 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -1/+1 |
| 2022-03-23 | Update syntax tree definition | Grisha Vartanyan | -1/+1 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -2/+16 |
| 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 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -0/+13 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -2/+3 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -1/+14 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -2/+1 |
| 2022-02-22 | Delete Decoder::read_unit | Mark Rousskov | -2/+1 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 |
| 2022-02-07 | Drop tracking: improve break and continue handling | Eric Holk | -1/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -2/+3 |
| 2022-01-22 | Rename `Decoder::read_nil` and `read_unit`. | Nicholas Nethercote | -1/+1 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -0/+14 |
| 2022-01-18 | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-01-17 | Rm some unused ord impls | pierwill | -2/+2 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -0/+14 |
| 2022-01-17 | Add term | kadmin | -4/+21 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -6/+8 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -38/+1 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -2/+4 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -9/+2 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -1/+2 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -0/+2 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -0/+15 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -2/+2 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -30/+38 |
| 2021-10-01 | Improve error message for missing angle brackets in `[_]::method` | Fabian Wolff | -0/+2 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -4/+0 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+8 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+8 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -7/+0 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+31 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |