| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -0/+1 |
| 2023-04-15 | fix clippy::{clone_on_copy, useless_conversion} | Matthias Krüger | -1/+1 |
| 2023-04-13 | Remove `impl ToRegionVid for RegionVid`. | Nicholas Nethercote | -1/+1 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -6/+2 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -2/+2 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -3/+3 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -4/+4 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -1/+1 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -3/+4 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -14/+4 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -14/+4 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -2/+1 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+2 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -10/+0 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -10/+0 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -11/+10 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -11/+10 |
| 2023-03-03 | use helper function for error reporting | Giacomo Pasini | -17/+3 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -8/+17 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -5/+5 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+4 |
| 2023-02-21 | address review | b-naber | -2/+2 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -0/+1 |
| 2023-02-19 | add some cfgs back | b-naber | -23/+33 |
| 2023-02-19 | remove cfgs | b-naber | -21/+0 |
| 2023-02-19 | some conditional imports | b-naber | -0/+1 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -14/+76 |