| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -77/+19 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -99/+24 |
| 2024-10-10 | Structurallyresolve adts and tuples expectations too | Michael Goulet | -0/+32 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -99/+24 |
| 2024-10-07 | Add test for issue 30867 | clubby789 | -0/+14 |
| 2024-10-07 | Add test for issue 30472 | clubby789 | -0/+32 |
| 2024-10-07 | Add test for issue 28994 | clubby789 | -0/+22 |
| 2024-10-04 | Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors | Jubilee | -0/+127 |
| 2024-10-04 | Account for `impl Trait {` when `impl Trait for Type {` was intended | Esteban Küber | -0/+127 |
| 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 |