| Age | Commit message (Expand) | Author | Lines |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -9/+7 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -9/+6 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -3/+1 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-11 | Don't ICE with inline const errors during MIR build | Michael Goulet | -0/+3 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -9/+41 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -6/+510 |
| 2022-11-05 | Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU | Matthias Krüger | -2/+1 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -2/+1 |
| 2022-11-03 | Cleanup bind_pattern args | Cameron Steffen | -37/+14 |
| 2022-11-01 | Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obk | Dylan DPC | -1/+50 |
| 2022-11-01 | Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot | Yuki Okushi | -10/+8 |
| 2022-10-31 | Remove bounds check with enum cast | ouz-a | -1/+50 |
| 2022-10-30 | Reduce span of let else irrefutable_let_patterns warning | est31 | -10/+8 |
| 2022-10-30 | Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile... | Matthias Krüger | -1/+1 |
| 2022-10-29 | avoid unnecessary `&str` to `String` conversions | Takayuki Maeda | -1/+1 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -13/+10 |
| 2022-10-23 | Comment why normalization is needed for debug assertions | Michael Goulet | -1/+6 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -12/+10 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -0/+1 |
| 2022-10-14 | Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk | Dylan DPC | -5/+13 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -0/+1 |
| 2022-10-14 | Suppress irrefutable let patterns lint for prefixes in match guards | est31 | -5/+13 |
| 2022-10-13 | Ensure enum cast moves | Gary Guo | -2/+2 |
| 2022-10-10 | Rollup merge of #102853 - cjgillot:skip-opaque-cast, r=jackh726 | Dylan DPC | -8/+8 |
| 2022-10-09 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -8/+8 |
| 2022-10-08 | Show let-else suggestion on stable. | Eric Huss | -1/+1 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -11/+2 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -71/+64 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -9/+7 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -11/+2 |
| 2022-10-05 | Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk | bors | -19/+32 |
| 2022-10-05 | fix doc and dedup diverge_cleanup | Ding Xiang Fei | -23/+4 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -88/+96 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -88/+96 |
| 2022-09-30 | apply suggestion | X | -1/+1 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -1/+2 |
| 2022-09-29 | Some path updates | Oli Scherer | -1/+1 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-28 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -14/+46 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -3/+3 |
| 2022-09-26 | Auto merge of #102257 - cjgillot:let-else-lint, r=dingxiangfei2009 | bors | -16/+27 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Fix scoping for let-else. | Camille GILLOT | -16/+27 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+4 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -2/+3 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -1/+1 |