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
/
step.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-20
Remove step.rs
Mark Simulacrum
-1820
/
+0
2017-07-17
Run RLS tests
Nick Cameron
-1
/
+5
2017-07-11
fail in case nothing to run was found
Guillaume Gomez
-1
/
+10
2017-07-04
Use build.build instead of build.config.build
Mark Simulacrum
-52
/
+52
2017-07-04
Move targets, hosts, and build triple into Build.
Mark Simulacrum
-15
/
+7
2017-07-04
Clippy lints
Mark Simulacrum
-4
/
+4
2017-06-16
Auto merge of #42612 - est31:master, r=nagisa
bors
-1
/
+20
2017-06-16
Fix cross compilation
est31
-8
/
+8
2017-06-15
Only run check-linkchecker when actually building docs
Ximin Luo
-1
/
+1
2017-06-15
Ensure that disable-doc builds don't depend on doc targets
Ximin Luo
-1
/
+26
2017-06-14
Autogenerate stubs and the summary of the unstable book
est31
-1
/
+20
2017-06-02
rustbuild: Add `./x.py test --no-fail-fast`
Josh Stone
-2
/
+10
2017-05-24
rustbuild: distcheck needs rust-src too
Marc-Antoine Perennou
-0
/
+1
2017-05-23
rustbuild: make distcheck depend on dist-plain-source-tarball
Marc-Antoine Perennou
-1
/
+1
2017-05-23
rustbuild: drop unused macro in tets
Marc-Antoine Perennou
-4
/
+0
2017-05-22
rustbuild: split Install out of Dist subcommand
Marc-Antoine Perennou
-10
/
+58
2017-05-18
rustbuild: refactor install
Marc-Antoine Perennou
-1
/
+1
2017-05-14
Force tool-rust-installer deps to build-only
Josh Stone
-9
/
+17
2017-05-14
Update to the oxidized rust-installer
Josh Stone
-0
/
+13
2017-05-04
Add remote device testing support
Mátyás Mustoha
-18
/
+18
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-2
/
+2
2017-04-29
Auto merge of #41577 - Keruspe:master, r=alexcrichton
bors
-0
/
+3
2017-04-28
rustbuild: only build cargo for host
Marc-Antoine Perennou
-0
/
+1
2017-04-27
travis: Parallelize tests on Android
Alex Crichton
-8
/
+8
2017-04-27
rustbuild: build cargo and rls as part of extended build
Marc-Antoine Perennou
-0
/
+2
2017-04-24
Run tests for the cargo submodule in tree
Alex Crichton
-0
/
+4
2017-04-19
Auto merge of #41170 - Nashenas88:master, r=alexcrichton
bors
-1
/
+3
2017-04-15
[rustbuild] Side-step HashMap iteration to preserve command-line step order.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-13
rustbuild: Fix recompilation of stage0 tools dir
Alex Crichton
-33
/
+143
2017-04-12
travis: Enable rust-analysis package for more targets
Alex Crichton
-0
/
+1
2017-04-11
Touch up rls integration
Alex Crichton
-2
/
+7
2017-04-10
Build an RLS package as part of the dist target
Nick Cameron
-0
/
+11
2017-04-08
Use the existing path when removing the prefix fails. This allows the use of ...
Paul Faria
-1
/
+3
2017-04-02
Finish the improvements I planned.
Nathan Stocks
-6
/
+5
2017-03-20
build both editions of the book
steveklabnik
-1
/
+1
2017-03-12
rustbuild: Fix tests
Oliver Middleton
-9
/
+9
2017-03-12
rustbuild: Fix compiler docs
Oliver Middleton
-0
/
+4
2017-03-11
Auto merge of #40199 - alexcrichton:doc-proc-macro, r=brson
bors
-1
/
+1
2017-03-10
Don't put Cargo into the rustc workspace
Alex Crichton
-1
/
+1
2017-03-10
rustbuild: Build documentation for `proc_macro`
Alex Crichton
-1
/
+1
2017-03-04
Separate "ui-fulldeps" tests from "ui" tests
Vadim Petrochenkov
-2
/
+4
2017-03-03
Auto merge of #39917 - alexcrichton:build-cargo, r=brson
bors
-2
/
+28
2017-03-03
rustbuild: Add support for compiling Cargo
Alex Crichton
-2
/
+28
2017-02-28
rustbuild: sort rules by the order of matching CLI paths.
Eduard-Mihai Burtescu
-5
/
+18
2017-02-28
rustbuild: use a BTreeMap for the ruleset for determinism.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-24
Auto merge of #39851 - alexcrichton:verify-unstable, r=brson
bors
-25
/
+25
2017-02-21
Create "The Unstable Book"
Steve Klabnik
-0
/
+9
2017-02-21
test: Verify all sysroot crates are unstable
Alex Crichton
-25
/
+25
2017-02-21
Start the port of the reference to mdBook
Steve Klabnik
-0
/
+9
2017-01-29
Add support for test suites emulated in QEMU
Alex Crichton
-12
/
+43
[next]