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
/
bootstrap.py
Age
Commit message (
Expand
)
Author
Lines
2017-02-11
Change test for being on nixos again
Andrew Cann
-1
/
+1
2017-02-11
Change test for being on NixOS
Andrew Cann
-1
/
+1
2017-02-06
Fix for bootstrapping on NixOS
Andrew Cann
-1
/
+56
2017-02-05
Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...
Corey Farwell
-0
/
+2
2017-02-03
`aarch64` CPU type is called `arm64` on FreeBSD
Jean-Sébastien Pédron
-0
/
+2
2017-02-02
Fix typo in bootstrap.py info message
Dirkjan Ochtman
-1
/
+1
2017-02-02
Guard against USER not existing in the environment
Dirkjan Ochtman
-1
/
+1
2017-02-02
Don't check for sudo environment if vendored sources are already configured
Dirkjan Ochtman
-1
/
+1
2017-01-07
rustbuild: Pass --retry 3 to curl
Alex Crichton
-1
/
+1
2016-12-19
rustbuild: Update Cargo download location
Alex Crichton
-13
/
+9
2016-12-19
add and document `--incremental` flag along with misc other changes
Niko Matsakis
-0
/
+2
2016-12-07
mk: Switch rustbuild to the default build system
Alex Crichton
-26
/
+67
2016-11-09
rustbuild: enable an initial local cargo
Josh Stone
-1
/
+4
2016-11-09
Rollup merge of #37524 - alexcrichton:vendor, r=brson
Eduard-Mihai Burtescu
-3
/
+24
2016-11-08
rustbuild: Tweak for vendored dependencies
Alex Crichton
-3
/
+24
2016-11-07
rustbuild: support MIPS host builds
Wang Xuerui
-0
/
+16
2016-11-02
rustbuild: Rewrite user-facing interface
Alex Crichton
-4
/
+2
2016-09-17
inherit from object
Eitan Adler
-5
/
+6
2016-09-16
Try to support py3 with rustbuild better
Simonas Kazlauskas
-3
/
+5
2016-07-06
Rollup merge of #34558 - GlenDC:master, r=alexcrichton
Steve Klabnik
-1
/
+1
2016-07-06
Tweak verbosity to hopefully better match intuitive expectations
Ximin Luo
-2
/
+2
2016-07-06
Have verify() return a bool rather than a generic RuntimeError
Ximin Luo
-10
/
+9
2016-07-04
Avoid redundant downloads when bootstrapping
Ximin Luo
-0
/
+8
2016-07-03
Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichton
bors
-0
/
+12
2016-07-02
Build: Shows total time taken to build the compiler
Nikhil Shagrithaya
-0
/
+12
2016-07-01
Older versions of python 2.7 can raise a WindowsError instead of a subprocess...
CensoredUsername
-1
/
+1
2016-06-29
propagate rustbuild's bootstrap.py '--help' flag
decauwsemaecker.glen@gmail.com
-1
/
+1
2016-06-04
Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturon
bors
-3
/
+8
2016-06-01
build: avoid repeated string concatenation in python
Steven Allen
-9
/
+9
2016-05-31
Auto merge of #33141 - tshepang:python-love, r=brson
bors
-11
/
+11
2016-05-31
rustbuild: Clean more on `make clean`
Alex Crichton
-3
/
+8
2016-05-08
Remove sha256 file only if present.
Cyryl Płotnicki-Chudyk
-5
/
+8
2016-05-08
Better error handling for bootstrap file downloads.
Cyryl Płotnicki-Chudyk
-14
/
+20
2016-04-30
Code cleanup in download() in bootstrap.py
Cyryl Płotnicki-Chudyk
-12
/
+12
2016-04-30
Get a file during bootstrap to a temp location.
Cyryl Płotnicki-Chudyk
-5
/
+23
2016-04-26
some Python nits and fixes
Tshepang Lekhonkhobe
-11
/
+11
2016-04-19
mk: Bootstrap from stable instead of snapshots
Alex Crichton
-67
/
+84
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-1
/
+1
2016-04-13
rustbuild: Verify sha256 of downloaded tarballs
Nick Platt
-7
/
+24
2016-04-13
rustbuild: Improve error messaging in bootstrap.py
Nick Platt
-6
/
+16
2016-03-01
rustbuild: Fix building from an empty directory
Alex Crichton
-1
/
+2
2016-02-28
rustbuild: Update nightly date
Alex Crichton
-0
/
+1
2016-02-11
bootstrap: Read configuration from config.mk
Alex Crichton
-0
/
+16
2016-02-11
Add a Cargo-based build system
Alex Crichton
-0
/
+300
[prev]