| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -148/+160 |
| 2022-09-19 | Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv... | bors | -9/+33 |
| 2022-09-19 | Document projection condition | Oli Scherer | -0/+3 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -1/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-18 | avoid duplicating StorageLive in let-else | Ding Xiang Fei | -9/+33 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -3/+3 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -26/+17 |
| 2022-09-16 | Only generate `OpaqueCast` for opaque types | Oli Scherer | -22/+46 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -7/+27 |
| 2022-09-16 | Merge two arguments into one | Oli Scherer | -127/+92 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -2/+2 |
| 2022-09-15 | add diagram to explain the MIR structure | Ding Xiang Fei | -0/+53 |
| 2022-09-15 | add explanatory note | Ding Xiang Fei | -0/+15 |
| 2022-09-15 | supplement for the missing or incomplete comments | Ding Xiang Fei | -1/+4 |
| 2022-09-15 | reorder nesting scopes and declare bindings without drop schedule | Ding Xiang Fei | -56/+101 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+2 |
| 2022-09-14 | address review again | b-naber | -11/+6 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -17/+17 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -81/+93 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -55/+60 |
| 2022-09-13 | Simplify MIR building entry. | Camille GILLOT | -281/+250 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -43/+16 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -8/+2 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -15/+11 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -4/+1 |