about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-05-17Fix selftestsOliver Schneider-0/+1
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-22/+11
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-29/+47
2018-05-17Rename trans to codegen everywhere.Irina Popa-14/+14
2018-05-17Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichtonkennytm-1/+9
2018-05-17Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichtonkennytm-4/+4
2018-05-15Ensure libraries built in stage0 have unique metadataJosh Stone-1/+9
2018-05-15Fix run-make wasm testsEric Huss-4/+4
2018-05-15Don't inject clippy into the rls anymoreOliver Schneider-9/+0
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-3/+43
2018-05-10Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytmbors-12/+107
2018-05-10Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrumbors-15/+59
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-12/+107
2018-05-09ignore test-args if user specifies suite_pathCollins Abitekaniza-5/+1
2018-05-07./x.py test should be able to run individual testsCollins Abitekaniza-15/+63
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-7/+43
2018-05-06Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichtonbors-0/+3
2018-05-06Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrumbors-21/+85
2018-05-06Pass a test directory to rustfmtNick Cameron-0/+3
2018-05-06s/DocTestsOption/DocTests/gkennytm-16/+16
2018-05-06Added some simple documentation.kennytm-0/+4
2018-05-05Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichtonbors-6/+18
2018-05-05Misc tweaksJohn Kåre Alsaker-6/+18
2018-05-06Added test case.kennytm-8/+43
2018-05-06Added `./x.py test --no-doc` option.kennytm-13/+38
2018-05-04bootstrap: Fix LLVM bin path setup for Windows.Michael Woerister-14/+39
2018-05-04Add eabi suffix to armv5te musl targetHarm Berntsen-1/+1
2018-05-03Add armv5te-unknown-linux-musl targetHarm Berntsen-0/+2
2018-05-03Make run-make host_test!().Michael Woerister-1/+1
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-3/+14
2018-05-01rustbuild: Normalize paths coming from Python slightlyVadim Petrochenkov-2/+10
2018-04-29bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+13
2018-04-29bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-2/+4
2018-04-22Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichtonbors-2/+20
2018-04-21Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-3/+12
2018-04-21Do not test RLS and rustfmt if build of these failed.kennytm-2/+20
2018-04-20Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichtonkennytm-0/+1
2018-04-20Update the Cargo submoduleAlex Crichton-3/+12
2018-04-20Disable auto-detection of libxml2 when compiling llvm.Johannes Nixdorf-0/+1
2018-04-19Ensure CleanTools is run for check rustdocvarkor-2/+9
2018-04-19Add rustdoc to x.py checkvarkor-2/+53
2018-04-19Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakisbors-3/+42
2018-04-19Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichtonbors-55/+132
2018-04-18Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrumbors-1/+3
2018-04-18Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite.Felix S. Klock II-3/+42
2018-04-18Replace Build with Buildervarkor-11/+10
2018-04-18Do not rebuild LLVM for x.py checkvarkor-3/+8
2018-04-18Abstract LLVM building from bootstrapvarkor-94/+65
2018-04-18Correct the timestamp for CodegenBackend checkvarkor-4/+13