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
/
configure.py
Age
Commit message (
Expand
)
Author
Lines
2020-06-09
Add a disabled builder for riscv64 emulated tests
Tom Eccles
-0
/
+2
2020-05-10
remove lldb package from bootstrap, config and build-manifest
Ralf Jung
-1
/
+0
2020-02-17
configure: set LLVM flags with a value
Josh Stone
-3
/
+3
2020-02-12
Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton
Yuki Okushi
-5
/
+6
2020-02-10
Enable Control Flow Guard in rustbuild
Andrew Paverd
-0
/
+1
2020-02-07
PEP8 format spacing
Chris Simpkins
-5
/
+6
2019-12-13
Fix the configure.py TOML field for a couple LLVM options
Josh Stone
-2
/
+2
2019-10-26
ci: add support for MIPS64 musl targets
Wang Xuerui
-0
/
+4
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-4
/
+1
2019-08-08
remove test-miri flag from bootstrap
Ralf Jung
-1
/
+0
2019-08-02
Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi.
Adrian Budau
-1
/
+3
2019-07-23
Require a value for configure --debuginfo-level
Josh Stone
-5
/
+5
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-5
/
+5
2019-04-03
Support using LLVM's libunwind as the unwinder implementation
Petr Hosek
-0
/
+2
2019-01-28
Fix CI
John Kåre Alsaker
-1
/
+1
2019-01-13
Support passing cflags/cxxflags/ldflags to LLVM build
Petr Hosek
-0
/
+4
2019-01-05
Provide the option to use libc++ even on all platforms
Petr Hosek
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-12-13
Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...
Henri Sivonen
-0
/
+2
2018-11-06
Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, ...
kennytm
-1
/
+1
2018-11-06
Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton
bors
-0
/
+1
2018-11-05
Use lld directly for Fuchsia target
Petr Hosek
-0
/
+1
2018-11-05
This should have been part of PR #54811 (my bad).
Felix S. Klock II
-1
/
+1
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-5
/
+0
2018-10-28
Avoid directly catching BaseException in bootstrap configure script
Konrad Borowski
-1
/
+1
2018-10-26
Make configure.py handle numeric arguments for `--set` a little better.
Michael Woerister
-1
/
+12
2018-10-20
Update Cargo, build curl/OpenSSL statically via features
Alex Crichton
-1
/
+1
2018-10-01
Fix conditions to allow missing tools in CI
Christian Poveda
-1
/
+1
2018-09-28
Add enable-missing-tools option
Christian Poveda
-0
/
+1
2018-09-25
Improvements to finding LLVM's FileCheck
Tom Tromey
-0
/
+6
2018-08-14
Add lldb to the build
Tom Tromey
-1
/
+2
2018-07-10
bootstrap: write texts to a .tmp file first for atomicity
NODA, Kai
-2
/
+2
2018-06-21
Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum
bors
-0
/
+1
2018-06-07
quiet-tests -> !verbose-tests
Oliver Schneider
-1
/
+1
2018-06-03
ship LLVM tools with the toolchain
Jorge Aparicio
-0
/
+1
2018-05-04
Add eabi suffix to armv5te musl target
Harm Berntsen
-1
/
+1
2018-05-03
Add armv5te-unknown-linux-musl target
Harm Berntsen
-0
/
+2
2018-04-13
rustbuild: allow building tools with debuginfo
Josh Stone
-0
/
+1
2018-04-08
configure.py --tools should set a list instead of a string
Dan Callaghan
-1
/
+3
2018-03-18
Add a CI job for parallel rustc using x.py check
John Kåre Alsaker
-0
/
+1
2018-03-09
rustbuild: Remove ThinLTO-related configuration
Alex Crichton
-1
/
+0
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-0
/
+5
2018-02-05
Add build.tools option to manage installation of extended rust tools.
O01eg
-0
/
+1
2018-02-03
Disable ThinLTO for dist builds.
Mark Simulacrum
-0
/
+1
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-0
/
+3
2018-01-22
Do not assume dynamic linking for musl/mips[el] targets
Marco A L Barbosa
-0
/
+4
2018-01-11
Add i586-unknown-linux-musl target
Marco A L Barbosa
-0
/
+2
2017-12-03
Record build and test result of extended tools into toolstates.json.
kennytm
-0
/
+1
2017-10-26
configure.py: fix --disable-option-checking
Josh Stone
-4
/
+9
2017-10-16
Merge branch 'master' into future_imports
johnthagen
-28
/
+36
[next]