| Age | Commit message (Expand) | Author | Lines |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -29/+7 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -77/+33 |
| 2022-07-20 | take opaq types | ouz-a | -3/+6 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -2/+2 |
| 2022-07-19 | Rollup merge of #98028 - aticu:master, r=estebank | Matthias Krüger | -0/+92 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -0/+92 |
| 2022-07-18 | Check generators for well formedness | Oli Scherer | -9/+10 |
| 2022-07-18 | Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726 | bors | -2/+5 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -10/+11 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-18 | Auto merge of #99137 - jackh726:wf-no-infcx, r=estebank | bors | -58/+46 |
| 2022-07-16 | Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr | Matthias Krüger | -71/+13 |
| 2022-07-15 | Fix suggestion regression with incorrect syntactic combination of trait bounds | Will Crichton | -1/+13 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -3/+14 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -71/+13 |
| 2022-07-15 | hir typeck: `fulfillment_cx` ignore regions | lcnr | -0/+10 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -15/+23 |
| 2022-07-15 | try to avoid `FnCtxt` during wf | lcnr | -2/+96 |
| 2022-07-15 | `QueryNormalizer` bug on ambiguity | lcnr | -2/+2 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -8/+2 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -3/+3 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -2/+2 |
| 2022-07-14 | Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnr | Dylan DPC | -0/+27 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -667/+151 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -3/+3 |
| 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 | -30/+140 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-07-13 | Remove predicate note | Katherine Philip | -2/+1 |
| 2022-07-13 | Add checks & fallback branch | Katherine Philip | -1/+13 |
| 2022-07-13 | Use emit_inference_failure_err for ConstEvaluatable predicates | Katherine Philip | -0/+16 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+3 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -3/+3 |
| 2022-07-12 | remove outdated comment | lcnr | -9/+9 |
| 2022-07-12 | arena > Rc for query results | lcnr | -6/+7 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -2/+2 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -642/+16 |
| 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 | -2/+2 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2022-07-11 | Rollup merge of #99091 - compiler-errors:private-types-should-stay-private, r... | Dylan DPC | -2/+22 |
| 2022-07-11 | Rollup merge of #98907 - compiler-errors:plz-no-float, r=oli-obk | Dylan DPC | -2/+20 |
| 2022-07-11 | Use Visibility::is_accessible_from to make suggestion more specific | Michael Goulet | -5/+7 |
| 2022-07-11 | Do not mention private Self types from other crates | Michael Goulet | -2/+20 |
| 2022-07-11 | Deny floats even when adt_const_params is enabled | Michael Goulet | -2/+20 |
| 2022-07-11 | Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2022-07-10 | Don't pass InferCtxt to WfPredicates | Jack Huey | -23/+29 |
| 2022-07-10 | Don't try to resolve inference variables in WF computation, just register | Jack Huey | -35/+17 |