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
2021-08-16
Allow the iOS toolchain to be built on Linux
kit
-5
/
+0
2021-05-17
Don't require cmake on Windows when LLVM isn't being built
Joshua Nelson
-2
/
+3
2021-02-21
Add new rustdoc-gui test suite
Guillaume Gomez
-0
/
+7
2020-12-31
bootstrap: clippy fixes
Matthias Krüger
-1
/
+5
2020-12-13
Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum
Yuki Okushi
-16
/
+20
2020-12-12
Don't require cmake and ninja when the LLVM backend is not used
bjorn3
-16
/
+20
2020-12-11
fix clippy::{needless_bool, manual_unwrap_or}
Matthias Krüger
-5
/
+1
2020-12-11
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-2
/
+2
2020-10-26
Support enable/disable sanitizers/profiler per target
12101111
-1
/
+1
2020-09-16
Remove unnecessary `clone()`s in bootstrap
Joshua Nelson
-2
/
+2
2020-09-01
Move ninja requirements to a dynamic check, when actually building
Mark Rousskov
-36
/
+4
2020-08-26
Provide a better diagnostic if ninja isn't installed
Josh Triplett
-2
/
+10
2020-07-17
Teach bootstrap about target files vs target triples
Jake Goulding
-1
/
+5
2020-06-18
bootstrap: Configurable musl libdir
Tomasz Miąsko
-4
/
+4
2020-05-10
remove lldb package from bootstrap, config and build-manifest
Ralf Jung
-8
/
+0
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
[next]