about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2023-07-31Remove BOLT from bootstrapJakub Beránek-1/+0
2023-07-30bootstrap: inline format!() argsMatthias Krüger-25/+23
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+2
2023-07-23Fix test panics for submodule of book is not updatedyukang-5/+1
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+6
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+2
2023-07-15Rollup merge of #113643 - jyn514:try-run, r=ozkanonurjyn-4/+29
2023-07-15Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68Matthias Krüger-5/+5
2023-07-15Replace `builder::try_run_quiet` with `run_quiet_delaying_failure`jyn-3/+12
2023-07-15Rename `Builder::try_run` to `run_delaying_failure`jyn-1/+1
2023-07-15Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecatedjyn-1/+17
2023-07-14Add `track_caller` to builder.msgjyn-0/+7
2023-07-14Add must_use to `msg_` functionsjyn-0/+6
2023-07-14bootstrap: update defaults for `compiler` and `library` aliasesLukas Markeffsky-0/+1
2023-07-13Support `x suggest` with build-metricsjyn-1/+1
2023-07-13Rename `detail_exit_macro` to `exit`jyn-4/+4
2023-07-11Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68Jubilee-5/+0
2023-07-11Move `ci_rustc_dir` to Config and use it consistentlyjyn-5/+0
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