about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-07-28Build rust demangler before running run-make testsTomasz Miąsko-2/+6
2022-07-28Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simul...bors-0/+57
2022-07-27Ship `rust-analyzer-proc-macro-srv` binary with dist::RustcAmos Wenger-0/+57
2022-07-27Rollup merge of #99765 - nicholasbishop:bishop-disable-uefi-std-build, r=jyn514Yuki Okushi-1/+5
2022-07-26Don't build std for *-uefi targetsNicholas Bishop-1/+5
2022-07-26Auto merge of #99680 - workingjubilee:revert-revert-icf, r=Mark-Simulacrumbors-0/+6
2022-07-24Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51...Amos Wenger-4/+7
2022-07-24Revert "Revert "Use ICF (identical code folding) for building rustc""Jubilee Young-0/+6
2022-07-24Small fixupsJoshua Nelson-2/+2
2022-07-24Don't run slow tests in Rust CI, only RA CIAmos Wenger-0/+4
2022-07-24Add comment about CARGO_WORKSPACE_DIRAmos Wenger-0/+2
2022-07-24Use top-level path in tool StepAmos Wenger-1/+1
2022-07-24Allow cross-compiling, build all cratesAmos Wenger-3/+3
2022-07-24Use compiler.stageAmos Wenger-1/+1
2022-07-24Add test step for rust-analyzer, run it by defaultAmos Wenger-0/+50
2022-07-24Check only tests and benches, not examplesAmos Wenger-2/+5
2022-07-24Add check step, stuck on 'no output generated for libgoto_def-hash rmeta'Amos Wenger-0/+60
2022-07-24Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by defaultAmos Wenger-4/+47
2022-07-22miri: make --stage 0 testing workRalf Jung-0/+8
2022-07-20Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrumbors-38/+32
2022-07-18Revert "Use ICF (identical code folding) for building rustc"Jakub Beránek-6/+0
2022-07-17Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o...Jakub Beránek-0/+6
2022-07-15only run --all-targets in stage0Joseph Bingham-1/+4
2022-07-14Don't build std for switchleo60228-1/+1
2022-07-14Don't use host linker for switchleo60228-1/+2
2022-07-14Rollup merge of #99236 - psumbera:Issue99208, r=Mark-SimulacrumDylan DPC-0/+1
2022-07-14solaris: unbreak build on native platformPetr Sumbera-0/+1
2022-07-14Rollup merge of #99139 - jyn514:dist-tool-help, r=Mark-SimulacrumDylan DPC-1/+5
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-0/+2
2022-07-13Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrumbors-8/+6
2022-07-12Auto merge of #99165 - matthiaskrgr:rollup-rqpelfa, r=matthiaskrgrbors-3/+32
2022-07-11Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514Matthias Krüger-3/+32
2022-07-11Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrumbors-3/+72
2022-07-11extend bootstrap for PGO on windowsRémy Rakic-3/+72
2022-07-11 configure nightly branch name in stage0.jsonPietro Albini-8/+6
2022-07-11clippy argument supportMilo-3/+32
2022-07-11Auto merge of #98369 - jyn514:configure.py, r=Mark-Simulacrumbors-5/+3
2022-07-11Auto merge of #99130 - jyn514:std-cache-invalidation, r=Mark-Simulacrumbors-22/+38
2022-07-10Give a better error when `x dist` fails for an optional toolJoshua Nelson-1/+5
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-29/+34
2022-07-10Fix `x build library/std compiler/rustc`Joshua Nelson-22/+38
2022-07-11Fix `download-ci-llvm` NixOS patching for binariesoxalica-2/+2
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-29/+34
2022-07-10Remove unsupported options in configure.pyJoshua Nelson-5/+3
2022-07-09Update submodule rust-installerMichael Howell-1/+1
2022-07-09Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514bors-1/+22
2022-07-08Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-07-07Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514Matthias Krüger-41/+48
2022-07-07squash the commitstoshiki goto-41/+48
2022-07-06Build the Clippy book as part of x.py docflip1995-0/+2