index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-06
Handle non-existant upstream master branches in `x fmt`
Nilstrieb
-0
/
+17
2023-01-03
Add `build_helper` crate to share code between tidy and bootstrap
Nilstrieb
-29
/
+0
2022-12-31
Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...
Joshua Nelson
-0
/
+29
2022-12-30
Add `build_helper` crate to share code between tidy and bootstrap
Nilstrieb
-29
/
+0
2022-11-13
Rollup merge of #104158 - Ayush1325:executable, r=Mark-Simulacrum
Manish Goregaokar
-1
/
+7
2022-11-12
Distinguish `--dry-run` from the automatic dry run check
Joshua Nelson
-2
/
+2
2022-11-08
Return .efi extension for EFI executable
Ayush Singh
-1
/
+7
2022-10-26
check lld version to choose correct flag for tests
Daniil Belov
-0
/
+14
2022-09-05
Avoid UB in the Windows filesystem code in... bootstrap?
Thom Chiovoloni
-4
/
+6
2022-08-19
Refactor if-available setting to work in CI
Mark Rousskov
-0
/
+4
2022-07-14
Don't use host linker for switch
leo60228
-1
/
+2
2022-07-11
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
bors
-0
/
+24
2022-07-11
extend bootstrap for PGO on windows
Rémy Rakic
-0
/
+24
2022-07-07
squash the commits
toshiki goto
-3
/
+3
2022-06-27
Export `t!` from the bootstrap lib so bins can use it
Josh Triplett
-1
/
+2
2022-05-29
Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum
bors
-0
/
+8
2022-05-28
Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...
Matthias Krüger
-1
/
+1
2022-05-25
feat: refactored bootstrap files to use stderr consistently
Raiyan
-1
/
+1
2022-05-25
Move `download` functions from `native` to builder.rs
Joshua Nelson
-0
/
+8
2022-05-01
Use curl by default
Thomas Applencourt
-0
/
+18
2022-04-08
Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum
bors
-1
/
+1
2022-03-29
Fix `x test src/tools/error_index_generator --stage {0,1}`
Joshua Nelson
-1
/
+1
2022-03-26
Give a hard error when filtering tests for a file that does not exist
Joshua Nelson
-4
/
+4
2022-03-07
copy over `std::path::absolute` instead of adding `canonicalize` hacks
Joshua Nelson
-0
/
+109
2022-03-05
Merge build_helper into util
bjorn3
-3
/
+143
2022-03-05
Remove build_helper
bjorn3
-2
/
+1
2022-01-27
rustbuild: Fix compiletest warning when building outside of root.
Eric Huss
-2
/
+3
2022-01-01
Remove some dead code
bjorn3
-20
/
+0
2022-01-01
Make the rustc and rustdoc wrapper not depend on libbootstrap
bjorn3
-23
/
+1
2021-11-09
Allow to run a specific rustdoc-js* test
Guillaume Gomez
-0
/
+32
2021-06-06
Auto merge of #79608 - alessandrod:bpf, r=nagisa
bors
-1
/
+2
2021-06-03
fix testing Miri with --stage 0
Ralf Jung
-0
/
+1
2021-05-23
Add BPF target
Alessandro Decina
-1
/
+2
2021-02-17
Make sure pdbs are copied along with exe and dlls when bootstrapping
Ryan Levick
-0
/
+6
2020-10-18
bootstrap: Print units for "finished in xxx" message
Camelid
-1
/
+1
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-6
/
+5
2020-03-18
Ensure LLVM is in the link path for rustc tools
Josh Stone
-0
/
+25
2020-03-18
Rename add_lib_path to add_dylib_path
Josh Stone
-1
/
+1
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-1
/
+1
2020-01-11
use winapi for non-stdlib Windows bindings
Andy Russell
-49
/
+13
2019-12-22
Format the world
Mark Rousskov
-67
/
+62
2019-12-21
use Result::map_or for bootstrap
Lzu Tao
-2
/
+2
2019-12-09
Bootstrap: change logic for choosing linker and rpath
Jethro Beekman
-0
/
+13
2019-11-22
ci: add support for GitHub Actions in the CI scripts
Pietro Albini
-0
/
+4
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-73
/
+3
2019-06-17
Make use of `ptr::null(_mut)` instead of casting zero
Lzu Tao
-1
/
+1
2019-05-27
Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
Michael Woerister
-0
/
+16
2019-05-13
Update src/bootstrap/util.rs
Pietro Albini
-1
/
+1
2019-05-10
Add Azure Pipelines
John Erickson
-0
/
+4
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+2
[next]