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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-11
Disable LLVM assertions on Nightly, enable them in "alt" builds.
Simon Sapin
-1
/
+1
2017-10-26
config.toml: Add stubs for recognized-but-unused install paths
Josh Stone
-0
/
+5
2017-10-20
rustbuild: Compile rustc with ThinLTO
Alex Crichton
-4
/
+3
2017-10-16
bootstrap: update and enable the LLVM version-check
Josh Stone
-0
/
+1
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-1
/
+7
2017-10-09
cleanup: rustc doesn't use an external archiver
Vadim Petrochenkov
-3
/
+0
2017-09-17
Add a file to trivially disable tool building or testing
Oliver Schneider
-0
/
+15
2017-09-17
Get the miri test suite to run inside the rustc dev environment
Oliver Schneider
-0
/
+4
2017-08-28
use an optional bool to keep track of ignore-git setting, if not specified by...
Jeremy Sorensen
-1
/
+5
2017-08-27
rustbuild: Rewrite the configure script in Python
Alex Crichton
-252
/
+51
2017-08-22
Introduce crt_static target option in config.toml
Samuel Holland
-0
/
+3
2017-08-13
Correct code to not run host-only tests.
Mark Simulacrum
-0
/
+6
2017-08-13
Add ability to ignore git when building rust.
Mark Simulacrum
-0
/
+4
2017-08-13
Allow overriding build triple via flag.
Mark Simulacrum
-1
/
+5
2017-08-13
Allow specifiying targets and hosts not in the config file.
Mark Simulacrum
-10
/
+0
2017-08-13
Unify flags into config.
Mark Simulacrum
-12
/
+55
2017-08-11
Move config.toml.example to the root dir
Steven Fackler
-1
/
+1
2017-08-11
Build support for no llvm
bjorn3
-0
/
+4
2017-07-30
rustbuild: Remove `--enable-llvm-clean-rebuild`
Alex Crichton
-4
/
+0
2017-07-24
Add a disabled builder for aarch64 emulated tests
Alex Crichton
-0
/
+5
2017-07-20
Use a single line for serde annotations.
Mark Simulacrum
-14
/
+7
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-48
/
+41
2017-07-20
Update to toml 0.4
Mark Simulacrum
-31
/
+33
2017-07-04
Clarify meaning of Build.cargo, Build.rustc.
Mark Simulacrum
-6
/
+20
2017-07-04
Clippy lints
Mark Simulacrum
-1
/
+1
2017-07-04
Clean up and restructure sanity checking.
Mark Simulacrum
-0
/
+1
2017-06-22
Make wasm32 buildbot test LLVM backend
Thomas Lively
-0
/
+3
2017-06-20
Fixes bootstrapping with custom cargo/rustc.
Mark Simulacrum
-2
/
+8
2017-06-16
Add target to use LLVM wasm backend
Thomas Lively
-0
/
+3
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-0
/
+4
2017-05-20
Auto merge of #42069 - QuietMisdreavus:low_pri, r=alexchrichton
bors
-0
/
+3
2017-05-16
Add an option to run rustbuild on low priority
John Kåre Alsaker
-0
/
+3
2017-05-16
rustbuild: allow configuring sysconfdir
Marc-Antoine Perennou
-0
/
+6
2017-05-16
rustbuild: allow configuring bindir
Marc-Antoine Perennou
-2
/
+8
2017-05-07
bootstrap: Output name of failed config in case of errors
Dennis Schridde
-1
/
+1
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+4
2017-04-20
Add x86_64-linux-android target
Marco A L Barbosa
-0
/
+6
2017-04-10
Remove --enable-save-analysis configure flag
Nick Cameron
-4
/
+0
2017-03-21
appveyor: Use Ninja to build LLVM on MinGW
Alex Crichton
-3
/
+3
2017-03-15
Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton
bors
-0
/
+4
2017-03-12
Default llvm.clean-rebuild to false
Vadim Petrochenkov
-1
/
+1
2017-03-12
rustbuild: Add option for enabling partial LLVM rebuilds
Vadim Petrochenkov
-0
/
+4
2017-03-11
configure: Remove --build detection
Alex Crichton
-8
/
+7
2017-03-11
rustbuild: Make save-analysis an option
Tatsuyuki Ishi
-0
/
+4
2017-03-09
rustbuild: expose LLVM_PARALLEL_LINK_JOBS
Robin Kruppe
-0
/
+3
2017-03-03
rustbuild: Add support for compiling Cargo
Alex Crichton
-0
/
+4
2017-02-15
travis: Disable source tarballs on most builders
Alex Crichton
-0
/
+5
2017-02-14
Automatically vendor Cargo deps when building the source tarballs.
Eduard-Mihai Burtescu
-0
/
+4
2017-02-09
Merge branch 'master' of git://github.com/rust-lang/rust
Marc-Antoine Perennou
-0
/
+13
2017-02-08
Rollup merge of #38699 - japaric:lsan, r=alexcrichton
Corey Farwell
-0
/
+4
[next]