about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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-27/+211
2018-01-23Rename check.rs to test.rsMark Simulacrum-0/+0
2018-01-23Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakiskennytm-0/+18
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-3/+7
2018-01-21Rollup merge of #47582 - alexcrichton:auto-beta, r=kennytmGuillaume Gomez-8/+51
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-8/+51
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-0/+5
2018-01-19Add rustc-args option to test runnerSantiago Pastorino-0/+18
2018-01-18Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-4/+44
2018-01-17Update Cargo and its dependenciesAlex Crichton-6/+36
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-4/+44
2018-01-16Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+5
2018-01-15Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnikbors-2/+3
2018-01-13Only run rustdoc-js test suite when nodejs is availableGuillaume Gomez-8/+11
2018-01-13Adding RBE as a submodule #46194projektir-2/+3
2018-01-13Auto merge of #46592 - o01eg:fix-45345, r=alexcrichtonbors-16/+24
2018-01-12End of rustdoc-js tool add into builderGuillaume Gomez-5/+11
2018-01-12Move forward to add rustdoc testGuillaume Gomez-16/+11
2018-01-12Start adding js testsGuillaume Gomez-0/+36
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-5/+3
2018-01-12Remove unused argument `rustc_cargo`.O01eg-4/+3
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-2/+5
2018-01-12Build all stages with relative libdirs.O01eg-8/+4
2018-01-12Stage 1 and later use relative libdir.O01eg-1/+1
2018-01-12Accept verbosity in rustdoc.O01eg-0/+11
2018-01-12Fix #45345.O01eg-0/+1
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-0/+4
2018-01-06Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichtonbors-7/+15
2018-01-04rustbuild: Don't allow stable bootstrap from devAlex Crichton-2/+13
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-4/+11
2018-01-04Bump to 1.25.0Alex Crichton-3/+4
2017-12-29Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomezbors-0/+4
2017-12-27bootstrap: pass --deny-render-differences to rustdocQuietMisdreavus-0/+4
2017-12-26Auto merge of #46554 - kennytm:45861-step-4-5-6-7-upload-test-result-and-remo...bors-136/+42
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-10/+11
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-126/+31
2017-12-26Auto merge of #46941 - ScottAbbey:freebsd-build-update, r=alexcrichtonbors-0/+1
2017-12-22Don't try to statically link libstdc++ on FreeBSDScott Abbey-0/+1
2017-12-17Distribute intrinsic.natvis with the compiler for windows-msvc.Antal Szabó-0/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-0/+10
2017-12-14Do not produce debuginfo for toolsOliver Schneider-2/+5
2017-12-12Put miri const eval checking behind -ZmiriOliver Schneider-0/+4
2017-12-06Merge remote-tracking branch 'origin/master' into miriOliver Schneider-4/+33
2017-12-06Update miri to rustc changesOliver Schneider-608/+1004
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-4/+33
2017-12-03Record build and test result of extended tools into toolstates.json.kennytm-12/+64
2017-12-03Move the swap the tools test and cargotest within check-aux.kennytm-3/+1
2017-12-02Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrumbors-1/+1