| Age | Commit message (Expand) | Author | Lines |
| 2024-09-21 | Auto merge of #130674 - compiler-errors:rollup-yu105fl, r=compiler-errors | bors | -455/+2213 |
| 2024-09-21 | Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errors | Michael Goulet | -16/+366 |
| 2024-09-21 | Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errors | Michael Goulet | -1/+18 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -25/+85 |
| 2024-09-21 | Rollup merge of #130653 - RalfJung:result-abi-compat, r=traviscross | Michael Goulet | -0/+2 |
| 2024-09-21 | Rollup merge of #130651 - qwertynerd97:patch-1, r=Kobzol | Michael Goulet | -1/+1 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -1/+63 |
| 2024-09-21 | Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726 | Michael Goulet | -229/+1493 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -182/+185 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -1/+127 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -15/+239 |
| 2024-09-21 | Don't elaborate effects predicates into bounds list unless we're actually col... | Michael Goulet | -15/+9 |
| 2024-09-21 | Assert that explicit_super_predicates_of and explicit_item_bounds truly only ... | Michael Goulet | -10/+76 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -120/+103 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -1/+18 |
| 2024-09-21 | compiler: Precisely name units of object size | Jubilee | -3/+3 |
| 2024-09-21 | More tests and tweak comments | Michael Goulet | -11/+298 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -54/+151 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -100/+68 |
| 2024-09-21 | mark `E0775` as no longer emitte by the compiler | Folkert de Vries | -0/+2 |
| 2024-09-21 | disallow cmse ABIs on unsupported platforms | Folkert | -6/+41 |
| 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 | -162/+50 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -11/+43 |
| 2024-09-21 | ABI compatibility: mention Result guarantee | Ralf Jung | -0/+2 |
| 2024-09-21 | Auto merge of #130649 - matthiaskrgr:rollup-57zc7lz, r=matthiaskrgr | bors | -520/+585 |
| 2024-09-20 | Add --enable-profiler to armhf dist | Elli Howard | -1/+1 |
| 2024-09-21 | Coalesce `non_snake_case` crate test set with revisions | 许杰友 Jieyou Xu (Joe) | -100/+65 |
| 2024-09-21 | Explain why non_snake_case is skipped for binary crates | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-09-21 | Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=comp... | Matthias Krüger | -405/+417 |
| 2024-09-21 | Rollup merge of #130645 - compiler-errors:normalize-gce-writeback, r=BoxyUwU | Matthias Krüger | -70/+44 |
| 2024-09-21 | Rollup merge of #130644 - compiler-errors:consts-in-codegen, r=BoxyUwU | Matthias Krüger | -22/+40 |
| 2024-09-21 | Rollup merge of #130642 - cuviper:run-make-cargo, r=jieyouxu | Matthias Krüger | -5/+24 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -18/+50 |
| 2024-09-21 | Rollup merge of #129718 - lolbinarycat:remove_dir-docs, r=Noratrieb | Matthias Krüger | -0/+10 |
| 2024-09-21 | Fix clippy | Ben Kimock | -1/+1 |
| 2024-09-21 | Compute reachable locals as part of non_ssa_locals | Ben Kimock | -111/+78 |
| 2024-09-21 | Don't alloca for unused locals | Ben Kimock | -26/+156 |
| 2024-09-20 | Resolve self type alias in impl for RTN | Michael Goulet | -1/+71 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -19/+508 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -19/+97 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -177/+411 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -54/+141 |
| 2024-09-20 | Resolve RTN for TyKind::Path ending in (..) | Michael Goulet | -7/+26 |
| 2024-09-20 | Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy` | okaneco | -1/+63 |
| 2024-09-20 | Only expect mono consts in CFI | Michael Goulet | -2/+6 |
| 2024-09-20 | Normalize transparent struct field type in CFI | Michael Goulet | -1/+4 |
| 2024-09-20 | Do not unnecessarily eval consts in codegen | Michael Goulet | -19/+30 |
| 2024-09-20 | Don't emit spurious error for pattern matched array with erroneous len const | Michael Goulet | -22/+4 |