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
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
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-01-26
Workaround presence of LLVM library in stage0/lib
Mark Rousskov
-1
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-2
/
+2
2018-12-01
remove some uses of try!
Mark Mansi
-3
/
+3
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-4
/
+1
2018-04-17
Remove uses of Build across Builder steps
Mark Simulacrum
-3
/
+3
2018-04-03
Avoid printing output when in dry run mode
Mark Simulacrum
-7
/
+10
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-101
/
+5
2018-04-03
Stub out less code
Mark Simulacrum
-2
/
+0
2018-04-03
Stub out various functions during testing
Mark Simulacrum
-0
/
+3
2018-03-28
rustbuild: Don't leak file handles when creating junctions on Windows
Oliver Middleton
-2
/
+5
2018-01-04
Bump to 1.25.0
Alex Crichton
-1
/
+1
2017-12-04
template month/year, version into man pages while building dist tarball
Zack M. Davis
-2
/
+16
2017-10-18
Make sure to clear out the stageN-{rustc,std,tools} directories.
Mark Simulacrum
-2
/
+19
2017-09-09
rustbuild: Switch back to using hard links
Alex Crichton
-3
/
+6
2017-08-31
Update Cargo to 0.23.0 and our lockfile
Alex Crichton
-1
/
+1
2017-07-04
Cleanup utils
Mark Simulacrum
-12
/
+3
2017-06-02
ci: Improve log output (mainly Travis).
kennytm
-2
/
+101
2017-04-24
Haiku: add missing cases of using LIBRARY_PATH
Jessica Hamilton
-0
/
+2
2017-03-10
rustbuild: Build documentation for `proc_macro`
Alex Crichton
-0
/
+139
2017-03-09
rustbuild: Use copies instead of hard links
Alex Crichton
-2
/
+10
2017-02-02
Build libbacktrace/jemalloc only when their timestamps are older than sources
Vadim Petrochenkov
-37
/
+0
2016-12-30
travis: Add a distcheck target
Alex Crichton
-2
/
+2
2016-12-15
rustbuild: Fix `copy` helper with existing files
Alex Crichton
-0
/
+6
2016-12-07
mk: Switch rustbuild to the default build system
Alex Crichton
-0
/
+17
2016-11-05
Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup
Alex Crichton
-0
/
+18
2016-11-02
rustbuild: Rewrite user-facing interface
Alex Crichton
-2
/
+1
2016-10-31
rustbuild+configure: improve bin/exe joining
Tim Neumann
-0
/
+18
2016-09-12
it's also compiler-rt.lib on windows-gnu
Jorge Aparicio
-1
/
+1
2016-08-12
Produce source package in rust-installer format in addition to vanilla tarball
Diggory Blake
-0
/
+29
[next]