| Age | Commit message (Expand) | Author | Lines |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -1/+1 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -4/+12 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -2/+2 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -4/+12 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -2/+1 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -9/+1 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+9 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -2/+2 |
| 2022-11-18 | review feedback | Ralf Jung | -7/+1 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -13/+15 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -2/+1 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -2/+2 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -2/+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 | -1/+1 |
| 2022-11-01 | Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot | Yuki Okushi | -10/+8 |
| 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 | -6/+6 |
| 2022-10-23 | Comment why normalization is needed for debug assertions | Michael Goulet | -1/+6 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -4/+6 |
| 2022-10-14 | Rollup merge of #103031 - est31:match_guard_irrefutable_let, r=oli-obk | Dylan DPC | -5/+13 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-14 | Suppress irrefutable let patterns lint for prefixes in match guards | est31 | -5/+13 |
| 2022-10-08 | Show let-else suggestion on stable. | Eric Huss | -1/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -4/+3 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -7/+5 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -63/+75 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -63/+75 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 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 | -1/+10 |
| 2022-09-19 | ctfe, `const_to_op` only for mir constants | lcnr | -1/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -2/+2 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -15/+11 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+9 |
| 2022-09-16 | Merge two arguments into one | Oli Scherer | -0/+1 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -2/+2 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -12/+12 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -15/+11 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -1/+1 |
| 2022-09-08 | Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank | Dylan DPC | -1/+6 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -1/+1 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -1/+6 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -1/+1 |