about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan-1862/+0
2023-10-14Rollup merge of #116577 - onur-ozkan:add-safety-block-on-unsafe, r=clubby789Matthias Krüger-0/+4
2023-10-09add `SAFETY` block on usage of unsafe `getuid`onur-ozkan-0/+4
2023-10-08Bump to latest betaMark Rousskov-11/+2
2023-10-02Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrumbors-1/+22
2023-10-01implement major change tracking for the bootstrap configurationonur-ozkan-1/+22
2023-09-21added support for GNU/HurdSamuel Thibault-1/+3
2023-09-17Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl...bors-5/+6
2023-09-17micro-level optimizations for bootstraponur-ozkan-5/+6
2023-09-06fix log formatting in bootstrapGoldstein-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-1/+1
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-1/+1
2023-07-31Remove BOLT from bootstrapJakub Beránek-1/+0
2023-07-30bootstrap: inline format!() argsMatthias Krüger-25/+23
2023-07-26add aarch64-unknown-teeos target天命剑主-1/+1
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