| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Don't ICE on associated type projection without feature gate | Michael Goulet | -0/+40 |
| 2023-08-30 | Don't record spans for predicates in coherence | Michael Goulet | -14/+6 |
| 2023-08-29 | add non-regression test for issue 115351 | Rémy Rakic | -0/+39 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -15/+0 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -40/+24 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -26/+24 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -6/+6 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -0/+205 |
| 2023-08-20 | Rollup merge of #114834 - compiler-errors:try_coerce-side-effects, r=lcnr | Matthias Krüger | -52/+8 |
| 2023-08-19 | Avoid side-effects from try_coerce when suggesting borrowing LHS of cast | Michael Goulet | -52/+8 |
| 2023-08-18 | change to known bug | lcnr | -2/+2 |
| 2023-08-18 | instantiate response: no unnecessary new universe | lcnr | -0/+157 |
| 2023-08-16 | Don't ICE in is_trivially_sized when encountering late-bound self ty | Michael Goulet | -0/+30 |
| 2023-08-15 | Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnr | Guillaume Gomez | -3/+15 |
| 2023-08-15 | more span info | Michael Goulet | -6/+14 |
| 2023-08-15 | Probe when assembling upcast candidates so they don't step on eachother's toes | Michael Goulet | -3/+15 |
| 2023-08-12 | normalize in `trait_ref_is_knowable` in new solver | lcnr | -0/+103 |
| 2023-08-10 | add and move trait solver cycle tests | lcnr | -1/+215 |
| 2023-08-10 | make the provisional cache slightly less broken | lcnr | -15/+2 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+15 |
| 2023-08-08 | add test from chalk#788 for new solver | lcnr | -0/+75 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -42/+3 |
| 2023-08-07 | Resolve target type of coercion | Michael Goulet | -42/+3 |
| 2023-08-07 | Rollup merge of #114196 - compiler-errors:bubble-pls, r=lcnr | Matthias Krüger | -0/+20 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -0/+179 |
| 2023-08-03 | Fix upcasting with normalization in old solver, add a test | Michael Goulet | -0/+20 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -0/+76 |
| 2023-08-03 | add tests | lcnr | -0/+179 |
| 2023-08-01 | Don't select infer -> dyn Trait | Michael Goulet | -0/+17 |
| 2023-07-29 | Detect trait upcasting through struct tail unsizing | Michael Goulet | -0/+40 |
| 2023-07-29 | Bubble up nested goals from equation in predicates_for_object_candidate | Michael Goulet | -0/+20 |
| 2023-07-27 | Consider a goal as NOT changed if its response is identity modulo regions | Michael Goulet | -0/+32 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -2/+1 |
| 2023-07-25 | Make sure to detect trait upcasting coercion even after normalization | Michael Goulet | -0/+4 |
| 2023-07-25 | Normalize the RHS of an unsize goal | Michael Goulet | -0/+21 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -3/+2 |
| 2023-07-24 | Rollup merge of #113985 - compiler-errors:issue-113951, r=estebank | Matthias Krüger | -0/+49 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -1/+1 |
| 2023-07-23 | Use erased self type when autoderefing for trait error suggestion | Michael Goulet | -0/+49 |
| 2023-07-20 | Auto merge of #113856 - WaffleLapkin:vtablin', r=oli-obk | bors | -3/+103 |
| 2023-07-20 | review | lcnr | -23/+33 |
| 2023-07-20 | assembly: only consider blanket impls once | lcnr | -0/+48 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+1 |
| 2023-07-19 | Rollup merge of #113444 - lcnr:alias-bound-test, r=compiler-errors | Dylan DPC | -0/+39 |
| 2023-07-19 | Don't emit useless vptrs for marker traits | Maybe Waffle | -9/+4 |
| 2023-07-19 | Add a (failing test) for issue `113840` | Maybe Waffle | -0/+105 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -5/+1 |
| 2023-07-18 | added links as a note | nxya | -2/+2 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -2/+2 |
| 2023-07-18 | added links as a note | nxya | -2/+7 |