| Age | Commit message (Expand) | Author | Lines |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -30/+1 |
| 2022-07-27 | fix universe map in ifcx.instantiate_canonical_* | Ali MJ Al-Nasrawy | -3/+3 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -1/+1 |
| 2022-07-26 | Stop creating anonymous late lifetimes. | Camille GILLOT | -30/+1 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -22/+18 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -15/+8 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -6/+55 |
| 2022-07-26 | Revert "use opaque_ty_origin_unchecked instead of destructuring HIR" | Michael Goulet | -1/+1 |
| 2022-07-26 | Address nits, move substs replacement to separate function | Michael Goulet | -27/+41 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -15/+8 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -6/+41 |
| 2022-07-25 | Unused tuple fields in rustc_infer. | Camille GILLOT | -22/+18 |
| 2022-07-25 | use `FxIndexSet` for `region_bound_pairs` | lcnr | -14/+19 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -61/+37 |
| 2022-07-24 | Handle additional lifetime bounds on GATs like on methods | Michael Goulet | -9/+15 |
| 2022-07-24 | Slightly improve mismatched GAT where clause error | Michael Goulet | -52/+18 |
| 2022-07-23 | Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank | Matthias Krüger | -6/+35 |
| 2022-07-22 | Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f... | Dylan DPC | -117/+422 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -6/+35 |
| 2022-07-21 | Address more nits | Michael Goulet | -37/+31 |
| 2022-07-21 | Generalize same_type_modulo_infer | Michael Goulet | -3/+34 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -10/+5 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -2/+21 |
| 2022-07-21 | And for patterns too | Michael Goulet | -78/+89 |
| 2022-07-21 | Do if-expression obligation stuff less eagerly | Michael Goulet | -38/+297 |
| 2022-07-21 | Resolve vars in same_type_modulo_infer | Michael Goulet | -68/+78 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -3/+3 |
| 2022-07-20 | remove `commit_unconditionally` | lcnr | -12/+0 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -3/+3 |
| 2022-07-20 | Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obk | Dylan DPC | -47/+70 |
| 2022-07-20 | Rollup merge of #99345 - compiler-errors:issue-99073-redux, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-20 | take opaq types | ouz-a | -47/+70 |
| 2022-07-19 | use opaque_ty_origin_unchecked instead of destructuring HIR | Michael Goulet | -1/+1 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -1/+1 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -14/+20 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -2/+2 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -59/+37 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -7/+4 |
| 2022-07-15 | Auto merge of #97406 - aliemjay:verify-bounds-fix-master, r=oli-obk | bors | -53/+46 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -7/+4 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -3/+8 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -2/+2 |
| 2022-07-14 | Fix overlapping impls | kadmin | -3/+8 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -2/+2 |
| 2022-07-14 | Make outlives::{components,verify} agree | Ali MJ Al-Nasrawy | -53/+46 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -2/+2 |
| 2022-07-09 | Auto merge of #99056 - lcnr:higher_ranked_sub, r=oli-obk | bors | -21/+17 |