| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -9/+15 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -7/+15 |
| 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/+2 |
| 2023-06-28 | add note for non-exhaustive matches with guards | Eric Mark Martin | -0/+5 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -6/+8 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -0/+5 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -7/+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 | -11/+4 |
| 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 | -9/+10 |
| 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-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 | 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/+18 |
| 2023-05-24 | Emit diagnostic for privately uninhabited uncovered witnesses. | Camille GILLOT | -0/+18 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-19 | Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !` | Maybe Waffle | -0/+1 |
| 2023-05-19 | Consider lint check attributes on match arms in match checks | Ryo Yoshida | -23/+35 |
| 2023-05-16 | Document how constants as opaque patterns behave differently. | Oli Scherer | -4/+20 |
| 2023-05-15 | Update some comments | Oli Scherer | -9/+5 |
| 2023-05-15 | Always fall back to PartialEq when a constant in a pattern is not recursively... | Oli Scherer | -31/+20 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -11/+14 |
| 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 | -7/+7 |
| 2023-05-01 | fix doc test in mir_build for removing type ascription | yukang | -2/+1 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2023-04-30 | Bail out of MIR construction if `check_match` fails | clubby789 | -11/+14 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -3/+0 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -5/+5 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+21 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+21 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -16/+15 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |