| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -6/+0 |
| 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 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -0/+460 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -40/+8 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -43/+20 |
| 2024-09-20 | Don't emit spurious error for pattern matched array with erroneous len const | Michael Goulet | -10/+3 |
| 2024-09-20 | Normalize unevaluated consts in GCE | Michael Goulet | -44/+7 |
| 2024-09-20 | Pass the current cargo to `run-make` tests | Josh Stone | -5/+5 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -29/+261 |
| 2024-09-20 | Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddle | Guillaume Gomez | -1/+70 |
| 2024-09-20 | Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errors | Guillaume Gomez | -1/+16 |
| 2024-09-20 | Rollup merge of #130614 - arttet:arm64e-apple-tvos, r=bjorn3 | Guillaume Gomez | -0/+3 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+172 |
| 2024-09-20 | Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxu | Guillaume Gomez | -27/+0 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -651/+617 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -37/+37 |
| 2024-09-20 | Normalize being an annoying little compile test | Jubilee Young | -39/+41 |
| 2024-09-21 | Support clobber_abi and vector/access registers (clobber-only) in s390x inlin... | Taiki Endo | -0/+50 |
| 2024-09-20 | update tests | lcnr | -1/+14 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -0/+3 |
| 2024-09-20 | bail if there are too many non-region infer vars | lcnr | -0/+2 |
| 2024-09-20 | Add GUI tests for line numbers padding | Guillaume Gomez | -1/+62 |
| 2024-09-20 | Add GUI test to check size of additional scraped examples | Guillaume Gomez | -0/+8 |
| 2024-09-20 | Rollup merge of #130605 - clubby789:change-test, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-09-20 | Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edi... | Guillaume Gomez | -0/+52 |
| 2024-09-20 | Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errors | Guillaume Gomez | -0/+14 |
| 2024-09-20 | Add recursion limit to FFI safety lint | Gurinder Singh | -15/+31 |
| 2024-09-20 | Add Vxworks RISC-V targets | B I Mohammed Abbas | -0/+6 |
| 2024-09-20 | Fix feature name in test | clubby789 | -1/+1 |
| 2024-09-20 | Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472 | bors | -0/+20 |
| 2024-09-20 | handle unsized consts with type `str` in v0 symbol mangling | Jaic1 | -0/+24 |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -23/+82 |
| 2024-09-19 | pin_ergonomics: allow reborrowing as Pin<&T> | Eric Holk | -0/+46 |
| 2024-09-19 | Bless rustc_abi::obj_size_bound tests | Jubilee Young | -5/+5 |
| 2024-09-19 | Keep object-size-dependent tests failing | Jubilee Young | -29/+11 |
| 2024-09-19 | bless issue-56762.rs as huge-static.rs | Jubilee Young | -6/+9 |
| 2024-09-19 | Add a test case to make sure we don't reborrow twice | Eric Holk | -1/+26 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -0/+14 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -1/+39 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -48/+0 |
| 2024-09-18 | Rollup merge of #130533 - compiler-errors:never-pat-unsafeck, r=Nadrieril | Jubilee | -0/+36 |
| 2024-09-18 | Rollup merge of #130531 - compiler-errors:thir-unsafeck-param, r=Urgau | Jubilee | -0/+38 |