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
2018-03-30
Handle fast-submodules option correctly
Petr Hosek
-0
/
+4
2018-03-20
ci: Print out how long each step takes on CI
Alex Crichton
-0
/
+3
2018-03-16
Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum
kennytm
-5
/
+0
2018-03-12
Auto merge of #48295 - Keruspe:master, r=alexcrichton
bors
-1
/
+3
2018-03-09
rustbuild: Remove ThinLTO-related configuration
Alex Crichton
-5
/
+0
2018-03-08
Refactor run_host_only to have the proper effect.
Mark Simulacrum
-1
/
+1
2018-03-08
bootstrap: pass datadir to rust-installer
Marc-Antoine Perennou
-1
/
+3
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-0
/
+4
2018-03-02
make codegen-backends directory name configurable
Marc-Antoine Perennou
-0
/
+5
2018-02-25
Rollup merge of #48517 - penpalperson:master, r=Mark-Simulacrum
kennytm
-0
/
+2
2018-02-24
Added error-format flag to x.py.
penpalperson
-0
/
+2
2018-02-19
rustbuild: make libdir_relative a method
Josh Stone
-18
/
+12
2018-02-19
rustbuild: Restore Config.libdir_relative
Josh Stone
-0
/
+17
2018-02-10
Implement excluding a build-step via --exclude
Mark Simulacrum
-0
/
+2
2018-02-05
Add build.tools option to manage installation of extended rust tools.
O01eg
-1
/
+4
2018-02-03
Disable ThinLTO for dist builds.
Mark Simulacrum
-0
/
+5
2018-01-30
Add wasm_syscall feature to build system
Diggory Blake
-0
/
+3
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-0
/
+9
2018-01-12
Remove unused configuration parameter `libdir_relative`.
O01eg
-2
/
+0
2018-01-12
Fix #45345.
O01eg
-0
/
+1
2017-12-27
Revert "Add a file to trivially disable tool building or testing"
kennytm
-15
/
+0
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-0
/
+3
2017-12-03
Record build and test result of extended tools into toolstates.json.
kennytm
-0
/
+4
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-2
/
+3
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
[next]