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-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
2017-01-25
rustbuild: Add manifest generation in-tree
Alex Crichton
-0
/
+10
2017-01-24
rustbuild: Start building --enable-extended
Alex Crichton
-0
/
+14
2017-01-15
Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturon
bors
-1
/
+13
2017-01-12
rustbuild: Actually don't build stage0 target rustc
Alex Crichton
-1
/
+13
2017-01-12
travis: Start uploading artifacts on commits
Alex Crichton
-3
/
+3
2017-01-10
Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton
Seo Sanghyeon
-4
/
+2
2017-01-08
review comment
Esteban Küber
-2
/
+1
2017-01-07
trying to figure out why this test failes, might need help
Esteban Küber
-1
/
+0
2017-01-06
Move check-ui to fulldeps so librustc is available
Esteban Küber
-1
/
+1
2017-01-05
rustbuild: Don't build target compilers in stage0
Alex Crichton
-2
/
+12
2017-01-04
rustbuild: Quickly `dist` cross-host compilers
Alex Crichton
-20
/
+427
[next]