summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-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
2017-09-17Prevent distribution if miri is enabledOliver Schneider-0/+25
2017-09-14Attempt to fix the component manifest problem for rls-previewNick Cameron-4/+13
2017-09-12Auto merge of #44413 - est31:move_man, r=nikomatsakisbors-2/+1
2017-09-11rustbuild: Fix a distribution bug with rustdocAlex Crichton-0/+1
2017-09-09rustbuild: Switch back to using hard linksAlex Crichton-2/+6
2017-09-08Move the man directory to a subdirectoryest31-2/+1
2017-09-06Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b...Mark Simulacrum-1/+4
2017-09-06Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichtonMark Simulacrum-0/+9
2017-09-04bootstrap: only include docs in extended distribution if enabledJonathan A. Kollasch-1/+4
2017-09-04Only include git-commit-hash in tarballs when availableSimon Sapin-6/+9
2017-09-01Add git-commit-hash in source and extended tarballs too.Simon Sapin-0/+4
2017-08-31Add full git commit hash to release channel manifestsSimon Sapin-0/+2
2017-08-30rustbuild: update the rust-src filter for compiler-rtJosh Stone-1/+1
2017-08-29Rollup merge of #44076 - RalfJung:src, r=alexcrichtonAriel Ben-Yehuda-0/+6
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-0/+1
2017-08-26Do not include the src/Cargo.tomlRalf Jung-1/+0
2017-08-24include Cargo.{toml,lock} in rust-src tarballRalf Jung-0/+7
2017-08-13Build rustdoc only at the top stageMark Simulacrum-2/+1
2017-08-13Unify flags into config.Mark Simulacrum-1/+1
2017-07-27Build rustdoc on-demand.Mark Simulacrum-0/+3
2017-07-27Change tools to take a compiler instead of a stage.Mark Simulacrum-2/+8
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-85/+77
2017-07-22Make distcheck work again.Mark Simulacrum-1/+2
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-68/+41
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-13/+6
2017-07-20Remove step.rs commentsMark Simulacrum-110/+0
2017-07-20Implement available paths list.Mark Simulacrum-25/+25
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-84/+104
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+12
2017-07-20Cleanups and fixes throughoutMark Simulacrum-109/+90
2017-07-20Fix a few errors introduced during rebase.Mark Simulacrum-23/+70
2017-07-20Finish fixing warnings and errors. Bootstrap builds.Mark Simulacrum-1/+1
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-33/+36
2017-07-20Change code to work with the new systemMark Simulacrum-12/+185
2017-07-20Move code into Step trait implementations.Mark Simulacrum-821/+944
2017-07-20Move rule configs out of stepMark Simulacrum-0/+102
2017-07-07Fix stage 2 builds with a custom libdir.Matthew Dawson-2/+3
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-1/+1