| Age | Commit message (Expand) | Author | Lines |
| 2024-04-19 | Rollup merge of #124106 - compiler-errors:tait-lifetime-dedup, r=oli-obk | Matthias Krüger | -7/+88 |
| 2024-04-19 | Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obk | Matthias Krüger | -42/+140 |
| 2024-04-19 | Rollup merge of #123571 - WaffleLapkin:properly-adjust-never, r=compiler-errors | Matthias Krüger | -34/+102 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -66/+19 |
| 2024-04-19 | Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 | bors | -12/+17 |
| 2024-04-19 | Remove old ICE tests that no longer ICE (yay!) | Maybe Waffle | -24/+0 |
| 2024-04-19 | Correctly change type when adding adjustments on top of `NeverToAny` | Maybe Waffle | -41/+25 |
| 2024-04-19 | Add a test for `a == b` where `a: !, b: !` | Maybe Waffle | -0/+66 |
| 2024-04-19 | Add regression test for issue 120600 | Maybe Waffle | -0/+42 |
| 2024-04-19 | Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68 | bors | -7/+74 |
| 2024-04-19 | Auto merge of #124123 - flip1995:clippy-subtree-update, r=Manishearth | bors | -426/+1066 |
| 2024-04-19 | Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubilee | bors | -157/+620 |
| 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 | 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 | Auto merge of #123949 - scottmcm:debug-no-means-no-debug-info-when-inlined, r... | bors | -1192/+825 |
| 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 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -47/+73 |
| 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 #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -43/+45 |
| 2024-04-18 | Auto merge of #124111 - matthiaskrgr:rollup-cmmkryf, r=matthiaskrgr | bors | -322/+293 |
| 2024-04-18 | add rustc-hash | donno2048 | -0/+1 |
| 2024-04-18 | fix lockfile | donno2048 | -6660/+0 |
| 2024-04-18 | Rollup merge of #124100 - dev-ardi:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -7/+8 |
| 2024-04-18 | Rollup merge of #124064 - Zalathar:otherwise-block, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -286/+254 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -25/+27 |
| 2024-04-18 | Fix negating `f16` and `f128` constants | beetrees | -2/+30 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -43/+45 |
| 2024-04-18 | Auto merge of #124046 - matthiaskrgr:one_or_two_more_tests____some_on_top, r=... | bors | -0/+723 |