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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-03
Support using LLVM's libunwind as the unwinder implementation
Petr Hosek
-0
/
+3
2019-03-29
Add a new wasm32-unknown-wasi target
Alex Crichton
-0
/
+3
2019-03-16
[bootstrap] Remove llvm.enabled config
bjorn3
-4
/
+5
2019-02-27
Whitelist containers that allow older toolchains
Alex Crichton
-0
/
+3
2019-01-31
Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton
bors
-0
/
+3
2019-01-30
bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.
Michael Woerister
-0
/
+3
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-3
/
+3
2019-01-13
Support passing cflags/cxxflags/ldflags to LLVM build
Petr Hosek
-0
/
+10
2019-01-05
Provide the option to use libc++ even on all platforms
Petr Hosek
-0
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-3
/
+3
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-5
/
+2
2018-11-30
ci: Only run compare-mode tests on one builder
Alex Crichton
-0
/
+3
2018-11-02
Use `jemalloc-sys` on Linux and OSX compilers
Alex Crichton
-1
/
+4
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-14
/
+0
2018-10-26
bootstrap: Allow for build libstd to have its own codegen-unit setting.
Michael Woerister
-0
/
+4
2018-10-20
Update Cargo, build curl/OpenSSL statically via features
Alex Crichton
-3
/
+3
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-2
/
+2
2018-10-12
Rollup merge of #54811 - pnkfelix:issue-24840-separate-bootstrap-default-for-...
kennytm
-1
/
+3
2018-10-04
Fix #24840: make default for `optimize` independent of `debug` setting in `Ca...
Felix S. Klock II
-1
/
+3
2018-10-01
Fix conditions to allow missing tools in CI
Christian Poveda
-0
/
+2
2018-09-28
Add enable-missing-tools option
Christian Poveda
-0
/
+2
2018-09-25
Improvements to finding LLVM's FileCheck
Tom Tromey
-0
/
+6
2018-09-14
Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister
kennytm
-0
/
+3
2018-09-10
Add rustc SHA to released DWARF debuginfo
Alex Crichton
-0
/
+3
2018-09-07
rustbuild: allow configuring llvm version suffix
Marc-Antoine Perennou
-0
/
+3
2018-08-20
bootstrap: Allow for building LLVM with ThinLTO.
Michael Woerister
-0
/
+3
2018-08-20
bootstrap: Allow to specify ranlib tool used when compiling C++ code.
Michael Woerister
-0
/
+3
2018-08-14
Add lldb to the build
Tom Tromey
-0
/
+3
2018-08-01
[RISCV] Enable CI.
David Craven
-1
/
+1
2018-07-14
Change keep-stage to only affect the passed stage
Mark Rousskov
-1
/
+1
2018-07-11
Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix
bors
-0
/
+3
2018-07-02
bootstrap: tests should use rustc from config.toml
Nikolai Merinov
-4
/
+2
2018-06-21
Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum
bors
-0
/
+3
2018-06-12
Add verify-llvm-ir flag to config.toml
Nikita Popov
-0
/
+3
2018-06-07
quiet-tests -> !verbose-tests
Oliver Schneider
-4
/
+3
2018-06-05
Use quiet tests by default
Oliver Schneider
-0
/
+1
2018-06-03
make a llvm-tools rustup component
Jorge Aparicio
-2
/
+2
2018-06-03
ship LLVM tools with the toolchain
Jorge Aparicio
-0
/
+3
2018-06-03
command line args trump config.toml settings
Oliver Schneider
-1
/
+4
2018-06-03
Allow enabling incremental via config.toml
Oliver Schneider
-0
/
+2
2018-05-09
ci: Compile LLVM with Clang 6.0.0
Alex Crichton
-0
/
+3
2018-05-05
Misc tweaks
John Kåre Alsaker
-0
/
+3
2018-05-01
rustbuild: Normalize paths coming from Python slightly
Vadim Petrochenkov
-2
/
+10
2018-04-13
Make debuginfo-tools always default false
Josh Stone
-1
/
+1
2018-04-13
rustbuild: allow building tools with debuginfo
Josh Stone
-0
/
+5
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-0
/
+8
2018-04-07
rustbuild: Fix setting initial cargo
Oliver Middleton
-1
/
+1
2018-04-05
Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton
kennytm
-0
/
+1
2018-04-03
Refactor to use a dry-run config instead of cfg(test)
Mark Simulacrum
-1
/
+9
[next]