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
/
build_helper
Age
Commit message (
Expand
)
Author
Lines
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-06-04
Revert "Revert "Move llvm submodule updates to rustbuild""
Joshua Nelson
-0
/
+1
2021-05-24
Revert "Move llvm submodule updates to rustbuild"
Mark Rousskov
-1
/
+0
2021-05-19
Add track_caller to `builder_helper::output`
Joshua Nelson
-0
/
+1
2020-11-05
Fix even more URLs
Guillaume Gomez
-1
/
+1
2020-08-30
cleanup: Remove duplicate library names from `Cargo.toml`s
Vadim Petrochenkov
-1
/
+0
2020-07-22
build: Harden env var tracking in build scripts
Vadim Petrochenkov
-4
/
+12
2020-01-09
Remove sanitizer runtime crates
Tomasz Miąsko
-104
/
+0
2019-12-22
Format the world
Mark Rousskov
-49
/
+26
2019-10-17
show up some extra info when t!() fails
Guanqun Lu
-0
/
+7
2019-08-27
rustbuild: allow disabling deny(warnings) for bootstrap
Marc-Antoine Perennou
-3
/
+0
2019-08-22
Apply clippy::redundant_field_names suggestion
Mateusz Mikuła
-1
/
+1
2019-08-01
build_helper: rename (try_)run_silent -> (try_)run
Ralf Jung
-4
/
+4
2019-08-01
build_helper: rename run -> run_verbose (seems unused)
Ralf Jung
-1
/
+2
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-1
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+2
2019-05-22
Bump compiler-builtins to 0.1.15
Alex Crichton
-3
/
+3
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-04
Transition build_helper to 2018 edition
Hirokazu Hata
-0
/
+3
2019-01-26
Workaround presence of LLVM library in stage0/lib
Mark Rousskov
-0
/
+19
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-7
/
+8
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+2
2018-10-10
A handful of random string-related improvements
ljedrz
-6
/
+6
2018-09-29
Rename sanitizer runtime libraries on OSX
Alex Crichton
-3
/
+34
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-18
Don't build twice the sanitizers on Linux
Alex Crichton
-7
/
+20
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-04-12
Run rustfmt on build_helper
Seiichi Uchida
-47
/
+70
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-01
Remove filetime dep from build_helper
Mark Simulacrum
-15
/
+7
2017-12-27
Revert "Add a file to trivially disable tool building or testing"
kennytm
-61
/
+19
2017-12-01
build_helper: destination file can't be up to date when not exists
Nikolay Merinov
-0
/
+3
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-21
/
+0
2017-09-17
Add a file to trivially disable tool building or testing
Oliver Schneider
-19
/
+61
2017-08-07
rustbuild: Replace create_dir_racy with create_dir_all
Oliver Middleton
-20
/
+1
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-1
/
+4
2017-06-02
rustbuild: Add `./x.py test --no-fail-fast`
Josh Stone
-12
/
+26
2017-04-25
Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.
kennytm
-1
/
+20
2017-03-07
rustbuild: Assert directory creation succeeds
Alex Crichton
-3
/
+22
2017-03-04
Automate timestamp creation and build skipping for native libraries
Vadim Petrochenkov
-13
/
+20
2017-03-04
Build compiler-rt and sanitizers only once
Vadim Petrochenkov
-1
/
+36
2017-03-03
rustbuild: Add support for compiling Cargo
Alex Crichton
-0
/
+18
2017-02-02
Build libbacktrace/jemalloc only when their timestamps are older than sources
Vadim Petrochenkov
-0
/
+59
2017-02-02
rustbuild: Build jemalloc and libbacktrace only once (take 2)
Vadim Petrochenkov
-0
/
+15
2016-12-17
let BSD to use gmake for GNU-make
Sébastien Marie
-0
/
+10
2016-12-17
Disconnect ar from cc on OpenBSD
Sébastien Marie
-0
/
+2
2016-12-07
rustbuild: Print out failing commands
Alex Crichton
-2
/
+4
[next]