| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -36/+87 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -5/+28 |
| 2023-03-28 | RTN | Michael Goulet | -0/+12 |
| 2023-03-28 | ParenthesizedGenericArgs::{Ok -> ParenSugar} | Michael Goulet | -5/+5 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -42/+42 |
| 2023-03-27 | Use span of placeholders in format_args!() expansion. | Mara Bos | -23/+43 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+1 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -42/+42 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -2/+5 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -1/+17 |
| 2023-03-16 | Also inline integer literals into format_args!(). | Mara Bos | -5/+18 |
| 2023-03-16 | Check all arg indexes before removing inlined format args. | Mara Bos | -13/+15 |
| 2023-03-16 | Remove unreachable branch in format_args ast lowering. | Mara Bos | -19/+8 |
| 2023-03-16 | Fix argument index remapping in format_args flattening. | Mara Bos | -28/+36 |
| 2023-03-16 | Only inline `{}` string literals in format_args. | Mara Bos | -0/+1 |
| 2023-03-16 | Support flattening/inlining format_args through & and (). | Mara Bos | -6/+12 |
| 2023-03-16 | Inline string literals into format_args!(). | Mara Bos | -3/+61 |
| 2023-03-16 | Coalesce adjacent literal pieces in expand_format_args. | Mara Bos | -16/+16 |
| 2023-03-16 | Flatten nested format_args!() into one. | Mara Bos | -2/+100 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -38/+28 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -1/+0 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -2/+3 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -1/+0 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -31/+24 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -2/+3 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -38/+28 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -31/+24 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+1 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -17/+2 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -17/+2 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -13/+41 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -17/+34 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -23/+29 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -31/+25 |
| 2023-02-22 | Suppress duplicated errors for associated type bounds in object types | Michael Goulet | -33/+46 |
| 2023-02-22 | Move associated type bounds check to ast lowering | Michael Goulet | -3/+15 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -4/+11 |
| 2023-02-21 | Use `ThinVec` in `ast::AngleBracketedArgs`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -2/+2 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -2/+2 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -1/+1 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -19/+44 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -13/+1 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -13/+0 |
| 2023-01-27 | Destructure format_options in make_format_spec. | Mara Bos | -11/+21 |