| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -0/+3 |
| 2024-10-04 | Check elaborated projections from dyn don't mention unconstrained late bound ... | Michael Goulet | -14/+36 |
| 2024-10-02 | Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors | bors | -2/+74 |
| 2024-10-01 | Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnr | Guillaume Gomez | -7/+8 |
| 2024-10-01 | add tests | lcnr | -2/+74 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -7/+8 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -2/+2 |
| 2024-09-28 | Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr | Matthias Krüger | -44/+36 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -35/+35 |
| 2024-09-27 | Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errors | Matthias Krüger | -3/+8 |
| 2024-09-27 | Cleanup some known-bug issues | Jack Huey | -3/+8 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -10/+10 |
| 2024-09-26 | Check allow instantiating object trait binder when upcasting and in new solver | Michael Goulet | -44/+36 |
| 2024-09-26 | diagnostics: wrap fn cast suggestions in parens | Michael Howell | -6/+90 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -10/+10 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -35/+35 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -0/+25 |
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -7/+5 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -2/+2 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -8/+8 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -0/+25 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -3/+3 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -1/+16 |
| 2024-09-20 | Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errors | Guillaume Gomez | -1/+16 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -1/+4 |
| 2024-09-20 | update tests | lcnr | -1/+14 |
| 2024-09-20 | bail if there are too many non-region infer vars | lcnr | -0/+2 |
| 2024-09-20 | Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errors | Guillaume Gomez | -0/+14 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -1/+4 |
| 2024-09-12 | Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnr | Matthias Krüger | -0/+23 |
| 2024-09-12 | Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-09-12 | Add test for nalgebra hang in coherence | Michael Goulet | -0/+23 |
| 2024-09-12 | more eagerly discard constraints on overflow | lcnr | -0/+2 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -24/+35 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -24/+35 |
| 2024-09-11 | Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2024-09-11 | Regression test for #129541 | Zachary S | -0/+14 |
| 2024-09-10 | Report the `note` when specified in `diagnostic::on_unimplemented` | FedericoBruzzone | -0/+51 |
| 2024-09-09 | compiler: Inform the solver of concurrency | Jubilee Young | -0/+51 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -35/+24 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -15/+42 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -1/+8 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -1/+0 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -0/+62 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -0/+62 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -0/+18 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -7/+104 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -0/+30 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -4/+4 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -7/+74 |