| Age | Commit message (Expand) | Author | Lines |
| 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 | suggest adding a reference to a trait assoc item | Takayuki Maeda | -85/+101 |
| 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-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-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 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -13/+49 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -1/+77 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -78/+90 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -15/+19 |
| 2022-08-04 | Address nits | Michael Goulet | -3/+16 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -36/+48 |
| 2022-08-04 | Use ObligationCtxt in impossible_predicates | Michael Goulet | -12/+5 |
| 2022-08-04 | Remove unnecessary FulfillmentContext from need_migrate_deref_output_trait_ob... | Michael Goulet | -21/+19 |
| 2022-08-04 | Remove FulfillmentContext param from fully_normalize | Michael Goulet | -15/+11 |
| 2022-08-03 | Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error... | Matthias Krüger | -4/+6 |
| 2022-08-03 | Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726 | Matthias Krüger | -12/+14 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -9/+9 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -1/+5 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -5/+5 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -186/+167 |
| 2022-08-03 | Delay a bug when failed to normalize trait ref during specialization | Michael Goulet | -4/+6 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+77 |
| 2022-08-02 | Auto merge of #100063 - matthiaskrgr:rollup-lznouys, r=matthiaskrgr | bors | -2/+2 |
| 2022-08-02 | Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -4/+1 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -2/+0 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -3/+3 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -3/+8 |
| 2022-08-01 | fmt... | Ellen | -4/+1 |
| 2022-08-01 | Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-dead | Matthias Krüger | -5/+4 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -1/+0 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -1/+1 |
| 2022-08-01 | avoid `Ty` to `String` conversions | Takayuki Maeda | -5/+4 |