| Age | Commit message (Expand) | Author | Lines |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -11/+16 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -30/+55 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -5/+12 |
| 2023-03-28 | RTN | Michael Goulet | -0/+12 |
| 2023-03-28 | ParenthesizedGenericArgs::{Ok -> ParenSugar} | Michael Goulet | -1/+1 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+1 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -2/+3 |
| 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 | Only compute the crate hash when necessary. | Nicholas Nethercote | -31/+24 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -9/+30 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -9/+13 |
| 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/+7 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+10 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -2/+2 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -4/+22 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -12/+1 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -0/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+1 |
| 2023-01-23 | Evaluate `output_filenames` before one of its dependencies gets stolen | Oli Scherer | -0/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -4/+4 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -4/+4 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -2/+1 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -4/+4 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+1 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -3/+3 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -3/+3 |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -2/+5 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -2/+5 |
| 2022-12-25 | Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-12-25 | Rollup merge of #105375 - WaffleLapkin:docfix, r=cjgillot | Matthias Krüger | -4/+2 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -1/+1 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -2/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -1/+1 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-12-18 | Revert "Introduce lowering_arena to avoid creating AST nodes on the fly" | Nilstrieb | -35/+20 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -1/+2 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+2 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -11/+21 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -11/+21 |