| Age | Commit message (Expand) | Author | Lines |
| 2022-07-24 | Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli... | bors | -8/+35 |
| 2022-07-24 | Instantiate constness in wfcheck | Deadbeef | -8/+35 |
| 2022-07-23 | Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnr | Guillaume Gomez | -3/+12 |
| 2022-07-23 | Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank | Matthias Krüger | -3/+3 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -3/+12 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -48/+29 |
| 2022-07-22 | Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f... | Dylan DPC | -2/+1 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -3/+3 |
| 2022-07-21 | Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obk | bors | -98/+32 |
| 2022-07-21 | Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-07-21 | Rollup merge of #99552 - lcnr:orphan_check-rework, r=oli-obk | Matthias Krüger | -196/+123 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -2/+2 |
| 2022-07-21 | Fix `remap_constness` | Deadbeef | -3/+3 |
| 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-21 | rewrite the orphan check to use a type visitor | lcnr | -169/+124 |
| 2022-07-21 | orphan check: opaque types are an error | lcnr | -29/+1 |
| 2022-07-21 | change `map_bound(|_| x` to `rebind(x` | Deadbeef | -2/+2 |
| 2022-07-21 | Resolve vars in same_type_modulo_infer | Michael Goulet | -2/+1 |
| 2022-07-20 | Fix hack that remaps env constness. | Deadbeef | -46/+27 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 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 | Stabilize `let_chains` | Caio | -1/+1 |
| 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 |