about summary refs log tree commit diff
path: root/src/bootstrap/sanity.rs
AgeCommit message (Expand)AuthorLines
2019-04-10Don't require a C compiler on wasm32John Kåre Alsaker-0/+5
2019-03-01look for python2 symlinks before bootstrap pythonAndy Russell-1/+1
2019-03-01fix an issue with path probing on WindowsAndy Russell-7/+9
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-1/+1
2018-12-07use top level `fs` functions where appropriateAndy Russell-5/+2
2018-11-02Remove all jemalloc-related contentAlex Crichton-6/+0
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-1/+1
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-13/+0
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-2/+2
2018-04-17Don't look for cc/cxx when testing with bogus targetsJohn Kåre Alsaker-4/+8
2018-04-03extend no-std-ness check to all *-none-* targetsJorge Aparicio-2/+2
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-0/+13
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-1/+1
2018-01-04rustbuild: Don't allow stable bootstrap from devAlex Crichton-2/+13
2017-11-21fix some typosMartin Lindhe-1/+1
2017-09-24Fix fuchsia toolchain prebuild setupJames Tucker-2/+3
2017-08-25rustbuild: Automatically enable Ninja on MSVCAlex Crichton-4/+21
2017-08-22Infer a default musl_root for native buildsSamuel Holland-1/+8
2017-08-13Unify flags into config.Mark Simulacrum-4/+4
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-5/+5
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-2/+2
2017-07-04Move targets, hosts, and build triple into Build.Mark Simulacrum-11/+0
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-1/+1
2017-07-04Clippy lintsMark Simulacrum-11/+7
2017-07-04Clean up and restructure sanity checking.Mark Simulacrum-76/+67
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-1/+1
2017-06-21Pass path to python from bootstrap.py to bootstrap.rsStepan Koltsov-0/+7
2017-05-02rustbuild: Sanity-check cmake for sanitizers tooJosh Stone-14/+13
2017-04-03Add a common Build::src_is_git flagJosh Stone-1/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-02-27travis: Split Android into dist/test imagesAlex Crichton-4/+0
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+1
2016-12-27Accept ninja-build binary in place of ninjaRobin Kruppe-1/+5
2016-12-20Find FileCheck using llvm-configSeo Sanghyeon-1/+1
2016-12-14rustbuild: Add sccache supportAlex Crichton-0/+4
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-4/+8
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-1/+11
2016-11-10compiletest: detect nodejs binary, allow overrideMark-Simulacrum-6/+7
2016-10-31detect gdb version & rust support in compiletestTim Neumann-1/+6
2016-10-04rustbuild: Fix panic message when musl-root not setNick Stevens-2/+2
2016-09-30Don't build any native compiler-builtin components for emscriptenBrian Anderson-0/+7
2016-09-30Build a dummy alloc_jemalloc crate on platforms that don't support itBrian Anderson-9/+8
2016-09-28Move nodejs detection into bootstrapBrian Anderson-8/+19
2016-09-09Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a...bors-0/+6
2016-09-08tweaking the nodejs cmd sanity checkJake Goldsborough-2/+2
2016-09-07moving nodejs detection logic to configure and addingJake Goldsborough-1/+1
2016-09-06add utility musl_root method, update config.toml.exampleJorge Aparicio-2/+1
2016-09-06adding a check to sanity to look for the nodejs commandJake Goldsborough-0/+6