| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | Completely deny calling functions with const conditions in MIR const check un... | Michael Goulet | -23/+107 |
| 2024-11-01 | Double-check conditional constness in MIR | Michael Goulet | -3/+10 |
| 2024-10-30 | Do not enforce ~const constness effects in typeck if rustc_do_mot_const_check | Michael Goulet | -1/+13 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -41/+41 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -142/+94 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -164/+158 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -104/+334 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -40/+166 |
| 2024-10-24 | Add support for ~const item bounds | Michael Goulet | -24/+114 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -1099/+927 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -27/+2 |
| 2024-10-24 | Add tests | Michael Goulet | -0/+513 |
| 2024-10-24 | Add next-solver to more effects tests | Michael Goulet | -96/+97 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -949/+368 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -80/+0 |
| 2024-10-24 | Rollup merge of #132084 - compiler-errors:param-env-with-err, r=lcnr,estebank | Matthias Krüger | -0/+48 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -0/+34 |
| 2024-10-24 | Deeply normalize type trace in type error reporting | Michael Goulet | -0/+34 |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -0/+48 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -9/+9 |
| 2024-10-21 | Rollup merge of #132015 - compiler-errors:move-const-trait-tests, r=fee1-dead | Jubilee | -0/+7896 |
| 2024-10-22 | Move tests | Michael Goulet | -0/+7896 |
| 2024-10-21 | Rollup merge of #132001 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -21/+75 |
| 2024-10-21 | don't bail when encountering many placeholders | lcnr | -14/+19 |
| 2024-10-21 | normalizes-to disable infer var check | lcnr | -7/+56 |
| 2024-10-21 | test: Add test for trait in FQS cast, issue #98565 | Jan Cibulka | -0/+24 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -13/+6 |
| 2024-10-18 | Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin | 许杰友 Jieyou Xu (Joe) | -8/+31 |
| 2024-10-18 | Never emit `vptr` for empty/auto traits | Ruihan Li | -8/+31 |
| 2024-10-18 | Add more tests | Jules Bertholet | -1/+30 |
| 2024-10-17 | Allow dropping dyn principal | Michael Goulet | -0/+66 |
| 2024-10-16 | Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgr | bors | -0/+40 |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -13/+6 |
| 2024-10-15 | Structurally resolve in may_coerce | Michael Goulet | -0/+40 |
| 2024-10-15 | Bless tests | Michael Goulet | -60/+36 |
| 2024-10-15 | Register a dummy candidate for failed structural normalization during candiat... | Michael Goulet | -63/+9 |
| 2024-10-15 | Be better at reporting alias errors | Michael Goulet | -177/+94 |
| 2024-10-15 | Make sure the alias is actually rigid | Michael Goulet | -27/+231 |
| 2024-10-15 | Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors | bors | -0/+30 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -43/+42 |
| 2024-10-14 | Don't report on_unimplemented for negative traits | Michael Goulet | -0/+30 |
| 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 |