| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-02 | only query `params_in_repr` if def kind is adt | bohan | -5/+0 |
| 2024-10-01 | Remove crashes and fix tests | Michael Goulet | -70/+0 |
| 2024-09-29 | crashes: more tests | Matthias Krüger | -0/+89 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -7/+0 |
| 2024-09-27 | Fix error span when arg to asm!() is a macro call | Gurinder Singh | -7/+0 |
| 2024-09-27 | Rollup merge of #130879 - fmease:fix-diag-ice, r=compiler-errors | Guillaume Gomez | -8/+0 |
| 2024-09-26 | Pass correct HirId to late_bound_vars in diagnostic code | León Orell Valerian Liehr | -8/+0 |
| 2024-09-25 | Validate unsize coercion in MIR validation | Michael Goulet | -26/+0 |
| 2024-09-25 | Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnr | Matthias Krüger | -13/+0 |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -0/+15 |
| 2024-09-23 | fix ices on vfe about principal trait | Luv-Ray | -13/+0 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -1/+1 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -15/+0 |
| 2024-09-20 | Add recursion limit to FFI safety lint | Gurinder Singh | -15/+0 |
| 2024-09-19 | Keep object-size-dependent tests failing | Jubilee Young | -1/+1 |
| 2024-09-18 | more crash tests | Matthias Krüger | -0/+97 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -103/+0 |
| 2024-09-17 | get rid of an old hack | Lukas Markeffsky | -33/+0 |
| 2024-09-16 | Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgr | bors | -27/+0 |
| 2024-09-16 | Avoid crashing on variadic functions when producing arg-mismatch errors | Jesse Rusak | -27/+0 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -30/+0 |
| 2024-09-16 | Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxu | Matthias Krüger | -9/+0 |
| 2024-09-16 | Don't ICE when generating Fn shim for async closure with borrowck error | Michael Goulet | -21/+0 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -9/+0 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -5/+0 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -74/+4 |
| 2024-09-15 | tests: more ice tests | Matthias Krüger | -0/+93 |
| 2024-09-15 | Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errors | Matthias Krüger | -22/+0 |
| 2024-09-14 | Correctly account for niche-optimized tags | Ben Kimock | -22/+0 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -0/+11 |
| 2024-09-13 | When calling a method on Fn* traits explicitly, argument diagnostics should | Jesse Rusak | -5/+0 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -0/+67 |
| 2024-09-10 | turn errors that should be impossible due to our static checks into ICEs | Ralf Jung | -0/+11 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -7/+0 |