| Age | Commit message (Expand) | Author | Lines |
| 2023-06-03 | unique borrows are mutating uses | lcnr | -3/+1 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-14 | Start node has no immediate dominator | Tomasz Miąsko | -1/+1 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -1/+9 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -11/+11 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -0/+3 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+3 |
| 2023-04-26 | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | -7/+2 |
| 2023-04-26 | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | -1/+2 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+6 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -8/+1 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -5/+51 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -8/+1 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -5/+51 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -6/+5 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -2/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -1/+1 |
| 2023-04-16 | revive raw pointer comp error | Deadbeef | -2/+3 |
| 2023-04-09 | Fix transmute intrinsic mir validation ICE | Jakob Degen | -2/+10 |
| 2023-04-06 | Address review feedback | Gary Guo | -15/+23 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -5/+8 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -10/+10 |
| 2023-04-06 | Rollup merge of #109921 - compiler-errors:dyn-star-const-static, r=eholk | Yuki Okushi | -1/+1 |
| 2023-04-04 | Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber | Michael Goulet | -4/+39 |
| 2023-04-04 | dyn* is a valid const | Michael Goulet | -1/+1 |
| 2023-04-03 | Enforce VarDebugInfo::Place in MIR validation. | Camille GILLOT | -4/+39 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -2/+1 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -2/+2 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -25/+26 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -2/+2 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+27 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+5 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -2/+2 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+5 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -4/+5 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -9/+0 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -3/+4 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -1/+1 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -1/+1 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+9 |