| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -449/+386 |
| 2023-04-03 | Rename hir_id to lint_root. | Camille GILLOT | -10/+18 |
| 2023-04-03 | Only emit lint on refutable patterns. | Camille GILLOT | -8/+10 |
| 2023-04-03 | Expand parameters. | Camille GILLOT | -6/+10 |
| 2023-04-03 | Remove redundant field. | Camille GILLOT | -9/+4 |
| 2023-04-03 | Reinstate confusion note. | Camille GILLOT | -17/+25 |
| 2023-04-03 | Cleanup PatCtxt. | Camille GILLOT | -73/+23 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -382/+340 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -0/+7 |
| 2023-04-03 | Shrink binding span. | Camille GILLOT | -8/+17 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -7/+3 |
| 2023-04-02 | Fix `non_exhaustive_omitted_patterns` lint span | clubby789 | -20/+23 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -0/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -4/+4 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -18/+20 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -6/+6 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -9/+7 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -1/+1 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -1/+0 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |