| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -5/+75 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -90/+58 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -5/+75 |
| 2024-11-18 | Add reference annotations for diagnostic attributes | Eric Huss | -1/+3 |
| 2024-11-15 | Move diagnostic::on_unimplemented test to the directory with all the other tests | Eric Huss | -51/+0 |
| 2024-11-13 | Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-11-13 | actually test next solver | lcnr | -1/+15 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -61/+0 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -4/+23 |
| 2024-11-09 | require const_impl_trait gate for all conditional and trait const calls | Ralf Jung | -321/+177 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -5/+5 |
| 2024-11-04 | Fix minicore, add tests based off of it | Michael Goulet | -129/+97 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -0/+58 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -5/+5 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -20/+18 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -619/+225 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -131/+21 |
| 2024-11-03 | Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2024-11-02 | fix tests | Esteban Küber | -1/+1 |
| 2024-11-02 | Added regression test for 117446 | ranger-ross | -0/+57 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -18/+0 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -1/+2 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -2/+4 |
| 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 |