| Age | Commit message (Expand) | Author | Lines |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -52/+4 |
| 2024-11-26 | Rollup merge of #133495 - lcnr:env-shadowing-tests, r=compiler-errors | Guillaume Gomez | -0/+19 |
| 2024-11-26 | Rollup merge of #133473 - Enselic:cow, r=nnethercote | Guillaume Gomez | -0/+11 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -29/+0 |
| 2024-11-26 | add test for alias-bound shadowing, rename folder | lcnr | -0/+19 |
| 2024-11-26 | do not constrain infer vars in `find_best_leaf_obligation` | lcnr | -60/+4 |
| 2024-11-26 | tests: Add regression test for self referential struct with cow as last field | Martin Nordholts | -0/+19 |
| 2024-11-25 | tests: Add regression test for recursive enum with Cow and Clone | Martin Nordholts | -0/+11 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -29/+0 |
| 2024-11-25 | tests: Add recursive associated type bound regression tests | Martin Nordholts | -0/+74 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -465/+71 |
| 2024-11-23 | Dont create object type when more than one principal is present | Michael Goulet | -52/+4 |
| 2024-11-23 | Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -58/+4 |
| 2024-11-23 | Delay a bug when encountering an impl with unconstrained generics in codegen_... | Michael Goulet | -0/+29 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -45/+46 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -45/+46 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -15/+152 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -69/+8 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -7/+8 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -14/+124 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -5/+92 |
| 2024-11-22 | Bail in effects in old solver if self ty is ty var | Michael Goulet | -0/+16 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -39/+24 |
| 2024-11-21 | E0277: suggest dereferencing function arguments in more cases | dianne | -0/+113 |
| 2024-11-21 | constify `Add` | Deadbeef | -58/+4 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -5/+75 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -45/+46 |
| 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 |