| Age | Commit message (Expand) | Author | Lines |
| 2023-10-10 | Rejig some top-level `rustc_hir_pretty` functions. | Nicholas Nethercote | -2/+2 |
| 2023-10-09 | Use GitHub Actions M1 builder for aarch64-apple-darwin | Jake Goulding | -14/+7 |
| 2023-10-09 | Install `awscli` on the aarch64-apple-darwin builder | Jake Goulding | -0/+33 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -1/+1 |
| 2023-10-09 | Auto merge of #3101 - eduardosm:x86-aes-intrinsics, r=RalfJung | bors | -0/+539 |
| 2023-10-09 | Add `--enable-bolt-settings` bootstrap flag | Jakub Beránek | -16/+57 |
| 2023-10-09 | Optimize `librustc_driver.so` with BOLT | Jakub Beránek | -43/+84 |
| 2023-10-09 | Enable relocations for BOLT | Jakub Beránek | -0/+11 |
| 2023-10-09 | Build GCC with support for BOLT | Jakub Beránek | -1/+6 |
| 2023-10-09 | Pass more host flags using `RUSTC_HOST_FLAGS` | Jakub Beránek | -15/+15 |
| 2023-10-09 | add `SAFETY` block on usage of unsafe `getuid` | onur-ozkan | -0/+4 |
| 2023-10-09 | Implement `llvm.x86.aesni.*` intrinsics | Eduardo Sánchez Muñoz | -0/+539 |
| 2023-10-09 | Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r... | bors | -0/+7 |
| 2023-10-09 | Update books | rustbot | -0/+0 |
| 2023-10-09 | Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgr | bors | -1/+0 |
| 2023-10-09 | Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -31/+112 |
| 2023-10-09 | Improve code | Guillaume Gomez | -36/+24 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -1/+1 |
| 2023-10-09 | Remove no longer used dependency from the list of allowed dependencies | bjorn3 | -1/+0 |
| 2023-10-09 | return_pointer_aliasing2 should also run with SB | Ralf Jung | -2/+45 |
| 2023-10-09 | add test to ensure RET assignments do not get propagated on unwinding | Ralf Jung | -0/+74 |
| 2023-10-09 | add test for self-assignment on call through reference | Ralf Jung | -0/+16 |
| 2023-10-09 | float-to-float casts also have non-deterministic NaN results | Ralf Jung | -10/+121 |
| 2023-10-09 | ensure unary minus propagates NaN payloads exactly | Ralf Jung | -0/+8 |
| 2023-10-08 | Clean up subversion layout | Michael Howell | -0/+5 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -8/+21 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -12/+33 |
| 2023-10-08 | rustdoc: align crate name with search bar | Michael Howell | -5/+27 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -32/+85 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -6/+16 |
| 2023-10-08 | compiletest: add a way to specify params with spaces | Michael Howell | -1/+9 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -33/+73 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -392/+384 |
| 2023-10-08 | fix: adjust span derivation for const generics | Caleb Cartwright | -1/+1 |
| 2023-10-08 | Drop all MIPS targets from CI | Jubilee Young | -76/+1 |
| 2023-10-08 | Drop mips*-unknown-linux-musl* to tier 3 | Jubilee Young | -4/+4 |
| 2023-10-08 | Drop mips*-unknown-linux-gnu* to tier 3 | Jubilee Young | -4/+4 |
| 2023-10-08 | miri: make NaN generation non-deterministic | Ralf Jung | -20/+361 |
| 2023-10-08 | Auto merge of #116515 - petrochenkov:nolegflavor, r=lqd | bors | -5/+3 |
| 2023-10-08 | Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilation | onur-ozkan | -0/+7 |
| 2023-10-08 | linker: Remove `-Zgcc-ld` option | Vadim Petrochenkov | -14/+17 |
| 2023-10-08 | Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-10-08 | Auto merge of #114623 - Kobzol:opt-dist-gha-summaries, r=Mark-Simulacrum | bors | -28/+100 |
| 2023-10-07 | Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-07 | Auto merge of #116437 - nnethercote:rustc_features, r=Nilstrieb | bors | -1/+1 |
| 2023-10-07 | linker: Remove unstable legacy CLI linker flavors | Vadim Petrochenkov | -5/+3 |
| 2023-10-07 | Correctly handle cross-crate C-like variants | Guillaume Gomez | -20/+7 |
| 2023-10-07 | Only display enum variants integer values if one of them has a value set | Guillaume Gomez | -18/+27 |
| 2023-10-07 | allow option-ext as a tool dependency (MPL licensed) | Ralf Jung | -0/+1 |