| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-07 | Merge from rustc | The Miri Conjob Bot | -772/+2640 |
| 2023-10-07 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-06 | Update docs for mips target tier demotion. | Eric Huss | -4/+4 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -2/+1 |
| 2023-10-06 | Show values of C-like variants even if not defined by the user | Guillaume Gomez | -22/+90 |
| 2023-10-06 | Update platform docs for aarch64-apple-tvos-sim | Sebastian Imlay | -1/+4 |
| 2023-10-06 | Rename `flag` to `arg` | Jakub Beránek | -4/+4 |
| 2023-10-06 | Rollup merge of #116423 - eltociear:patch-22, r=flip1995 | Matthias Krüger | -2/+2 |
| 2023-10-06 | Auto merge of #3112 - RalfJung:rustup, r=RalfJung | bors | -717/+605 |
| 2023-10-06 | Merge from rustc | Ralf Jung | -716/+604 |
| 2023-10-06 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-06 | Auto merge of #3110 - eduardosm:rounding-without-host-floats, r=RalfJung | bors | -30/+27 |
| 2023-10-06 | Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup | Philipp Krones | -54/+64 |
| 2023-10-06 | Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup | Philipp Krones | -768/+2637 |
| 2023-10-06 | Do not use host floats in `simd_{ceil,floor,round,trunc}` | Eduardo Sánchez Muñoz | -30/+27 |
| 2023-10-06 | Fix problems of Reserved -> Frozen | Neven Villani | -481/+1097 |