summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-02-11Use time crate in bootstrap dist instead of dateOnur Aslan-3/+5
2018-02-01Call non-git beta builds simply x.y.z-betaJosh Stone-1/+5
2018-01-23Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+5
2018-01-18[beta] Attempt to fix prerelease version calculationAlex Crichton-2/+6
2018-01-13[beta] Automaticaly calculate beta prerelease numbersAlex Crichton-8/+47
2018-01-12Bump beta release versionTaylor Cramer-1/+1
2018-01-10Bump beta version to `1.24.0-beta.2`Malo Jaffré-1/+1
2018-01-01rustbuild: Allow using unstable rustdoc features on betaAlex Crichton-1/+2
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
2017-12-02Rollup merge of #46385 - alexcrichton:fix-cargo-book, r=Mark-Simulacrumkennytm-1/+1
2017-11-29Update bootstrap compilerAlex Crichton-1/+1
2017-11-29rustbuild: Fix a typo with the Cargo bookAlex Crichton-1/+1
2017-11-28*: strip calls to cc::Build::compileTamir Duberstein-1/+1
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-0/+11
2017-11-28Auto merge of #46102 - kennytm:45861-step-1, r=alexcrichtonbors-5/+14
2017-11-26Increment Nightly version to 1.24.0Simon Sapin-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-6/+4
2017-11-24rustbuild: Update LLVM and enable ThinLTOAlex Crichton-3/+1
2017-11-23Auto merge of #46011 - euclio:reachability-redux, r=nrcbors-1/+2
2017-11-22add `reachable_only` to save-analysis configAndy Russell-1/+2
2017-11-22Always ignore build failure of failable tools (rls, rustfmt, clippy, miri).kennytm-5/+14
2017-11-22Rollup merge of #46157 - martinlindhe:master, r=kennytmkennytm-2/+2
2017-11-22Rollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simulacrumkennytm-135/+57
2017-11-21fix some typosMartin Lindhe-2/+2
2017-11-20Auto merge of #45998 - ollie27:doc_book_css, r=steveklabnikbors-16/+11
2017-11-20rustbuild: fix expectation messageMarc-Antoine Perennou-1/+1
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-1/+7
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+7
2017-11-16rustbuild: make tidy happyMarc-Antoine Perennou-1/+2
2017-11-16rustbuild: dist cargo-fmt as part of rustfmtMarc-Antoine Perennou-0/+6
2017-11-16rustbuild: use a macro to define "extended" toolsMarc-Antoine Perennou-135/+50
2017-11-16rustbuild: Install rustfmt as part of extended buildMarc-Antoine Perennou-1/+12
2017-11-16Auto merge of #46025 - nrc:rustfmt-fix, r=Mark-Simulacrumbors-2/+5
2017-11-16Fix a bug where the rustfmt tarball was not being producedNick Cameron-2/+5