summaryrefslogtreecommitdiff
path: root/src/bootstrap/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* fixyukang2023-05-141-0/+1
* Migrate bootstrap to Clap-based argumentsclubby7892023-05-061-2/+2
* Fix `x test --no-deps`jyn2023-04-291-0/+1
* handle cfg(bootstrap)Pietro Albini2023-04-281-4/+1
* Group entire build steps in the gha logsOli Scherer2023-04-221-1/+81
* chore: remove `rustc-workspace-hack`Weihang Lo2023-04-161-3/+0
* Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68bors2023-04-141-0/+5
|\
| * Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn2023-04-121-0/+5
* | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68Yuki Okushi2023-04-141-5/+14
|\ \ | |/ |/|
| * fix: disable `x suggest` when using `build-metrics`Ezra Shaw2023-04-121-1/+1
| * feat: implement basic suggest-tests toolEzra Shaw2023-04-091-5/+14
* | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet2023-04-111-1/+2
|\ \ | |/ |/|
| * Add loongarch64 to exception listzhaixiaojuan2023-04-041-1/+2
* | s/ignore_git/omit_git_hashGimbles2023-04-081-8/+8
* | Replace any existing `build/host` symlinkJynn Nelson2023-04-021-11/+12
* | Auto merge of #108792 - Amanieu:ohos, r=petrochenkovbors2023-03-291-0/+2
|\ \
| * | Add OpenHarmony targetsAmanieu d'Antras2023-03-281-0/+2
| |/
* | Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDentonnils2023-03-281-0/+1
|\ \ | |/ |/|
| * socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER2023-03-271-0/+1
* | Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid2023-03-241-1/+1
|/
* Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC2023-03-231-6/+7
|\
| * refactor `fn bootstrap::builder::Builder::compiler_for`ozkanonur2023-03-181-6/+7
* | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors2023-03-211-0/+27
|\ \
| * | switch to termcolorPietro Albini2023-03-071-11/+19
| * | add a splash of colorPietro Albini2023-03-021-0/+18
| * | render compiletest output with render_testsPietro Albini2023-03-021-0/+1
* | | migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell2023-03-201-0/+3
* | | Create dir for build_tripleMu0019992023-03-141-0/+1
| |/ |/|
* | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors2023-03-081-6/+1
|\ \
| * | Add bootstrap support for rust-installerMark Rousskov2023-03-071-6/+1
| |/
* | Add force to use the stage 2 compiler in compiler_for when config.download_ru...morine01222023-03-081-0/+9
|/
* Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek2023-02-211-1/+10
* port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong2023-02-091-10/+1
* Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514Matthias Krüger2023-02-041-87/+0
|\
| * consolidate bootstrap docsozkanonur2023-02-041-87/+0
* | Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu...bors2023-01-301-14/+8
|\ \
| * | Cleanup extra check configs in bootstrapUrgau2023-01-251-14/+8
| |/
* | Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-SimulacrumDylan DPC2023-01-301-3/+23
|\ \
| * | Pass `branch.{branch}.remote=origin` to `git submodule update`Joshua Nelson2022-12-231-3/+23
* | | When stamp doesn't exist, should say Error, and print path to stamp fileteapot41952023-01-291-1/+2
* | | Gracefully exit when --keep-stage used on clean source treeteapot41952023-01-281-0/+7
| |/ |/|
* | Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2023-01-031-1/+2
* | Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson2022-12-311-2/+1
* | Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2022-12-301-1/+2
* | Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors2022-12-271-4/+0
|\ \
| * | Allow cleaning individual cratesJoshua Nelson2022-12-261-4/+0
| |/
* | Fix panic on `x build --help --verbose`Joshua Nelson2022-12-261-1/+4
|/
* Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors2022-12-231-1/+1
|\
| * Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger2022-12-231-1/+1
| |\
| | * Allow building std with craneliftJoshua Nelson2022-12-221-1/+1