summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2018-05-06s/DocTestsOption/DocTests/gkennytm-2/+2
2018-05-06Added test case.kennytm-1/+1
2018-05-06Added `./x.py test --no-doc` option.kennytm-1/+11
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-3/+2
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-3/+2
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-0/+6
2018-04-03Stop checking that the graph produced by a dry run is equivalentMark Simulacrum-12/+4
2018-04-03Fix a few accidental expectationsMark Simulacrum-0/+5
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-1/+6
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-8/+193
2018-04-03Implement generating graphs of the build stepsMark Simulacrum-4/+5
2018-04-03Stub out less codeMark Simulacrum-15/+13
2018-04-03Add tests to rustbuildMark Simulacrum-0/+4
2018-04-03Make test steps sortableMark Simulacrum-1/+1
2018-04-03Stub out various functions during testingMark Simulacrum-10/+19
2018-04-03Permit constructing Build without executingMark Simulacrum-19/+21
2018-04-03Permit constructing Builder without executingMark Simulacrum-1/+7
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-2/+1
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-0/+6
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+5
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-0/+5
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-4/+0
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-0/+1
2018-03-15Support extra-verbose builds:comex-4/+0
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-1/+1
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-14/+0
2018-03-08Deny warningsMark Simulacrum-1/+1
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+7
2018-02-17Add command to launch only doc testsGuillaume Gomez-0/+2
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-15/+22
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-05Use time crate in bootstrap dist instead of dateOnur Aslan-0/+1
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+3
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+4
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+0
2018-01-26Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollupAlex Crichton-1/+5
2018-01-25Call non-git beta builds simply x.y.z-betaJosh Stone-1/+5
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-6/+1
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-2/+51
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+5
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-18/+10
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-0/+25
2017-11-13Distribute RustfmtNick Cameron-0/+8
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-2/+11
2017-10-16Re-enable linker override for cross-compilationVadim Petrochenkov-2/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-21/+9
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-7/+16
2017-09-29Rollup merge of #44694 - tommyip:make_clean, r=Mark-SimulacrumMark Simulacrum-2/+2
2017-09-28Update to the `cc` crateAlex Crichton-6/+6
2017-09-20Add --all flag to ./x.py cleanTommy Ip-2/+2