| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -3/+3 |
| 2022-07-20 | Auto merge of #99520 - matthiaskrgr:rollup-05uuv5s, r=matthiaskrgr | bors | -10/+36 |
| 2022-07-20 | Rollup merge of #99212 - davidtwco:partial-stability-implies, r=michaelwoerister | Matthias Krüger | -10/+36 |
| 2022-07-20 | Auto merge of #99472 - RalfJung:provenance, r=oli-obk | bors | -112/+114 |
| 2022-07-20 | passes: check implied feature exists | David Wood | -7/+7 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -2/+19 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -1/+10 |
| 2022-07-20 | Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPC | bors | -2/+7 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -3/+3 |
| 2022-07-20 | Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-dead | Dylan DPC | -2/+7 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -24/+3 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -112/+114 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -2/+7 |
| 2022-07-19 | Rollup merge of #99457 - SparrowLii:para_iter, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2022-07-19 | Rollup merge of #98028 - aticu:master, r=estebank | Matthias Krüger | -0/+4 |
| 2022-07-19 | use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items` | SparrowLii | -3/+1 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -0/+4 |
| 2022-07-19 | Rollup merge of #99404 - jmqd:master, r=compiler-errors | Dylan DPC | -1/+5 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -13/+5 |
| 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 |