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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-02
Translate the virtual `/rustc/$hash` prefix back to a real directory.
Eduard-Mihai Burtescu
-7
/
+7
2020-03-24
ci: add github actions configuration
Pietro Albini
-0
/
+1
2020-02-11
Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC
Dylan DPC
-1
/
+0
2020-02-09
Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
bors
-2
/
+14
2020-02-04
Remove unused core_intrinsics feature gate from bootstrap
bjorn3
-1
/
+0
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-3
/
+3
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+1
2020-01-29
Don't use a whitelist for use_lld
John Kåre Alsaker
-5
/
+1
2020-01-29
Add an option to use LLD to link the compiler on Windows platforms
John Kåre Alsaker
-2
/
+18
2019-12-22
Format the world
Mark Rousskov
-122
/
+129
2019-12-21
Implement `./x.py fmt [--check]`.
Adam Perry
-0
/
+5
2019-12-13
Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton
bors
-0
/
+3
2019-12-12
Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichton
bors
-6
/
+2
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+3
2019-12-10
Add toolstate checking into bootstrap
Mark Rousskov
-27
/
+0
2019-12-09
Bootstrap: change logic for choosing linker and rpath
Jethro Beekman
-6
/
+2
2019-12-04
SGX: Fix target linker used by bootstrap
Jethro Beekman
-0
/
+1
2019-10-30
ci: move toolstates.json to /tmp/toolstate/ and docker mount it
Pietro Albini
-0
/
+4
2019-10-25
Merge branch 'master' into rusty-hermit, resolve conflicts
Stefan Lankes
-0
/
+1
2019-10-24
Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini
bors
-0
/
+1
2019-10-22
Merge branch 'master' into rusty-hermit
Stefan Lankes
-7
/
+0
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-7
/
+0
2019-10-20
Merge branch 'master' into rusty-hermit
Stefan Lankes
-1
/
+1
2019-10-17
show up some extra info when t!() fails
Guanqun Lu
-1
/
+1
2019-10-15
Package non-rust objects
Jethro Beekman
-0
/
+1
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-1
/
+1
2019-09-23
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
Alex Crichton
-0
/
+10
2019-08-29
Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay
Mazdak Farrokhzad
-3
/
+0
2019-08-28
std: Remove the `wasm_syscall` feature
Alex Crichton
-3
/
+0
2019-08-27
rustbuild: allow disabling deny(warnings) for bootstrap
Marc-Antoine Perennou
-3
/
+0
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-6
/
+1
2019-08-08
simplify a match
Ralf Jung
-3
/
+1
2019-08-01
build_helper: rename (try_)run_silent -> (try_)run
Ralf Jung
-3
/
+3
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+2
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+3
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-14
/
+1
2019-07-06
Fixed up a few comments.
Alexander Regueiro
-8
/
+8
2019-06-13
Delete unused fields on Crate struct
Mark Rousskov
-5
/
+0
2019-06-09
Use Build::read_dir instead of fs::read_dir in Build::cp_r
Petr Hosek
-2
/
+1
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-12
/
+3
2019-04-26
bootstrap: use correct version numbers for llvm-tools and lldb
Pietro Albini
-2
/
+2
2019-04-17
bump bootstrap; remove redundant imports.
Mazdak Farrokhzad
-2
/
+0
2019-04-03
Support using LLVM's libunwind as the unwinder implementation
Petr Hosek
-0
/
+3
2019-03-31
Fix custom relative libdir.
O01eg
-0
/
+1
2019-03-30
Don't ignore git for LLVM info
Josh Stone
-8
/
+12
2019-03-29
Add a new wasm32-unknown-wasi target
Alex Crichton
-0
/
+7
2019-03-28
Rollup merge of #59351 - phil-opp:llvm-ar, r=alexcrichton
Mazdak Farrokhzad
-0
/
+1
2019-03-21
Include llvm-ar with llvm-tools component
Philipp Oppermann
-0
/
+1
2019-03-20
Add messages for different verbosity levels.
O01eg
-0
/
+12
2019-03-14
bootstrap: Default to a sensible llvm-suffix.
Emilio Cobos Álvarez
-0
/
+6
[next]