| Age | Commit message (Expand) | Author | Lines |
| 2023-10-23 | Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -4/+16 |
| 2023-10-23 | Rollup merge of #117044 - RalfJung:miri, r=RalfJung | Matthias Krüger | -9/+9 |
| 2023-10-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -26/+26 |
| 2023-10-23 | Merge from rustc | The Miri Conjob Bot | -213/+302 |
| 2023-10-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-23 | Auto merge of #117066 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -788/+2818 |
| 2023-10-22 | Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-sync | Caleb Cartwright | -788/+2818 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -6/+31 |
| 2023-10-22 | rustdoc: clean up and comment main.js `register_type_impls` | Michael Howell | -14/+44 |
| 2023-10-22 | rustdoc: clean up sidebar.html block class | Michael Howell | -5/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -43/+623 |
| 2023-10-22 | Revert "rustdoc: list matching impls on type aliases" | Michael Howell | -42/+4 |
| 2023-10-22 | Revert "Add note about lazy_type_alias" | Michael Howell | -2/+2 |
| 2023-10-22 | Revert "rustdoc: add impl items from aliased type into sidebar" | Michael Howell | -40/+5 |
| 2023-10-22 | Revert "rustdoc: factor all-impls-for-item out into its own method" | Michael Howell | -55/+78 |
| 2023-10-22 | Revert "rustdoc: filter before storing in vec" | Michael Howell | -10/+4 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -5/+5 |
| 2023-10-22 | Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum | bors | -4/+4 |
| 2023-10-22 | Auto merge of #117000 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-22 | Auto merge of #117007 - notriddle:notriddle/format-links-with-display, r=fmease | bors | -26/+51 |
| 2023-10-22 | Update rustc-perf version | Jakub Beránek | -4/+4 |
| 2023-10-22 | chore: bump toolchain and apply minor updates | Caleb Cartwright | -34/+3 |
| 2023-10-22 | Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-10-22 | Caleb Cartwright | -504/+725 |
| 2023-10-22 | Auto merge of #3134 - RalfJung:log-not-lin, r=saethlin | bors | -4/+9 |
| 2023-10-22 | Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0, r=lqd | bors | -6/+3 |
| 2023-10-22 | tidy docs | dirreke | -3/+3 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -3/+6 |
| 2023-10-22 | add target csky-unknown-linux-gnuabiv2hf | dirreke | -3/+15 |
| 2023-10-22 | Enable cg_clif tests for riscv64gc | bjorn3 | -1/+4 |
| 2023-10-22 | Pass host triple when running tests in `opt-dist` | Jakub Beránek | -0/+2 |
| 2023-10-22 | Use beta cargo in opt-dist | Jakub Beránek | -6/+1 |
| 2023-10-22 | Auto merge of #117041 - matthiaskrgr:rollup-b18h0ln, r=matthiaskrgr | bors | -150/+159 |
| 2023-10-22 | add bootstrap flag `--skip-stage0-validation` | onur-ozkan | -16/+66 |
| 2023-10-22 | re-enable stage0 compiler version check | onur-ozkan | -2/+1 |
| 2023-10-22 | Auto merge of #3135 - RalfJung:nonatomic-clock, r=RalfJung | bors | -7/+7 |
| 2023-10-22 | Rollup merge of #117037 - csditchfield:fix_doc_writing_result_example, r=notr... | Matthias Krüger | -1/+1 |
| 2023-10-22 | Rollup merge of #116985 - tromey:rust-printers-14, r=Mark-Simulacrum | Matthias Krüger | -149/+158 |
| 2023-10-22 | avoid AtomicU64 when a Cell is enough | Ralf Jung | -7/+7 |
| 2023-10-22 | clippy | Ralf Jung | -1/+1 |
| 2023-10-22 | avoid a linear scan over the entire int_to_ptr_map on each deallocation | Ralf Jung | -4/+9 |
| 2023-10-22 | Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum | bors | -0/+59 |
| 2023-10-22 | Merge from rustc | The Miri Conjob Bot | -888/+2385 |
| 2023-10-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -28/+28 |
| 2023-10-21 | fix what-to-include doc example | Cameron Ditchfield | -1/+1 |
| 2023-10-21 | Auto merge of #117030 - matthiaskrgr:rollup-vdjfx4q, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-21 | Auto merge of #116368 - shepmaster:github-actions-m1, r=Mark-Simulacrum | bors | -14/+40 |
| 2023-10-21 | fix broken link to ayu theme in the rustdoc book | Ryan Mehri | -1/+1 |
| 2023-10-21 | rustdoc: avoid allocating strings primitive link printing | Michael Howell | -26/+51 |