| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Splitting ensures subrange comparison is all we need | Nadrieril | -13/+1 |
| 2023-10-03 | Rework slice splitting api | Nadrieril | -133/+120 |
| 2023-10-03 | Rework range splitting api | Nadrieril | -112/+90 |
| 2023-10-02 | Auto merge of #116276 - lqd:lld-sysroot, r=onur-ozkan | bors | -0/+17 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -113/+109 |
| 2023-10-02 | Auto merge of #116325 - scottmcm:addr_eq, r=dtolnay | bors | -0/+22 |
| 2023-10-02 | Auto merge of #116317 - ravenclaw900:track-caller-unwrap-or-else, r=Mark-Simu... | bors | -0/+1 |
| 2023-10-01 | Add `ptr::addr_eq` | Scott McMurray | -0/+22 |
| 2023-10-02 | Auto merge of #116207 - Ayush1325:uefi_stdio, r=Mark-Simulacrum | bors | -3/+170 |
| 2023-10-01 | Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillot | bors | -139/+206 |
| 2023-10-01 | Auto merge of #116304 - Zalathar:unreachable, r=cjgillot | bors | -0/+136 |
| 2023-10-01 | Move `eval_bits` optimization upstream | Nadrieril | -36/+16 |
| 2023-10-02 | Stdio for UEFI | Ayush Singh | -2/+163 |
| 2023-10-02 | Update UEFI docs | Ayush Singh | -1/+7 |
| 2023-10-01 | Auto merge of #116259 - nnethercote:entry_point_type, r=cjgillot | bors | -44/+38 |
| 2023-10-01 | Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillot | bors | -0/+37 |
| 2023-10-01 | Add track_caller attribute to Result::unwrap_or_else | ravenclaw900 | -0/+1 |
| 2023-10-01 | Auto merge of #116224 - nnethercote:rustc_arena-overhaul, r=cjgillot | bors | -73/+51 |
| 2023-10-01 | add triagebot notification for bootstrap config changes | onur-ozkan | -0/+5 |
| 2023-10-01 | add Changelog topic to bootstrap/README.md | onur-ozkan | -5/+9 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -108/+95 |
| 2023-10-01 | Auto merge of #115554 - Kobzol:single-cgu, r=Mark-Simulacrum | bors | -1/+2 |
| 2023-10-01 | Auto merge of #116311 - matthiaskrgr:rollup-7r5zogb, r=matthiaskrgr | bors | -2/+8 |
| 2023-10-01 | bootstrap: copy self-contained linking components to stage0-sysroot | Rémy Rakic | -0/+17 |
| 2023-10-01 | Rollup merge of #116299 - emmanuel-ferdman:wip, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-10-01 | Rollup merge of #116295 - asquared31415:mem_drop_docs, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-10-01 | Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789 | Matthias Krüger | -0/+6 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -42/+36 |
| 2023-10-01 | Auto merge of #116307 - RalfJung:miri, r=RalfJung | bors | -35/+855 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -30/+117 |
| 2023-10-01 | update lockfile | Ralf Jung | -4/+14 |
| 2023-10-01 | Auto merge of #116225 - Kobzol:newbors-integration, r=Mark-Simulacrum | bors | -2/+4 |
| 2023-10-01 | coverage: Regression test for functions with unreachable bodies | Zalathar | -0/+136 |
| 2023-10-01 | Auto merge of #116302 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-01 | Auto merge of #116108 - onur-ozkan:support-make-jobs-flag, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-09-30 | Bump to 1.75.0 | Mark Rousskov | -1/+1 |
| 2023-10-01 | Cleanup number literal evaluation | Nadrieril | -91/+102 |
| 2023-10-01 | No need to carry `bias` in `IntRange` | Nadrieril | -11/+5 |
| 2023-10-01 | Evaluate float consts eagerly | Nadrieril | -54/+136 |
| 2023-09-30 | Auto merge of #116160 - MaxHearnden:quote-syntax-check, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-09-30 | Auto merge of #3097 - RalfJung:rustup, r=RalfJung | bors | -1611/+3230 |
| 2023-09-30 | clippy | Ralf Jung | -2/+5 |
| 2023-09-30 | fmt | Ralf Jung | -14/+11 |
| 2023-09-30 | Merge from rustc | Ralf Jung | -1610/+3229 |
| 2023-09-30 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-30 | Update location of `language-features/plugin.md` | Emmanuel Ferdman | -1/+1 |
| 2023-09-30 | Auto merge of #3086 - eduardosm:x86-sse3-intrinsics, r=RalfJung | bors | -0/+737 |
| 2023-09-30 | Auto merge of #116157 - the8472:doc-monotonoic-suspend, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-09-30 | mem::drop docs | asquared31415 | -1/+1 |
| 2023-09-30 | Auto merge of #116127 - onur-ozkan:sanity-checks-on-install, r=Mark-Simulacrum | bors | -0/+31 |