| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -1/+1 |
| 2022-07-18 | Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726 | bors | -2/+5 |
| 2022-07-18 | Use span_bug for unexpected field projection type | Jordan McQueen | -1/+5 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -0/+1 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -0/+9 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -8/+8 |
| 2022-07-16 | Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr | Matthias Krüger | -9/+1 |
| 2022-07-16 | Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank | Matthias Krüger | -3/+24 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -8/+8 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -1/+20 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -9/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -3/+24 |
| 2022-07-15 | Auto merge of #99278 - Dylan-DPC:rollup-fcln6st, r=Dylan-DPC | bors | -6/+1 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -6/+1 |
| 2022-07-15 | Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk | bors | -0/+2 |
| 2022-07-15 | Rollup merge of #99131 - compiler-errors:label-fn, r=cjgillot | Dylan DPC | -0/+8 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -1/+1 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -6/+1 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -113/+105 |
| 2022-07-14 | Point out custom Fn-family trait impl | Michael Goulet | -0/+8 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -0/+9 |
| 2022-07-14 | Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPC | bors | -69/+201 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -69/+201 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -4/+15 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -5/+7 |
| 2022-07-14 | eagerly check for bound vars of predicates | lcnr | -0/+4 |
| 2022-07-14 | remove `ct.has_vars_bound_at_or_above` calls | lcnr | -2/+1 |
| 2022-07-14 | Fix overlapping impls | kadmin | -137/+29 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -5/+7 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -27/+27 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -27/+27 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -6/+0 |
| 2022-07-13 | collect module item-likes in visit_items | Miguel Guarniz | -7/+10 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -22/+49 |
| 2022-07-13 | merge visitors in queries | Miguel Guarniz | -135/+75 |
| 2022-07-13 | inline associated_body | Miguel Guarniz | -20/+5 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -13/+2 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -4/+39 |
| 2022-07-13 | get rid of MemPlaceMeta::Poison | Ralf Jung | -0/+2 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -22/+42 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -0/+7 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -5/+7 |
| 2022-07-12 | arena > Rc for query results | lcnr | -0/+1 |
| 2022-07-12 | Rollup merge of #99154 - rosehuds:master, r=cjgillot | Dylan DPC | -5/+3 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -2/+10 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -4/+39 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -69/+309 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -1/+1 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -1/+8 |