| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -3/+3 |
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -845/+2316 |
| 2023-10-21 | Merge from rustc | The Miri Conjob Bot | -398/+398 |
| 2023-10-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-10-20 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-20 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -11/+11 |
| 2023-10-20 | bless miri | Oli Scherer | -8/+8 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -0/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -307/+307 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -54/+54 |
| 2023-10-20 | Use gdb.ValuePrinter tag class | Tom Tromey | -149/+158 |
| 2023-10-20 | Rewrite gdb pretty-printer registration | Tom Tromey | -55/+78 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -12/+2 |
| 2023-10-20 | ignore deny lints in josh | Ralf Jung | -1/+1 |
| 2023-10-20 | Merge from rustc | Ralf Jung | -53/+73 |
| 2023-10-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-10-19 | clarify comment | Ralf Jung | -3/+7 |
| 2023-10-19 | remove allocations from int_to_ptr_map and exposed when they get freed | Ralf Jung | -16/+35 |
| 2023-10-19 | switch intptrcast to helper trait pattern like everything else | Ralf Jung | -88/+87 |
| 2023-10-19 | intptrcast: only find strictly in-bounds pointers when we are not hitting the... | Ralf Jung | -2/+5 |