| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-10-06 | Rollup merge of #131312 - estebank:fn-in-pattern, r=compiler-errors | Matthias Krüger | -63/+140 |
| 2024-10-06 | Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,... | Matthias Krüger | -13/+359 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+123 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -63/+140 |
| 2024-10-05 | Be far more strict about what we consider to be a read of never | Michael Goulet | -8/+120 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -5/+2 |
| 2024-10-05 | Fix up tests | Michael Goulet | -7/+180 |
| 2024-10-05 | Evaluating place expr that is never read from does not diverge | Michael Goulet | -10/+74 |
| 2024-10-05 | Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-10-05 | Rollup merge of #130555 - hegza:rv32e, r=workingjubilee | Matthias Krüger | -0/+682 |
| 2024-10-05 | fix GVN trying to transmute pointers to integers | Ralf Jung | -8/+8 |
| 2024-10-05 | fix typo in 'lang item with track_caller' message | Ralf Jung | -1/+1 |
| 2024-10-05 | Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan | bors | -0/+1 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -12/+53 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -4/+2 |
| 2024-10-05 | Add UI test to verify invalid loads are not generated | Henri Lunnikivi | -0/+673 |
| 2024-10-05 | Add assembly tests to satisfy 'tidy' | Henri Lunnikivi | -0/+9 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -4/+2 |