| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+23 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -4/+0 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -20/+0 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -19/+0 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -23/+0 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -13/+0 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -23/+0 |
| 2024-11-10 | Deny capturing late-bound ty/ct params in nested opaques | Michael Goulet | -20/+0 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -49/+8 |
| 2024-11-07 | Auto merge of #132710 - matthiaskrgr:padautz, r=jieyouxu | bors | -0/+94 |
| 2024-11-06 | more crash tests | Matthias Krüger | -0/+94 |
| 2024-11-06 | add note not to re-report crashes from `crashes` tests | Matthias Krüger | -1/+3 |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -13/+0 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -3/+3 |
| 2024-11-02 | add and update some crashtests | cyrgani | -12/+28 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -49/+8 |
| 2024-10-30 | Promote test. | Camille GILLOT | -7/+0 |
| 2024-10-30 | Promote crashes tests to ui. | Camille GILLOT | -19/+0 |
| 2024-10-29 | Delete `tests/crashes/23707.rs` because it's flaky | 许杰友 Jieyou Xu (Joe) | -109/+0 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -20/+0 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -20/+0 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -0/+41 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -41/+0 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -41/+0 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -29/+0 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -29/+0 |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -87/+0 |
| 2024-10-20 | Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxu | Matthias Krüger | -0/+76 |
| 2024-10-20 | compiler: pre-move code for fixing enum layout ICEs | Jubilee Young | -47/+0 |
| 2024-10-20 | add latest crash tests | Matthias Krüger | -0/+76 |
| 2024-10-18 | Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar | 许杰友 Jieyou Xu (Joe) | -19/+0 |
| 2024-10-18 | Dont ICE when computing coverage of synthetic async closure body | Michael Goulet | -19/+0 |
| 2024-10-15 | Don't check unsize goal in MIR validation when opaques remain | Michael Goulet | -10/+0 |
| 2024-10-15 | rebase and update fixed `crashes` | lcnr | -67/+0 |
| 2024-10-12 | Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxu | Trevor Gross | -0/+32 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -46/+0 |
| 2024-10-12 | add latest crash tests | Matthias Krüger | -0/+32 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -46/+0 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -70/+0 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -6/+6 |
| 2024-10-10 | Rollup merge of #131491 - lcnr:nalgebra-perrrrf, r=compiler-errors | Matthias Krüger | -11/+0 |
| 2024-10-10 | impossible obligations check fast path | lcnr | -11/+0 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -6/+6 |
| 2024-10-09 | add more crash tests | Matthias Krüger | -0/+343 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -2/+2 |
| 2024-10-04 | Promote crash tests to ui. | Camille GILLOT | -35/+0 |
| 2024-10-03 | Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu | Matthias Krüger | -5/+0 |
| 2024-10-03 | Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errors | Matthias Krüger | -54/+0 |
| 2024-10-03 | Remove crashes, add comment | Michael Goulet | -54/+0 |
| 2024-10-03 | Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes | Zalathar | -5/+0 |