| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory... | Matthias Krüger | -1/+1 |
| 2024-08-13 | Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3 | Matthias Krüger | -0/+132 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -77/+152 |
| 2024-08-12 | CFI: Move CFI ui tests to cfi directory | Ramon de C Valle | -1/+1 |
| 2024-08-12 | Rollup merge of #129013 - Kobzol:remove-unused-git-clone-sha-file, r=jieyouxu | Matthias Krüger | -23/+0 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -0/+42 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -1/+19 |
| 2024-08-12 | Remove unused script from run-make tests | Jakub Beránek | -23/+0 |
| 2024-08-12 | Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-... | Guillaume Gomez | -0/+58 |
| 2024-08-12 | Rollup merge of #128937 - lqd:clean-rmake-tests, r=jieyouxu | Guillaume Gomez | -83/+49 |
| 2024-08-12 | Rollup merge of #128929 - saethlin:enable-codegen-units-tests, r=compiler-errors | Guillaume Gomez | -57/+38 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -4/+0 |
| 2024-08-12 | Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic | Guillaume Gomez | -0/+107 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -61/+82 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -3/+27 |
| 2024-08-12 | Auto merge of #128371 - andjo403:rangeAttribute, r=nikic | bors | -10/+77 |
| 2024-08-12 | make the codegen test also cover an ill-behaved arch, and add links | Ralf Jung | -3/+12 |
| 2024-08-12 | Auto merge of #128862 - cblh:fix/128855, r=scottmcm | bors | -0/+13 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -0/+58 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -71/+131 |
| 2024-08-11 | Normalize struct tail properly in borrowck and hir typeck | Michael Goulet | -1/+19 |
| 2024-08-11 | Fix debuginfo providers/tests | Ben Kimock | -6/+6 |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -10/+77 |
| 2024-08-11 | Refactor `powerpc64` call ABI handling | beetrees | -0/+132 |
| 2024-08-11 | tests: ignore `dump-ice-to-disk` on windows | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-08-11 | use `rfs` in rustdoc io rmake test | Rémy Rakic | -7/+5 |
| 2024-08-11 | tests: tidy up `dump-ice-to-disk` and make assertion failures extremely verbose | 许杰友 Jieyou Xu (Joe) | -113/+172 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+68 |
| 2024-08-10 | remove other warnings from rmake tests | Rémy Rakic | -25/+25 |
| 2024-08-10 | remove unused imports from rmake tests | Rémy Rakic | -52/+20 |
| 2024-08-10 | Fix and enable disabled codegen-units tests | Ben Kimock | -57/+38 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -59/+170 |
| 2024-08-10 | Rollup merge of #128923 - GuillaumeGomez:negative-impls-items, r=fmease | Guillaume Gomez | -0/+26 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -55/+55 |
| 2024-08-10 | Rollup merge of #128909 - saethlin:run-make-ice-yes, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-08-10 | Rollup merge of #128908 - notriddle:notriddle/self-inferred-lifetime-bounds, ... | Guillaume Gomez | -0/+82 |
| 2024-08-10 | Rollup merge of #128807 - ChrisDenton:bloat, r=jieyouxu | Guillaume Gomez | -3/+6 |
| 2024-08-10 | Add regression tests for negative impls not showing their items | Guillaume Gomez | -0/+26 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -4/+0 |
| 2024-08-10 | Test that 0/unknown-length arrays are nonempty | Nadrieril | -47/+144 |
| 2024-08-10 | Update tests | Nadrieril | -841/+878 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -1/+0 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -56/+551 |
| 2024-08-10 | test(std): Add codegen test for array::from_fn optimization | burlinchen | -0/+13 |
| 2024-08-09 | Add test | Michael Goulet | -0/+42 |
| 2024-08-10 | Auto merge of #128584 - DianQK:tests-for-llvm-19, r=nikic | bors | -0/+67 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -55/+55 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -65/+125 |
| 2024-08-09 | Fix dump-ice-to-disk for RUSTC_ICE=0 users | Ben Kimock | -1/+1 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -0/+82 |