| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130726 - workingjubilee:put-the-spurs-to-this-test, r=BoxyUwU | Matthias Krüger | -22/+0 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -2/+2 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -158/+158 |
| 2024-09-23 | Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726 | Matthias Krüger | -429/+76 |
| 2024-09-23 | Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU | Matthias Krüger | -0/+24 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -48/+0 |
| 2024-09-22 | Fix hard-coded stderr in run-make test | Michael Goulet | -6/+6 |
| 2024-09-22 | Bless rustdoc-js-std test | Michael Goulet | -5/+5 |
| 2024-09-22 | tests: Remove spuriously failing vec-tryinto-array codegen test | Jubilee Young | -22/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -26/+26 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -158/+158 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -2/+2 |
| 2024-09-22 | No longer mark RTN as incomplete | Michael Goulet | -429/+76 |
| 2024-09-22 | Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie... | bors | -2/+3 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -2/+3 |
| 2024-09-21 | Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil... | Jubilee | -0/+25 |
| 2024-09-21 | Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errors | Jubilee | -0/+116 |
| 2024-09-21 | Rollup merge of #130664 - GuillaumeGomez:generate-line-numbers-on-non-rust, r... | Jubilee | -7/+60 |
| 2024-09-22 | Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov | bors | -0/+20 |
| 2024-09-22 | Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid | bors | -0/+108 |
| 2024-09-22 | Add GUI regression test for non-rust code blocks line numbers | Guillaume Gomez | -7/+60 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -0/+108 |
| 2024-09-21 | Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errors | Michael Goulet | -0/+318 |
| 2024-09-21 | Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errors | Michael Goulet | -0/+14 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -14/+1 |
| 2024-09-21 | Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726 | Michael Goulet | -76/+803 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -108/+126 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -0/+126 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -0/+192 |
| 2024-09-21 | tests: Test that `extern "C" fn` ptrs lint on slices | Jubilee Young | -0/+25 |
| 2024-09-21 | Don't elaborate effects predicates into bounds list unless we're actually col... | Michael Goulet | -14/+1 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -104/+91 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -0/+14 |
| 2024-09-21 | Prevent Deduplication of `LongRunningWarn` | Veera | -1/+73 |
| 2024-09-21 | Update Tests | Veera | -0/+44 |
| 2024-09-21 | More tests and tweak comments | Michael Goulet | -7/+283 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -8/+33 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -100/+65 |
| 2024-09-21 | disallow cmse ABIs on unsupported platforms | Folkert | -4/+37 |
| 2024-09-21 | Add assembly test for the cmse unstable features | Folkert | -0/+26 |
| 2024-09-21 | add test that accepts a `C-cmse-nonsecure-call` function pointer | Folkert | -0/+20 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -100/+38 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 2024-09-21 | Coalesce `non_snake_case` crate test set with revisions | 许杰友 Jieyou Xu (Joe) | -100/+65 |
| 2024-09-21 | Rollup merge of #130645 - compiler-errors:normalize-gce-writeback, r=BoxyUwU | Matthias Krüger | -54/+10 |
| 2024-09-21 | Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxu | Matthias Krüger | -5/+5 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -15/+31 |
| 2024-09-21 | Compute reachable locals as part of non_ssa_locals | Ben Kimock | -10/+14 |
| 2024-09-21 | Don't alloca for unused locals | Ben Kimock | -3/+24 |
| 2024-09-20 | Resolve self type alias in impl for RTN | Michael Goulet | -0/+46 |