| Age | Commit message (Expand) | Author | Lines |
| 2023-10-01 | Correct misleading std::fmt::Binary example | James Haywood | -2/+4 |
| 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-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 | Auto merge of #116224 - nnethercote:rustc_arena-overhaul, r=cjgillot | bors | -73/+51 |
| 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 | 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 |
| 2023-09-30 | warn if source is not either a git clone or a dist tarball | onur-ozkan | -0/+6 |
| 2023-09-30 | Auto merge of #116286 - ouz-a:merge_my_commits, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-09-30 | Auto merge of #3096 - sthibaul:master, r=RalfJung | bors | -4/+4 |
| 2023-09-30 | Bump libloading to 0.8 | Samuel Thibault | -4/+4 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -85/+64 |
| 2023-09-30 | Add Oğuz Ağcayazı to .mailmap | ouz-a | -0/+2 |
| 2023-09-30 | Implement `llvm.x86.ssse3.*` intrinsics | Eduardo Sánchez Muñoz | -146/+644 |
| 2023-09-30 | Implement `llvm.x86.sse3.*` intrinsics | Eduardo Sánchez Muñoz | -0/+239 |
| 2023-09-30 | Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=Guillau... | bors | -27/+16 |
| 2023-09-30 | Auto merge of #116280 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -46/+313 |
| 2023-09-30 | Auto merge of #115546 - SUPERCILEX:patch-2, r=Amanieu | bors | -4/+4 |
| 2023-09-30 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-30 | Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini | bors | -3/+7 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |