about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-37/+395
2024-03-18Use promise.all to load sorted results in parallelMichael Howell-3/+8
2024-03-17Fix style errorsMichael Howell-2/+2
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-229/+428
2024-03-15rustdoc: clean up formattingMichael Howell-1/+1
2024-03-15Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgrbors-362/+711
2024-03-15Rollup merge of #122563 - Kobzol:ci-pr-caching, r=Mark-SimulacrumMatthias Krüger-12/+29
2024-03-15Rollup merge of #122562 - Wilfred:break_keyword_docs, r=workingjubileeMatthias Krüger-1/+1
2024-03-15Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errorsMatthias Krüger-200/+200
2024-03-15Rollup merge of #122543 - WaffleLapkin:never-flags, r=compiler-errorsMatthias Krüger-34/+111
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-62/+76
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-53/+294
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-26/+68
2024-03-15CI: cache PR CI Docker buildsJakub Beránek-12/+29
2024-03-15Safe Transmute: lowercase diagnosticsJack Wrenn-157/+157
2024-03-15Mention labelled blocks in `break` docsWilfred Hughes-1/+1
2024-03-15Add `rustc_never_type_mode = "no_fallback"`Maybe Waffle-3/+18
2024-03-15Add `rustc_never_type_mode` crate-level attribute to allow experimentingMaybe Waffle-34/+96
2024-03-15Safe Transmute: Use 'not yet supported', not 'unspecified' in errorsJack Wrenn-43/+43
2024-03-15Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomezbors-303/+248
2024-03-15Rollup merge of #122530 - klensy:as_str, r=fee1-deadGuillaume Gomez-6/+8
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-199/+135
2024-03-15Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil...Guillaume Gomez-0/+2
2024-03-15Rollup merge of #122496 - GuillaumeGomez:reduce-gcc-build-logs, r=Mark-Simula...Guillaume Gomez-8/+15
2024-03-15Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=NadrierilGuillaume Gomez-88/+28
2024-03-15Rollup merge of #114651 - tmfink:rustdoc-rustc-wrapper, r=GuillaumeGomezGuillaume Gomez-2/+60
2024-03-15Build GCC with as many threads as availableGuillaume Gomez-3/+3
2024-03-15Greatly reduce GCC build logsGuillaume Gomez-7/+14
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+53
2024-03-15Auto merge of #122538 - RalfJung:miri, r=RalfJungbors-653/+59
2024-03-15doc: add --test-builder/--test-builder-wrapperTravis Finkenauer-0/+29
2024-03-15Auto merge of #122534 - matthiaskrgr:rollup-p95i3ph, r=matthiaskrgrbors-237/+542
2024-03-15Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errorsMatthias Krüger-208/+142
2024-03-15Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obkMatthias Krüger-1/+12
2024-03-15Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obkMatthias Krüger-0/+24
2024-03-15Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errorsMatthias Krüger-1/+63
2024-03-15Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obkMatthias Krüger-7/+192
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-10/+88
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-10/+21
2024-03-15rustdoc: create rustc command with an iteratorTravis Finkenauer-4/+6
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-2/+4
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-2/+27
2024-03-15less symbols interner locksklensy-6/+8
2024-03-15Auto merge of #3383 - RalfJung:rustup, r=RalfJungbors-1558/+5597
2024-03-15fmtRalf Jung-2/+1
2024-03-15Merge from rustcRalf Jung-1556/+5596
2024-03-15Preparing for merge from rustcRalf Jung-1/+1
2024-03-15Clean up AstConvLeón Orell Valerian Liehr-208/+142
2024-03-15Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let`Zalathar-1/+12
2024-03-15Auto merge of #122517 - petrochenkov:bodihash, r=oli-obkbors-20/+49