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
/
sanity.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-10
Enforce Python 3 as much as possible
Guillaume Gomez
-2
/
+0
2020-02-24
bootstrap: Further centralize target defaulting logic.
John Ericson
-4
/
+3
2020-02-22
Allow getting `no_std` from the config file
John Ericson
-3
/
+1
2019-12-22
Format the world
Mark Rousskov
-42
/
+61
2019-08-15
Use libunwind from llvm-project submodule for musl targets
Marco A L Barbosa
-4
/
+0
2019-07-23
Fix building_llvm in sanity check, add swig sanity check.
Pyry Kontio
-2
/
+13
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-1
/
+1
2019-04-10
Don't require a C compiler on wasm32
John Kåre Alsaker
-0
/
+5
2019-03-01
look for python2 symlinks before bootstrap python
Andy Russell
-1
/
+1
2019-03-01
fix an issue with path probing on Windows
Andy Russell
-7
/
+9
2019-01-27
Create `nvptx64-nvidia-cuda` target specification
Denys Zariaiev
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
bootstrap: fix edition
ljedrz
-1
/
+1
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-5
/
+2
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-6
/
+0
2018-10-26
bootstrap: clean up a few clippy findings
Matthias Krüger
-1
/
+1
2018-10-08
Run debuginfo tests against rust-enabled lldb, when possible
Tom Tromey
-13
/
+0
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-2
/
+2
2018-04-17
Don't look for cc/cxx when testing with bogus targets
John Kåre Alsaker
-4
/
+8
2018-04-03
extend no-std-ness check to all *-none-* targets
Jorge Aparicio
-2
/
+2
2018-04-01
add a dist-thumb builder to build rust-std for the THUMB targets
Jorge Aparicio
-0
/
+13
2018-01-22
Do not assume dynamic linking for musl/mips[el] targets
Marco A L Barbosa
-1
/
+1
2018-01-04
rustbuild: Don't allow stable bootstrap from dev
Alex Crichton
-2
/
+13
2017-11-21
fix some typos
Martin Lindhe
-1
/
+1
2017-09-24
Fix fuchsia toolchain prebuild setup
James Tucker
-2
/
+3
2017-08-25
rustbuild: Automatically enable Ninja on MSVC
Alex Crichton
-4
/
+21
2017-08-22
Infer a default musl_root for native builds
Samuel Holland
-1
/
+8
2017-08-13
Unify flags into config.
Mark Simulacrum
-4
/
+4
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-5
/
+5
2017-07-04
Use build.build instead of build.config.build
Mark Simulacrum
-2
/
+2
2017-07-04
Move targets, hosts, and build triple into Build.
Mark Simulacrum
-11
/
+0
2017-07-04
Remove src_is_git, instead call method on rust_info directly.
Mark Simulacrum
-1
/
+1
2017-07-04
Clippy lints
Mark Simulacrum
-11
/
+7
2017-07-04
Clean up and restructure sanity checking.
Mark Simulacrum
-76
/
+67
2017-06-22
Make Build.cxx() return a Result instead of panicking
Ian Douglas Scott
-1
/
+1
2017-06-21
Pass path to python from bootstrap.py to bootstrap.rs
Stepan Koltsov
-0
/
+7
2017-05-02
rustbuild: Sanity-check cmake for sanitizers too
Josh Stone
-14
/
+13
2017-04-03
Add a common Build::src_is_git flag
Josh Stone
-1
/
+1
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-02-27
travis: Split Android into dist/test images
Alex Crichton
-4
/
+0
2017-01-19
travis: Get an emscripten builder online
Alex Crichton
-1
/
+1
2016-12-27
Accept ninja-build binary in place of ninja
Robin Kruppe
-1
/
+5
2016-12-20
Find FileCheck using llvm-config
Seo Sanghyeon
-1
/
+1
2016-12-14
rustbuild: Add sccache support
Alex Crichton
-0
/
+4
2016-12-07
mk: Switch rustbuild to the default build system
Alex Crichton
-4
/
+8
2016-11-14
rustbuild: Allow configuration of python interpreter
Alex Crichton
-1
/
+11
2016-11-10
compiletest: detect nodejs binary, allow override
Mark-Simulacrum
-6
/
+7
2016-10-31
detect gdb version & rust support in compiletest
Tim Neumann
-1
/
+6
2016-10-04
rustbuild: Fix panic message when musl-root not set
Nick Stevens
-2
/
+2
2016-09-30
Don't build any native compiler-builtin components for emscripten
Brian Anderson
-0
/
+7
[next]