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
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-06
Move rustc-guide submodule to rustc-dev-guide
Santiago Pastorino
-3
/
+3
2020-03-04
point cargo-miri to the right xargo binary
Ralf Jung
-1
/
+1
2020-02-21
fix miri and bootstrap interaction
Ralf Jung
-1
/
+3
2020-02-19
Auto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r=Dylan-DPC
bors
-2
/
+2
2020-02-19
Auto merge of #69198 - ollie27:rustbuild_rustdoc-js, r=Mark-Simulacrum
bors
-5
/
+5
2020-02-17
ci: switch macOS builders to 10.15
Pietro Albini
-2
/
+2
2020-02-15
Fix running rustdoc-js test suite individually
Oliver Middleton
-5
/
+5
2020-02-13
Update books.
Eric Huss
-24
/
+58
2020-02-09
Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum
bors
-2
/
+3
2020-02-09
Add some comments
John Kåre Alsaker
-0
/
+1
2020-02-03
bootstrap: fix clippy warnings
Matthias Krüger
-6
/
+3
2020-01-29
Add an option to use LLD to link the compiler on Windows platforms
John Kåre Alsaker
-2
/
+2
2020-01-27
compiletest: Remove unused llvm-cxxflags option
Tomasz Miąsko
-6
/
+1
2020-01-20
compiletest: Simplify multi-debugger support
Tomasz Miąsko
-8
/
+0
2020-01-09
Add bootstrap step for building sanitizer runtimes
Tomasz Miąsko
-1
/
+1
2019-12-29
tidy: Enforce formatting rather than just check it if `--bless` is specified
Vadim Petrochenkov
-1
/
+1
2019-12-24
bootstrap miri: remove no longer used env var
Ralf Jung
-3
/
+0
2019-12-22
Format the world
Mark Rousskov
-311
/
+177
2019-12-21
Include formatting check in the test step for tidy.
Adam Perry
-0
/
+8
2019-12-17
Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"
Mark Rousskov
-13
/
+13
2019-12-17
Disable cargo tests for now
Mark Rousskov
-13
/
+13
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-1
/
+1
2019-11-11
Update clippy
Manish Goregaokar
-0
/
+5
2019-10-26
use plain cargo to install xargo
Ralf Jung
-11
/
+1
2019-10-26
bootstrap now takes care of installing xargo
Ralf Jung
-4
/
+21
2019-10-21
Remove `src/llvm-emscripten` submodule
Alex Crichton
-2
/
+1
2019-10-19
adjust miri sysroot determination
Ralf Jung
-6
/
+4
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-2
/
+3
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-3
/
+2
2019-10-04
Fix ABI, run and fix more tests, re-enable CI for PRs
Thomas Lively
-2
/
+5
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-4
/
+2
2019-09-23
Move handling of `-Cprefer-dynamic` into `builder.rs`
Alex Crichton
-4
/
+0
2019-09-23
Allow adding `RUSTFLAGS` after `Builder::cargo`
Alex Crichton
-19
/
+19
2019-09-23
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
Alex Crichton
-11
/
+1
2019-09-05
Explicitly create test tempdir
Mark Rousskov
-1
/
+4
2019-08-28
std: Remove the `wasm_syscall` feature
Alex Crichton
-10
/
+0
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-28
/
+8
2019-08-20
Remove serialization of diagnostics to files
Mark Rousskov
-2
/
+1
2019-08-08
don't set RUSTC_DEBUG_ASSERTIONS here; let cargo-miri do that
Ralf Jung
-2
/
+0
2019-08-08
install and use xargo inside the build dir
Ralf Jung
-0
/
+4
2019-08-08
let us try to find out where that panic is coming from
Ralf Jung
-0
/
+2
2019-08-08
dont test Miri by default (also be more verbose when being verbose)
Ralf Jung
-1
/
+1
2019-08-08
more comments
Ralf Jung
-0
/
+1
2019-08-08
remove test-miri flag from bootstrap
Ralf Jung
-2
/
+1
2019-08-08
Miri test: call 'cargo miri test' and use the sysroot it has set up
Ralf Jung
-11
/
+71
2019-08-02
Fix rustc-guide toolstate tracking.
Eric Huss
-1
/
+6
2019-08-01
replace what I think is an erroneous try_run_quiet by try_run
Ralf Jung
-1
/
+1
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-0
/
+3
2019-07-29
Fix rustc-guide build failure ignoring no-fail-fast.
kennytm
-3
/
+1
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-20
/
+0
[next]