| Age | Commit message (Expand) | Author | Lines |
| 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 | cg_fulfill_obligation: expect erased regions | lcnr | -2/+0 |
| 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 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-10 | Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi... | rhysd | -12/+12 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -0/+4 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -0/+3 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -6/+6 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+5 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -13/+71 |
| 2022-07-08 | Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelix | Dylan DPC | -17/+10 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -13/+71 |
| 2022-07-07 | Use map_bound | Jack Huey | -2/+2 |
| 2022-07-07 | Move code from rustc_trait_selection/opaque_types to better places | Jack Huey | -547/+60 |