| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | Add missing imports | Laurențiu Nicola | -1/+1 |
| 2024-02-25 | Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-from-ra | Laurențiu Nicola | -703/+1828 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -3/+107 |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -5/+80 |
| 2024-02-24 | Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgr | bors | -970/+592 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -83/+92 |
| 2024-02-24 | Rollup merge of #121551 - nbdd0121:ffi_unwind, r=RalfJung | Matthias Krüger | -0/+3 |
| 2024-02-24 | Rollup merge of #121530 - wgslr:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-24 | Rollup merge of #121515 - RalfJung:fallible-promotion, r=oli-obk | Matthias Krüger | -734/+265 |
| 2024-02-24 | Rollup merge of #121474 - jieyouxu:ignore-directives-migration, r=Mark-Simula... | Matthias Krüger | -0/+3 |
| 2024-02-24 | Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasper | Matthias Krüger | -151/+218 |
| 2024-02-24 | Rollup merge of #121343 - Takashiidobe:takashi/examples-for-slice, r=Mark-Sim... | Matthias Krüger | -1/+10 |
| 2024-02-24 | Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr | bors | -152/+189 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -3/+107 |
| 2024-02-24 | Auto merge of #121523 - matthiaskrgr:comp_comp, r=Nilstrieb | bors | -95/+62 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -9/+9 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+3 |
| 2024-02-24 | Rollup merge of #121542 - RalfJung:stdarch, r=Amanieu | Matthias Krüger | -0/+0 |
| 2024-02-24 | Rollup merge of #121539 - Enselic:fix-large-move, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-02-24 | Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errors | Matthias Krüger | -62/+14 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -69/+112 |
| 2024-02-24 | Rollup merge of #121520 - matthiaskrgr:cloned, r=jackh726 | Matthias Krüger | -16/+19 |
| 2024-02-24 | Rollup merge of #121490 - gurry:121106-broken-usize-link-in-docs, r=notriddle | Matthias Krüger | -2/+7 |
| 2024-02-24 | Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errors | Matthias Krüger | -2/+36 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -74/+83 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -734/+265 |
| 2024-02-24 | update stdarch | Ralf Jung | -0/+0 |
| 2024-02-24 | Auto merge of #16654 - graemer957:feature/short_version_flag, r=lnicola | bors | -1/+1 |
| 2024-02-24 | compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move | Martin Nordholts | -1/+1 |
| 2024-02-24 | Tweak debug!() call | Guillaume Boisseau | -1/+1 |
| 2024-02-24 | feat: Add short flag -V for consistency with other rust tooling | Graeme Read | -1/+1 |
| 2024-02-24 | Rustdoc: include crate name in links for local primitives | Gurinder Singh | -2/+7 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -62/+14 |
| 2024-02-24 | Fix incorrect doc of ScopedJoinHandle::is_finished | Wojciech Geisler | -1/+1 |
| 2024-02-23 | Auto merge of #119536 - Jules-Bertholet:const-barrier, r=dtolnay | bors | -1/+3 |
| 2024-02-23 | Auto merge of #16652 - davidbarsky:david/deadlock-fix-for-16643, r=Veykril | bors | -2/+5 |
| 2024-02-23 | internal: fix deadlock introduced by #16643 | David Barsky | -2/+5 |
| 2024-02-23 | Auto merge of #16650 - Veykril:metrics-rustc, r=Veykril | bors | -1/+1 |
| 2024-02-23 | Fix: Fix metrics CI failing | Lukas Wirth | -1/+1 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -95/+62 |
| 2024-02-23 | Auto merge of #121303 - GrigorenkoPV:static_mut_refs, r=oli-obk,RalfJung | bors | -42/+31 |
| 2024-02-23 | Auto merge of #16621 - txase:no-build-with-bootstrap, r=Veykril | bors | -4/+14 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -14/+39 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -55/+73 |
| 2024-02-23 | Auto merge of #16649 - Veykril:metrics-rustc, r=Veykril | bors | -7/+2 |
| 2024-02-23 | internal: Disable rustc test metrics | Lukas Wirth | -7/+2 |
| 2024-02-23 | delay cloning of iterator items | Matthias Krüger | -16/+19 |
| 2024-02-23 | Auto merge of #16648 - Veykril:metrics-rustc, r=Veykril | bors | -1/+6 |
| 2024-02-23 | Auto merge of #121514 - matthiaskrgr:rollup-5f0vhv7, r=matthiaskrgr | bors | -1003/+1504 |
| 2024-02-23 | internal: Pin commit of rust-lang/rust for rustc-test metrics | Lukas Wirth | -1/+6 |