| Age | Commit message (Expand) | Author | Lines |
| 2024-04-20 | Auto merge of #124177 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-19 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-19 | Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJung | bors | -126/+321 |
| 2024-04-19 | Match hyphen in multi-revision comment matchers | Trevor Gross | -1/+16 |
| 2024-04-19 | Rollup merge of #124155 - klensy:wrong-rayon-here, r=albertlarsan68 | Matthias Krüger | -28/+1 |
| 2024-04-19 | Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomez | Matthias Krüger | -10/+11 |
| 2024-04-19 | Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obk | Matthias Krüger | -0/+121 |
| 2024-04-19 | fix clippy warnings on bootstrap | onur-ozkan | -169/+165 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -61/+14 |
| 2024-04-19 | Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 | bors | -7/+15 |
| 2024-04-19 | Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68 | bors | -7/+73 |
| 2024-04-19 | bootstrap: don't use rayon for sysinfo | klensy | -28/+1 |
| 2024-04-19 | Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJung | bors | -298/+474 |
| 2024-04-19 | make test not leak rustc crate hash | Ralf Jung | -1/+2 |
| 2024-04-19 | Auto merge of #124123 - flip1995:clippy-subtree-update, r=Manishearth | bors | -426/+1066 |
| 2024-04-19 | share code between win-to-unix and unix-to-win path conversion | Ralf Jung | -81/+67 |
| 2024-04-19 | Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubilee | bors | -4/+36 |
| 2024-04-18 | rustdoc-search: fix description on aliases in results | Michael Howell | -10/+11 |
| 2024-04-19 | Merge from rustc | The Miri Cronjob Bot | -296/+471 |
| 2024-04-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-18 | Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb | Jubilee | -0/+31 |
| 2024-04-18 | Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser | Jubilee | -4/+5 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -0/+10 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -3/+3 |
| 2024-04-18 | Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez | bors | -28/+194 |
| 2024-04-18 | when reusing an address, most of the time only reuse from the current thread | Ralf Jung | -109/+183 |
| 2024-04-18 | comment clarification and typo fix | Ralf Jung | -4/+14 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -10/+10 |
| 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 | -0/+8 |
| 2024-04-18 | Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u... | Philipp Krones | -426/+1066 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -18/+39 |
| 2024-04-18 | do not reuse stack addresses; make reuse rate configurable | Ralf Jung | -17/+45 |
| 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/+31 |
| 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 | -5/+7 |
| 2024-04-18 | CI: add script for installing NodeJS and update it to v20 | Jakub Beránek | -8/+20 |
| 2024-04-18 | move read_byte_slice to general helpers file, next to read_c_str | Ralf Jung | -16/+21 |
| 2024-04-18 | add test for Drop terminator on non-drop type | Ralf Jung | -0/+21 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -108/+106 |
| 2024-04-18 | Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddle | Matthias Krüger | -25/+12 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -5/+7 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -3/+3 |
| 2024-04-18 | Auto merge of #124044 - DianQK:update-llvm-18, r=cuviper | bors | -0/+0 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -102/+94 |