| Age | Commit message (Expand) | Author | Lines |
| 2023-07-12 | Shorten some overlong comment lines. | Nicholas Nethercote | -6/+7 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -28/+1 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -15/+32 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -16/+25 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -23/+31 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -8/+16 |
| 2023-07-02 | refactor | Eric Mark Martin | -17/+19 |
| 2023-06-30 | resolve typerelative ctors to adt | Eric Mark Martin | -12/+27 |
| 2023-06-28 | remove cruft | Eric Mark Martin | -1/+0 |
| 2023-06-28 | use translatable subdiagnostic | Eric Mark Martin | -1/+6 |
| 2023-06-28 | add note for non-exhaustive matches with guards | Eric Mark Martin | -0/+5 |
| 2023-06-27 | Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb | Matthias Krüger | -8/+24 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -8/+24 |
| 2023-06-27 | Rollup merge of #113039 - matthiaskrgr:custom_mir, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -15/+4 |
| 2023-06-26 | make custom mir ICE a bit nicer | Matthias Krüger | -1/+5 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -0/+5 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -15/+4 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -0/+18 |
| 2023-06-20 | address most easy comments | Ziru Niu | -13/+7 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -17/+27 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -5/+11 |
| 2023-06-19 | Remove duplicated comment. | Camille GILLOT | -7/+0 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+25 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -5/+11 |
| 2023-06-16 | Re-use the deref-pattern recursion instead of duplicating the logic | Oli Scherer | -59/+26 |
| 2023-06-04 | Show note for type ascription interpreted as a constant pattern, not a new va... | 许杰友 Jieyou Xu (Joe) | -1/+6 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -12/+5 |
| 2023-05-31 | Inline from_inline_const into its sole call site | Oli Scherer | -32/+61 |
| 2023-05-31 | Explain and simplify valtree -> mir-const fallback | Oli Scherer | -7/+9 |
| 2023-05-31 | `bug!` message nit | Oli Scherer | -1/+1 |
| 2023-05-31 | Simplify an `if let Some` to a `?` | Oli Scherer | -13/+10 |
| 2023-05-31 | Remove some dead code | Oli Scherer | -15/+2 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -12/+11 |
| 2023-05-31 | Remove `deref_mir_constant` | Oli Scherer | -3/+0 |
| 2023-05-31 | Only rewrite valtree-constants to patterns and keep other constants opaque | Oli Scherer | -156/+224 |
| 2023-05-30 | Remove a hack that has become obsolete after https://github.com/rust-lang/rus... | Oli Scherer | -13/+1 |
| 2023-05-30 | Get `lit_to_const` in sync with `const_to_valtree_inner` | Oli Scherer | -0/+13 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -1/+1 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -4/+6 |
| 2023-05-26 | Rollup merge of #111951 - cjgillot:uninh-comment, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -23/+35 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -4/+6 |
| 2023-05-25 | Correct comment on privately uninhabited pattern. | Camille GILLOT | -2/+2 |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -0/+20 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -7/+7 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-05-24 | Emit diagnostic for privately uninhabited uncovered witnesses. | Camille GILLOT | -0/+20 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+7 |