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
2020-04-02
bootstrap: add `--json-output` for rust-analyzer
Niko Matsakis
-0
/
+2
2020-02-28
Fix no_std detection for target triples
Andre Richter
-1
/
+1
2020-02-24
bootstrap: Further centralize target defaulting logic.
John Ericson
-3
/
+13
2020-02-22
Allow getting `no_std` from the config file
John Ericson
-0
/
+3
2020-02-11
Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum
Dylan DPC
-0
/
+3
2020-02-10
Enable Control Flow Guard in rustbuild
Andrew Paverd
-0
/
+3
2020-02-09
Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
bors
-0
/
+3
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-4
/
+3
2020-01-29
Add an option to use LLD to link the compiler on Windows platforms
John Kåre Alsaker
-0
/
+3
2020-01-10
Prefer llvm-skip-rebuild flag value over config.toml
Matthew Healy
-2
/
+6
2020-01-03
Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-Simulacrum
Yuki Okushi
-0
/
+1
2020-01-02
bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...
Michael Woerister
-0
/
+3
2019-12-27
allow rustfmt key in [build] section
Sebastien Marie
-0
/
+1
2019-12-26
Parse llvm_skip_rebuild into Config
Matthew Healy
-0
/
+6
2019-12-22
Format the world
Mark Rousskov
-37
/
+32
2019-12-21
Implement `./x.py fmt [--check]`.
Adam Perry
-2
/
+9
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-5
/
+0
2019-11-12
Fallback to the unmodified path in bindir_relative
Josh Stone
-6
/
+9
2019-11-11
Use a relative bindir for rustdoc to find rustc
Josh Stone
-0
/
+11
2019-10-25
Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-Simulacrum
Mazdak Farrokhzad
-15
/
+15
2019-10-24
reorder TomlTarget struct's fields based on the order in config.toml.example
Guanqun Lu
-2
/
+2
2019-10-24
reorder Rust struct's fields based on the order in config.toml.example
Guanqun Lu
-5
/
+5
2019-10-24
reorder Install struct's fields based on the order in config.toml.example
Guanqun Lu
-1
/
+1
2019-10-24
reorder Build struct's fields based on the order in config.toml.example
Guanqun Lu
-4
/
+4
2019-10-24
reorder Llvm struct's fields based on the order in config.toml.example
Guanqun Lu
-3
/
+3
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-1
/
+0
2019-09-10
Locate rustc binary similarly to codegen backend loading
Mark Rousskov
-2
/
+3
2019-08-28
std: Remove the `wasm_syscall` feature
Alex Crichton
-3
/
+0
2019-08-08
remove test-miri flag from bootstrap
Ralf Jung
-4
/
+0
2019-08-02
rustbuild: RISC-V is no longer an experimental LLVM target
Sam Elliott
-3
/
+2
2019-07-05
Lint on invalid values passed to x.py --warnings
Mark Rousskov
-2
/
+2
2019-06-07
Clarify when we run steps with ONLY_HOSTS
Mark Rousskov
-2
/
+4
2019-06-03
Treat 0 as special value for codegen-units-std
Mark Rousskov
-9
/
+10
2019-05-24
rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`
Vadim Petrochenkov
-1
/
+1
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-28
/
+29
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+2
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
[next]