| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb | Jubilee | -0/+38 |
| 2024-04-18 | Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors | Jubilee | -2/+30 |
| 2024-04-18 | Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet | Jubilee | -1/+50 |
| 2024-04-18 | Rollup merge of #123980 - WaffleLapkin:graph-average-refactor, r=wesleywiser | Jubilee | -70/+265 |
| 2024-04-18 | Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obk | Jubilee | -77/+187 |
| 2024-04-18 | Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser | Jubilee | -6/+36 |
| 2024-04-18 | Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcm | Jubilee | -1/+14 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -44/+95 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -15/+40 |
| 2024-04-18 | Make test harness arguments configurable and not `--nocapture`. | Kevin Reid | -29/+70 |
| 2024-04-18 | Make `checked` ops emit *unchecked* LLVM operations where feasible | Scott McMurray | -91/+160 |
| 2024-04-19 | Auto merge of #124038 - matthiaskrgr:one_or_two_more_tests, r=jieyouxu | bors | -0/+297 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -31/+330 |
| 2024-04-18 | when reusing an address, most of the time only reuse from the current thread | Ralf Jung | -109/+183 |
| 2024-04-18 | Auto merge of #3488 - RalfJung:os_str_comment, r=RalfJung | bors | -4/+14 |
| 2024-04-18 | comment clarification and typo fix | Ralf Jung | -4/+14 |
| 2024-04-18 | llvm RustWrapper: explain OpBundlesIndirect argument type | Ralf Jung | -0/+3 |
| 2024-04-18 | Auto merge of #123949 - scottmcm:debug-no-means-no-debug-info-when-inlined, r... | bors | -1192/+825 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -49/+141 |
| 2024-04-18 | Add tests for predecessor-aware `VecGraph` mode | Maybe Waffle | -0/+33 |
| 2024-04-18 | crashes: add a couple more tests | Matthias Krüger | -0/+297 |
| 2024-04-18 | The ICE in 121127 needs debuginfo | Scott McMurray | -1/+2 |
| 2024-04-18 | Update src/bootstrap/src/core/builder.rs | scottmcm | -1/+1 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -157/+38 |
| 2024-04-18 | Update `checked_ops` so 32- and 64-bit gets the same checks | Scott McMurray | -19/+174 |
| 2024-04-18 | At debuginfo=0, don't inline debuginfo when inlining | Scott McMurray | -1195/+791 |
| 2024-04-18 | Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u... | Philipp Krones | -426/+1066 |
| 2024-04-18 | Auto merge of #12690 - flip1995:rustup, r=flip1995 | bors | -143/+108 |
| 2024-04-18 | Bump nightly version -> 2024-04-18 | Philipp Krones | -1/+1 |
| 2024-04-18 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -458/+1120 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -38/+32 |
| 2024-04-18 | Add an exception for windows-msvc | Ben Kimock | -0/+9 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -74/+116 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -47/+73 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -31/+54 |
| 2024-04-18 | Auto merge of #16257 - lnicola:rustc-check-cfg, r=Veykril | bors | -1/+13 |
| 2024-04-18 | do not reuse stack addresses; make reuse rate configurable | Ralf Jung | -17/+45 |
| 2024-04-18 | Stabilize Wasm phase 4 & 5 proposals | daxpedda | -12/+7 |
| 2024-04-18 | when an address gets reused, establish a happens-before link in the data race... | Ralf Jung | -36/+129 |
| 2024-04-18 | Auto merge of #3484 - RalfJung:realloc, r=RalfJung | bors | -158/+205 |
| 2024-04-18 | move allocator shim logic into its own file | Ralf Jung | -157/+178 |
| 2024-04-18 | make realloc with a size of zero fail | Ralf Jung | -5/+31 |
| 2024-04-18 | when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola... | Ralf Jung | -0/+38 |
| 2024-04-18 | Auto merge of #3486 - RalfJung:mir-validate, r=RalfJung | bors | -0/+42 |
| 2024-04-18 | add test checking that we do run MIR validation | Ralf Jung | -0/+42 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -43/+45 |
| 2024-04-18 | Auto merge of #3485 - RalfJung:read_byte_slice, r=RalfJung | bors | -16/+21 |
| 2024-04-18 | CI: add script for installing NodeJS and update it to v20 | Jakub Beránek | -8/+20 |
| 2024-04-18 | Auto merge of #16057 - Veykril:macro-arm, r=Veykril | bors | -67/+140 |
| 2024-04-18 | Cleanup | Lukas Wirth | -6/+11 |