| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -12/+12 |
| 2023-10-21 | Remove redundant checks. | Camille GILLOT | -16/+2 |
| 2023-10-21 | Parametrize gather_moves by filter. | Camille GILLOT | -2/+2 |
| 2023-10-21 | Stop computing error info in move path builder. | Camille GILLOT | -4/+2 |
| 2023-10-21 | Avoid using a magic value for untracked locals. | Camille GILLOT | -2/+4 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -47/+196 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -8/+8 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-16 | docs: add Rust logo to more compiler crates | Michael Howell | -1/+3 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+2 |
| 2023-09-02 | Take `&mut Results` in `ResultsVisitor` | Jason Newcomb | -3/+3 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -2/+2 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -2/+2 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -4/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-01 | Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errors | bors | -7/+10 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -4/+2 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -4/+2 |
| 2023-07-24 | borrowck/errors: fix i18n error in delayed bug | David Wood | -5/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-06-29 | Merge `un_derefer` into `MovePathLookup` | DrMeepster | -1/+1 |
| 2023-06-27 | Only consider places with the same local in each_borrow_involving_path. | Camille GILLOT | -7/+10 |
| 2023-06-20 | address most easy comments | Ziru Niu | -7/+8 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -23/+15 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-06-08 | Auto merge of #108293 - Jarcho:mut_analyses, r=eholk | bors | -3/+6 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -3/+16 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -1/+2 |
| 2023-05-24 | Rollup merge of #111840 - voidc:borrowck-consumers, r=oli-obk | Manish Goregaokar | -29/+14 |
| 2023-05-23 | Move BodyWithBorrowckFacts to consumers | Dominik Stolz | -28/+1 |
| 2023-05-23 | Return promoteds in BodyWithBorrowckFacts | Dominik Stolz | -0/+3 |
| 2023-05-23 | Allow consumers to retrieve borrowck output | Jonáš Fiala | -18/+27 |
| 2023-05-18 | Take MIR dataflow analyses by mutable reference. | Jason Newcomb | -3/+6 |
| 2023-05-17 | Compute dominators on demand for borrowck. | Camille GILLOT | -6/+6 |
| 2023-05-17 | Cache dominators. | Camille GILLOT | -9/+4 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-03 | remove `inside_canonicalization_ctxt` flag | lcnr | -4/+4 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -1/+1 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -5/+6 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+1 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -1/+1 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -21/+9 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |