| Age | Commit message (Expand) | Author | Lines |
| 2022-08-25 | Don't create an extra infcx in report_closure_arg_mismatch | Michael Goulet | -3/+1 |
| 2022-08-25 | no unnormalized types for implied bounds | lcnr | -1/+12 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-08-24 | Use ExprItemObligation and ExprBindingObligation too | Michael Goulet | -1/+3 |
| 2022-08-24 | Note binding obligation causes for const equate errors | Michael Goulet | -3/+16 |
| 2022-08-24 | Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,... | Matthias Krüger | -11/+146 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -1/+1 |
| 2022-08-23 | Rollup merge of #100368 - chenyukang:fix-100321, r=lcnr | Dylan DPC | -3/+0 |
| 2022-08-23 | Use CRATE_HIR_ID and CRATE_DEF_ID for obligations from foreign crates | Santiago Pastorino | -11/+13 |
| 2022-08-23 | Do not use unneeded extra errors variable | Santiago Pastorino | -2/+1 |
| 2022-08-23 | Permit negative impls coherence to take advantage of implied bounds | Santiago Pastorino | -8/+26 |
| 2022-08-23 | Move InferCtxtExt to rustc_trait_selection | Santiago Pastorino | -0/+116 |
| 2022-08-23 | Rollup merge of #100789 - compiler-errors:issue-99662, r=spastorino | Matthias Krüger | -13/+8 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -16/+4 |
| 2022-08-22 | remove hack fix since we don't have no overflow diagnostic | yukang | -3/+0 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -0/+12 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -0/+12 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -1/+22 |
| 2022-08-21 | Bless tests after #100769 | Michael Goulet | -92/+95 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -38/+38 |
| 2022-08-21 | Targeted fixes addressing erroneous suggestions | Michael Goulet | -9/+27 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -2/+1 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -46/+34 |
| 2022-08-20 | Rollup merge of #100796 - TaKO8Ki:remove-unnecessary-string-searching, r=comp... | Matthias Krüger | -14/+17 |
| 2022-08-20 | Rollup merge of #100769 - TaKO8Ki:suggest-adding-reference-to-trait-assoc-ite... | Matthias Krüger | -7/+25 |
| 2022-08-20 | use more descriptive names | Takayuki Maeda | -93/+95 |
| 2022-08-20 | remove unnecessary string searchings | Takayuki Maeda | -14/+17 |
| 2022-08-20 | Use separate infcx to solve obligations during negative coherence | Michael Goulet | -13/+8 |
| 2022-08-20 | suggest adding a reference to a trait assoc item | Takayuki Maeda | -85/+101 |
| 2022-08-19 | Catch overflow early | ouz-a | -0/+12 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -6/+6 |
| 2022-08-18 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -4/+14 |
| 2022-08-18 | Avoid overflow in is_impossible_method | Michael Goulet | -3/+10 |
| 2022-08-17 | dedup some code | lcnr | -1/+22 |
| 2022-08-17 | `is_knowable` use `Result` instead of `Option` | lcnr | -8/+8 |
| 2022-08-16 | Fix error message with non-tupled bare fn trait | Michael Goulet | -3/+27 |
| 2022-08-15 | Rollup merge of #100514 - compiler-errors:issue-100191, r=spastorino | Matthias Krüger | -1/+7 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -5/+3 |
| 2022-08-14 | Rollup merge of #99861 - lcnr:orphan-check-cg, r=jackh726 | Dylan DPC | -1/+15 |
| 2022-08-13 | Delay span bug when failing to normalize negative coherence impl subject due ... | Michael Goulet | -1/+7 |
| 2022-08-13 | wf correctly shallow_resolve consts | lcnr | -9/+7 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnr | bors | -3/+20 |
| 2022-08-09 | Move folding into just projection cases | Michael Goulet | -10/+20 |
| 2022-08-09 | Auto merge of #99217 - lcnr:implied-bounds-pre-norm, r=lcnr | bors | -0/+21 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -1/+76 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -0/+21 |
| 2022-08-09 | Keep going if normalized projection has unevaluated consts in QueryNormalizer | Michael Goulet | -1/+8 |
| 2022-08-08 | Adjust wording | Michael Goulet | -3/+3 |