| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | Update tests for dropck normalization errors | Matthew Jasper | -122/+0 |
| 2025-02-13 | adjust derive_error | lcnr | -16/+0 |
| 2025-02-09 | crashes: more tests | Matthias Krüger | -0/+202 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -1/+1 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -11/+0 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -1/+1 |
| 2025-02-06 | Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errors | Matthias Krüger | -8/+0 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -11/+0 |
| 2025-02-04 | Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnr | Matthias Krüger | -78/+0 |
| 2025-02-04 | Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errors | Matthias Krüger | -9/+0 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -6/+0 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -0/+4 |
| 2025-02-03 | Fix ICE when function argument mismatches. | Jason Newcomb | -9/+0 |
| 2025-02-04 | Remove unnecessary layout assertions for object-safe receivers | Michael Goulet | -78/+0 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -6/+0 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -0/+4 |
| 2025-02-01 | Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-dead | Matthias Krüger | -8/+0 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -8/+0 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -4/+0 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -6/+0 |
| 2025-01-27 | Rollup merge of #136072 - cyrgani:old-crash-tests, r=WaffleLapkin | León Orell Valerian Liehr | -0/+16 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -11/+0 |
| 2025-01-25 | add two old crash tests | cyrgani | -0/+16 |
| 2025-01-24 | add a regression test | Waffle Lapkin | -6/+0 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -27/+0 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -5/+0 |
| 2025-01-17 | Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726 | Matthias Krüger | -14/+0 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -5/+0 |
| 2025-01-14 | fix ICE with references to infinite structs in consts | Lukas Markeffsky | -67/+0 |
| 2025-01-12 | Remove solved crashes | Shunpoco | -27/+0 |
| 2025-01-12 | add more crash tests | Matthias Krüger | -0/+56 |
| 2025-01-12 | remove location-insensitive ICE test | Rémy Rakic | -14/+0 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -16/+0 |
| 2025-01-04 | crashes: add latest batch of tests | Matthias Krüger | -0/+184 |
| 2025-01-04 | Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obk | bors | -81/+0 |
| 2025-01-03 | Do not project when there are unconstrained impl params | Michael Goulet | -81/+0 |
| 2025-01-02 | taint fcx on selection errors during unsizing | Lukas Markeffsky | -13/+0 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -9/+0 |
| 2024-12-29 | Auto merge of #134627 - estebank:issue-133252, r=jackh726 | bors | -43/+0 |
| 2024-12-27 | Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726 | Matthias Krüger | -23/+0 |
| 2024-12-26 | Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukang | Jacob Pratt | -13/+0 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -23/+0 |
| 2024-12-21 | Don't ICE on illegal dyn* casts | Michael Goulet | -9/+0 |
| 2024-12-21 | Avoid ICE in borrowck | Esteban Küber | -43/+0 |
| 2024-12-19 | Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxu | Matthias Krüger | -5/+0 |
| 2024-12-19 | Remove a duplicated check that doesn't do anything anymore. | Oli Scherer | -5/+0 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -6/+0 |
| 2024-12-18 | add tests | lcnr | -33/+0 |
| 2024-12-18 | fix crashes | lcnr | -6/+0 |
| 2024-12-15 | crashes: more tests | Matthias Krüger | -0/+176 |