| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-14 | Add a regression test for #134162 | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-12-14 | Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkov | Matthias Krüger | -5/+0 |
| 2024-12-14 | Rollup merge of #134236 - matthiaskrgr:tests12122024, r=compiler-errors | Matthias Krüger | -0/+122 |
| 2024-12-13 | Use a more precise span in placeholder_type_error_diag | Arthur Carcano | -5/+0 |
| 2024-12-12 | crashes: more tests v2 | Matthias Krüger | -0/+122 |
| 2024-12-12 | crashes: more tests | Matthias Krüger | -0/+113 |
| 2024-12-12 | Auto merge of #132789 - matthiaskrgr:debug_tests, r=jieyouxu | bors | -0/+146 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -11/+0 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -11/+0 |
| 2024-12-09 | dataflow_const_prop: do not eval a ptr address in SwitchInt | DianQK | -16/+0 |
| 2024-12-09 | Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlin | Matthias Krüger | -7/+7 |
| 2024-12-08 | crash tests: use individual mir opts instead of mir-opt-level where easily po... | Matthias Krüger | -7/+7 |
| 2024-12-08 | add some debug-assertion crash tests | Matthias Krüger | -0/+146 |
| 2024-12-08 | crashes: add test for #131451 | Matthias Krüger | -0/+9 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -4/+0 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -93/+0 |
| 2024-12-06 | Silence follow-up errors from `lit_to_const` | Oli Scherer | -4/+0 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -1/+1 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -43/+0 |