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
2023-10-17
move bootstrap core implementation to bootstrap/src/core module
onur-ozkan
-267
/
+0
2023-09-17
Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl...
bors
-11
/
+10
2023-09-17
micro-level optimizations for bootstrap
onur-ozkan
-11
/
+10
2023-09-02
also skip musl checks when BOOTSTRAP_SKIP_TARGET_SANITY is set
Ralf Jung
-10
/
+13
2023-07-30
bootstrap: inline format!() args
Matthias Krüger
-1
/
+1
2023-07-24
bootstrap: Don't bundle musl on Unikraft
Martin Kröning
-1
/
+1
2023-07-13
Rename `detail_exit_macro` to `exit`
jyn
-1
/
+1
2023-05-30
create `build_helper/src/util` mod
ozkanonur
-1
/
+1
2023-04-17
Spelling src/bootstrap
Josh Soref
-1
/
+1
2022-11-15
add the build.reuse config option to choose the reuse binary
Pietro Albini
-0
/
+7
2022-11-13
Make all download functions need only Config, not Builder
Joshua Nelson
-1
/
+1
2022-11-12
Distinguish `--dry-run` from the automatic dry run check
Joshua Nelson
-2
/
+2
2022-11-07
add FIXME to replace this env var in the future
Ralf Jung
-0
/
+6
2022-10-30
skip bootstrap target sanity checks when testing Miri
Ralf Jung
-0
/
+10
2022-10-01
fix: use git-commit-info for version information
dawnofmidnight
-1
/
+1
2022-07-07
squash the commits
toshiki goto
-1
/
+1
2022-05-07
updated error message for missing cmake
Thomas Hatzopoulos
-1
/
+12
2022-03-29
bootstrap: loosen and expand python check bounds
Alec Goncharow
-1
/
+3
2022-03-05
Merge build_helper into util
bjorn3
-1
/
+1
2022-03-05
Remove build_helper
bjorn3
-2
/
+1
2021-08-26
switch stage0.txt to stage0.json and add a tool to generate it
Pietro Albini
-11
/
+1
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
[next]