| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Move ty::Error branch into super_combine_tys | Michael Goulet | -76/+7 |
| 2024-10-10 | Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgr | bors | -2/+1283 |
| 2024-10-09 | Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddle | Matthias Krüger | -2/+22 |
| 2024-10-09 | Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscross | Matthias Krüger | -0/+1261 |
| 2024-10-09 | Strengthen some GUI tests | Guillaume Gomez | -0/+3 |
| 2024-10-09 | Add GUI regression test for methods left margin on mobile | Guillaume Gomez | -0/+17 |
| 2024-10-09 | Fix methods alignment on mobile | Guillaume Gomez | -2/+2 |
| 2024-10-09 | Rollup merge of #131447 - matthiaskrgr:morecrashtests, r=compiler-errors | Matthias Krüger | -0/+343 |
| 2024-10-09 | Rollup merge of #131435 - jieyouxu:macos-pipe, r=Zalathar | Matthias Krüger | -0/+6 |
| 2024-10-09 | Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiser | Matthias Krüger | -0/+123 |
| 2024-10-09 | add more crash tests | Matthias Krüger | -0/+343 |
| 2024-10-09 | Rename directive `needs-profiler-support` to `needs-profiler-runtime` | Zalathar | -11/+11 |
| 2024-10-09 | Ignore broken-pipe-no-ice on apple for now | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+1261 |
| 2024-10-08 | Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkan | bors | -0/+73 |
| 2024-10-08 | Dont ICE when encountering post-mono layout cycle error | Michael Goulet | -0/+123 |
| 2024-10-08 | Simplify the directives for ignoring coverage-test modes | Zalathar | -5/+5 |
| 2024-10-08 | Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar | bors | -243/+121 |
| 2024-10-08 | Auto merge of #131387 - Zalathar:rollup-kprp512, r=Zalathar | bors | -54/+149 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -233/+111 |
| 2024-10-08 | coverage. Disable supporting mcdc on llvm-18 | zhuyunxing | -10/+10 |
| 2024-10-08 | Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxu | Stuart Cook | -3/+1 |
| 2024-10-08 | Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu | Stuart Cook | -51/+142 |
| 2024-10-08 | Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiser | Stuart Cook | -0/+6 |
| 2024-10-08 | Add regression test for rustc/rustdoc broken pipe ICEs | 许杰友 Jieyou Xu (Joe) | -0/+73 |
| 2024-10-08 | Auto merge of #130251 - saethlin:ptr-offset-preconditions, r=Amanieu | bors | -2/+7 |
| 2024-10-07 | Fix utf8-bom test | Eric Huss | -3/+1 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -515/+0 |
| 2024-10-07 | Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelix | Jubilee | -1/+58 |
| 2024-10-07 | Add test for issue 30867 | clubby789 | -0/+14 |
| 2024-10-07 | Add test for issue 30472 | clubby789 | -0/+32 |
| 2024-10-07 | Add test for issue 28994 | clubby789 | -0/+22 |
| 2024-10-07 | Migrate `emit-to-stdout` to new run-make | clubby789 | -51/+73 |
| 2024-10-07 | Test for issue 23600 | clubby789 | -0/+1 |
| 2024-10-07 | Disable slice_iter mir-opt test in debug builds | Ben Kimock | -0/+1 |
| 2024-10-07 | Bless mir-opt tests | Ben Kimock | -98/+38 |
| 2024-10-07 | Add precondition checks to ptr::offset, ptr::add, ptr::sub | Ben Kimock | -40/+104 |
| 2024-10-07 | Delete the `run-pass-valgrind` test suite | 许杰友 Jieyou Xu (Joe) | -515/+0 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -106/+88 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -8/+8 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -106/+88 |
| 2024-10-06 | Check that `#[pointee]` is applied only to generic arguments | Brezak | -1/+58 |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -311/+306 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -5/+3 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -45/+30 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -23/+22 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -187/+154 |
| 2024-10-06 | use `naked_asm!` in feature-gate-naked_functions test | Folkert | -12/+45 |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -43/+63 |
| 2024-10-06 | use `naked_asm!` in `tests/ui/asm/naked-functions.rs` | Folkert | -139/+117 |