about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2023-07-05Fix submodule handling when the current branch is named after a tagjyn-0/+3
2023-07-01Use RustOptimize to set optimizehi-rustin-1/+1
2023-06-25Switch some more Steps to `builder.msg`jyn-0/+9
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-6/+8
2023-06-12add support for blessing panic=abort mir-opt testsPietro Albini-0/+1
2023-06-12return dummy cc and friends during dry runsPietro Albini-0/+18
2023-06-12allow mutating the c compilers detected by bootstrapPietro Albini-24/+24
2023-06-07Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrumbors-2/+7
2023-06-05Test the PGO/BOLT/LTO optimized x64 Linux compiler on CIJakub Beránek-2/+7
2023-06-04Don't double-print status messages in GHAjyn-1/+0
2023-05-31Fix the progress message for `x doc rustc`jyn-4/+4
2023-05-31Rollup merge of #112084 - ozkanonur:improvements, r=clubby789Matthias Krüger-15/+4
2023-05-30create `build_helper/src/util` modozkanonur-15/+4
2023-05-29Extend `msg` and `description` to work with any subcommandjyn-2/+2
2023-05-27Revert "Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue,...Mark Rousskov-1/+0
2023-05-25Generate docs for bootstrap itselfjyn-0/+4
2023-05-20Read beta version from the version file ...liushuyu-6/+27
2023-05-14fixyukang-0/+1
2023-05-06Migrate bootstrap to Clap-based argumentsclubby789-2/+2
2023-04-29Fix `x test --no-deps`jyn-0/+1
2023-04-28handle cfg(bootstrap)Pietro Albini-4/+1
2023-04-22Group entire build steps in the gha logsOli Scherer-1/+81
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-3/+0
2023-04-14Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68bors-0/+5
2023-04-14Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68Yuki Okushi-5/+14
2023-04-12Add `libLLVM.so` to the target libdir when download-rustc is enabledjyn-0/+5
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-1/+2
2023-04-12fix: disable `x suggest` when using `build-metrics`Ezra Shaw-1/+1
2023-04-09feat: implement basic suggest-tests toolEzra Shaw-5/+14
2023-04-08s/ignore_git/omit_git_hashGimbles-8/+8
2023-04-04Add loongarch64 to exception listzhaixiaojuan-1/+2
2023-04-02Replace any existing `build/host` symlinkJynn Nelson-11/+12
2023-03-29Auto merge of #108792 - Amanieu:ohos, r=petrochenkovbors-0/+2
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+2
2023-03-28Rollup merge of #91793 - devnexen:anc_data_fbsd, r=ChrisDentonnils-0/+1
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-0/+1
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-1/+1
2023-03-23Rollup merge of #109295 - ozkanonur:issue-109286, r=ozkanonurDylan DPC-6/+7
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors-0/+27
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-0/+3
2023-03-18refactor `fn bootstrap::builder::Builder::compiler_for`ozkanonur-6/+7
2023-03-14Create dir for build_tripleMu001999-0/+1
2023-03-08Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors-6/+1
2023-03-08Add force to use the stage 2 compiler in compiler_for when config.download_ru...morine0122-0/+9
2023-03-07Add bootstrap support for rust-installerMark Rousskov-6/+1
2023-03-07switch to termcolorPietro Albini-11/+19
2023-03-02add a splash of colorPietro Albini-0/+18
2023-03-02render compiletest output with render_testsPietro Albini-0/+1
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-1/+10
2023-02-09port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong-10/+1