| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-07 | Rollup merge of #129869 - cyrgani:master, r=Mark-Simulacrum | Matthias Krüger | -0/+80 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -67/+0 |
| 2024-09-05 | rebase and update fixed `crashes` | lcnr | -67/+0 |
| 2024-09-04 | propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors` | Folkert de Vries | -21/+0 |
| 2024-09-01 | add a few more crashtests | cyrgani | -0/+80 |
| 2024-09-01 | Rollup merge of #129780 - cyrgani:master, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2024-08-30 | add crashtests for several old unfixed ICEs | cyrgani | -0/+77 |
| 2024-08-30 | couple more crash tests | Matthias Krüger | -0/+54 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -10/+10 |
| 2024-08-26 | Remove crashes from type_of on resolution that doesn't have a type_of | Michael Goulet | -17/+0 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -11/+1 |
| 2024-08-23 | Return earlier in some cases in `collect_token`. | Nicholas Nethercote | -7/+0 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -11/+1 |
| 2024-08-19 | crashes: more tests | Matthias Krüger | -0/+98 |
| 2024-08-17 | Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errors | Matthias Krüger | -25/+0 |
| 2024-08-16 | Rewrite `get_fn_id_for_return_block` | Boxy | -25/+0 |