| Age | Commit message (Expand) | Author | Lines |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -37/+395 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-17 | Fix style errors | Michael Howell | -2/+2 |
| 2024-03-16 | rustdoc-search: shard the search result descriptions | Michael Howell | -229/+428 |
| 2024-03-15 | rustdoc: clean up formatting | Michael Howell | -1/+1 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -362/+711 |
| 2024-03-15 | Rollup merge of #122563 - Kobzol:ci-pr-caching, r=Mark-Simulacrum | Matthias Krüger | -12/+29 |
| 2024-03-15 | Rollup merge of #122562 - Wilfred:break_keyword_docs, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -200/+200 |
| 2024-03-15 | Rollup merge of #122543 - WaffleLapkin:never-flags, r=compiler-errors | Matthias Krüger | -34/+111 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -62/+76 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -53/+294 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -26/+68 |
| 2024-03-15 | CI: cache PR CI Docker builds | Jakub Beránek | -12/+29 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -157/+157 |
| 2024-03-15 | Mention labelled blocks in `break` docs | Wilfred Hughes | -1/+1 |
| 2024-03-15 | Add `rustc_never_type_mode = "no_fallback"` | Maybe Waffle | -3/+18 |
| 2024-03-15 | Add `rustc_never_type_mode` crate-level attribute to allow experimenting | Maybe Waffle | -34/+96 |
| 2024-03-15 | Safe Transmute: Use 'not yet supported', not 'unspecified' in errors | Jack Wrenn | -43/+43 |
| 2024-03-15 | Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomez | bors | -303/+248 |
| 2024-03-15 | Rollup merge of #122530 - klensy:as_str, r=fee1-dead | Guillaume Gomez | -6/+8 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -199/+135 |
| 2024-03-15 | Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil... | Guillaume Gomez | -0/+2 |
| 2024-03-15 | Rollup merge of #122496 - GuillaumeGomez:reduce-gcc-build-logs, r=Mark-Simula... | Guillaume Gomez | -8/+15 |
| 2024-03-15 | Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril | Guillaume Gomez | -88/+28 |
| 2024-03-15 | Rollup merge of #114651 - tmfink:rustdoc-rustc-wrapper, r=GuillaumeGomez | Guillaume Gomez | -2/+60 |
| 2024-03-15 | Build GCC with as many threads as available | Guillaume Gomez | -3/+3 |
| 2024-03-15 | Greatly reduce GCC build logs | Guillaume Gomez | -7/+14 |
| 2024-03-15 | Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiser | bors | -0/+53 |
| 2024-03-15 | Auto merge of #122538 - RalfJung:miri, r=RalfJung | bors | -653/+59 |
| 2024-03-15 | doc: add --test-builder/--test-builder-wrapper | Travis Finkenauer | -0/+29 |
| 2024-03-15 | Auto merge of #122534 - matthiaskrgr:rollup-p95i3ph, r=matthiaskrgr | bors | -237/+542 |
| 2024-03-15 | Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errors | Matthias Krüger | -208/+142 |
| 2024-03-15 | Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-03-15 | Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obk | Matthias Krüger | -0/+24 |
| 2024-03-15 | Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errors | Matthias Krüger | -1/+63 |
| 2024-03-15 | Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obk | Matthias Krüger | -7/+192 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -10/+88 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -10/+21 |
| 2024-03-15 | rustdoc: create rustc command with an iterator | Travis Finkenauer | -4/+6 |
| 2024-03-15 | rustdoc: fix test's saved stdout | Travis Finkenauer | -2/+4 |
| 2024-03-15 | rustdoc: add `--test-builder-wrapper` argument | Travis Finkenauer | -2/+27 |
| 2024-03-15 | less symbols interner locks | klensy | -6/+8 |
| 2024-03-15 | Auto merge of #3383 - RalfJung:rustup, r=RalfJung | bors | -1558/+5597 |
| 2024-03-15 | fmt | Ralf Jung | -2/+1 |
| 2024-03-15 | Merge from rustc | Ralf Jung | -1556/+5596 |
| 2024-03-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-15 | Clean up AstConv | León Orell Valerian Liehr | -208/+142 |
| 2024-03-15 | Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let` | Zalathar | -1/+12 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -20/+49 |