| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -0/+6 |
| 2024-10-09 | Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscross | Matthias Krüger | -0/+6 |
| 2024-10-09 | Rollup merge of #131382 - ehuss:compiletest-reference, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-09 | Add "reference" as a known compiletest header | Eric Huss | -0/+1 |
| 2024-10-09 | No need to cache the `profiler_runtime` flag | Zalathar | -3/+1 |
| 2024-10-09 | Rename `profiler_support` to `profiler_runtime` throughout compiletest | Zalathar | -18/+18 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -7/+7 |
| 2024-10-09 | Auto merge of #131421 - weihanglo:update-cargo, r=weihanglo | bors | -0/+3 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+6 |
| 2024-10-08 | Update cargo | Weihang Lo | -0/+3 |
| 2024-10-08 | Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxu | Matthias Krüger | -19/+14 |
| 2024-10-08 | Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgr | bors | -93/+48 |
| 2024-10-08 | Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=Urgau | Matthias Krüger | -93/+48 |
| 2024-10-08 | Simplify the directives for ignoring coverage-test modes | Zalathar | -19/+14 |
| 2024-10-08 | Merge from rust-lang/rust | Laurențiu Nicola | -5825/+13288 |
| 2024-10-08 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-08 | Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET | Laurențiu Nicola | -3/+3 |
| 2024-10-08 | Drop compiletest legacy directive checks | 许杰友 Jieyou Xu (Joe) | -93/+48 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -2/+24 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -96/+29 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -4/+3 |
| 2024-10-07 | Add stdio configuring to run-make Rustc | clubby789 | -0/+24 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -1/+0 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -89/+12 |
| 2024-10-07 | Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-10-07 | Rollup merge of #131346 - jieyouxu:prune-invalid-directives, r=Zalathar | Matthias Krüger | -21/+3 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2024-10-07 | Rollup merge of #131331 - onur-ozkan:131296, r=Kobzol | Matthias Krüger | -64/+0 |
| 2024-10-07 | Add documentation for `runtest::check_rustdoc_test_option` method | Guillaume Gomez | -0/+4 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -51/+47 |
| 2024-10-07 | Remove valgrind test suite from opt-dist | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-10-07 | Remove valgrind test suite and support from compiletest | 许杰友 Jieyou Xu (Joe) | -95/+29 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -8/+7 |
| 2024-10-07 | Prune invalid `ignore-mode-*` directives | 许杰友 Jieyou Xu (Joe) | -21/+3 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -0/+1 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -4/+4 |
| 2024-10-06 | Use external stack in borrowck DFS | Chayim Refael Friedman | -58/+67 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+1 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -2/+2 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -2/+2 |
| 2024-10-06 | Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert... | onur-ozkan | -34/+0 |
| 2024-10-06 | Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-work... | onur-ozkan | -46/+16 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -47/+44 |
| 2024-10-06 | Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,... | Matthias Krüger | -2/+49 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -6/+12 |
| 2024-10-05 | Fix up tests | Michael Goulet | -2/+49 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -6/+12 |
| 2024-10-05 | Rollup merge of #131286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -402/+1293 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -4/+4 |
| 2024-10-05 | Auto merge of #3940 - rust-lang:refutable_slice, r=RalfJung | bors | -33/+34 |