| Age | Commit message (Expand) | Author | Lines |
| 2023-07-07 | Auto merge of #113308 - compiler-errors:poly-select, r=lcnr | bors | -14/+9 |
| 2023-07-06 | Rollup merge of #111917 - WaffleLapkin:validate_unalloc, r=oli-obk | Michael Goulet | -14/+9 |
| 2023-07-06 | Separate select calls that don't need a binder | Michael Goulet | -14/+9 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -3/+4 |
| 2023-06-28 | remove FIXME and add test | James Dietz | -2/+0 |
| 2023-06-28 | add check for ConstKind::Value(_) | James Dietz | -2/+7 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -16/+12 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -16/+12 |
| 2023-06-20 | address most easy comments | Ziru Niu | -7/+5 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -4/+5 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -49/+63 |
| 2023-06-19 | Dedup some type checks in the MIR validator | Scott McMurray | -50/+27 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -2/+25 |
| 2023-06-18 | Auto merge of #112638 - lqd:rpo, r=cjgillot | bors | -5/+2 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -49/+63 |
| 2023-06-17 | Remove even more redundant builtin candidates | Michael Goulet | -1/+5 |
| 2023-06-17 | Simplify even more candidates | Michael Goulet | -2/+7 |
| 2023-06-17 | Simplify some impl source candidates | Michael Goulet | -1/+1 |
| 2023-06-14 | inline explicit rpo access in promote consts | Rémy Rakic | -5/+2 |
| 2023-06-08 | Auto merge of #108293 - Jarcho:mut_analyses, r=eholk | bors | -3/+3 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -79/+54 |
| 2023-05-29 | unique borrows are mutating uses | lcnr | -3/+1 |
| 2023-05-24 | Simplify duplicate checks for mir validator | Maybe Waffle | -14/+9 |
| 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-18 | Take MIR dataflow analyses by mutable reference. | Jason Newcomb | -3/+3 |
| 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 |