about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-1/+1
2018-06-03refactor Mode enumCollins Abitekaniza-1/+1
2018-05-31Use builder.cargo() for cargo-vendor.Johannes Nixdorf-5/+8
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-311/+298
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-1/+6
2018-04-03Fix a few accidental expectationsMark Simulacrum-4/+9
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-18/+18
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-134/+102
2018-04-03Make test steps sortableMark Simulacrum-12/+12
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-1/+6
2018-03-25Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakiskennytm-1/+0
2018-03-25Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichtonkennytm-7/+62
2018-03-22Allow installing rustfmt without config.extendedJosh Stone-1/+0
2018-03-22Remove std/test documentation from compiler docs.David Wood-2/+2
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-7/+62
2018-03-18rustbuild: Ship libsynchronizationMaxim Nazarenko-0/+1
2018-03-17Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakiskennytm-2/+4
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-3/+3
2018-03-16rustbuild: Add more MinGW libraries to shipAlex Crichton-2/+4
2018-03-08Remove ONLY_BUILD_TARGETS.Mark Simulacrum-18/+3
2018-03-04Include stdsimd in rust-src componentAlex Crichton-0/+1
2018-03-03rustc: Tweak default linker selectionAlex Crichton-2/+4
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+17
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-1/+2
2018-02-10Remove DontDistWithMiri struct and instead just directly check it in builderMark Simulacrum-25/+0
2018-02-09ci: Actually bootstrap on i686 distAlex Crichton-0/+7
2018-02-05Use time crate in bootstrap dist instead of dateOnur Aslan-3/+3
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-5/+3
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-1/+12
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-1/+0
2018-01-17Update Cargo and its dependenciesAlex Crichton-0/+2
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-10/+0
2017-12-17Distribute intrinsic.natvis with the compiler for windows-msvc.Antal Szabó-0/+1
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-2/+17
2017-11-22Always ignore build failure of failable tools (rls, rustfmt, clippy, miri).kennytm-3/+5
2017-11-22Rollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simulacrumkennytm-0/+5
2017-11-20rustbuild: fix expectation messageMarc-Antoine Perennou-1/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+5
2017-11-16rustbuild: dist cargo-fmt as part of rustfmtMarc-Antoine Perennou-0/+5
2017-11-16Fix a bug where the rustfmt tarball was not being producedNick Cameron-2/+5
2017-11-13review changesNick Cameron-1/+1
2017-11-13Distribute RustfmtNick Cameron-0/+89
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+0
2017-10-22Remove deprecated `collections` crate.leonardo.yvens-1/+0
2017-10-20Auto merge of #44792 - Mark-Simulacrum:correct-deps, r=alexcrichtonbors-1/+3
2017-10-19Make tools which may not build return Option.Mark Simulacrum-1/+3
2017-10-19rustbuild: fix dist in debug modeMarc-Antoine Perennou-1/+1
2017-10-16rustbuild: Allow setting rls/rustfmt to "broken"Alex Crichton-88/+108
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-1/+1
2017-09-27Rename rls component to rls-preview on nightlyNick Cameron-13/+4