summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2017-09-14Attempt to fix the component manifest problem for rls-previewNick Cameron-4/+13
2017-08-30Revert "Remove all packaging support for the RLS"Nick Cameron-1/+49
2017-08-28Remove all packaging support for the RLSAlex Crichton-49/+1
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
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-7/+7
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-1/+1
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-4/+4
2017-07-04Clippy lintsMark Simulacrum-6/+5
2017-07-04Cleanup distMark Simulacrum-21/+11
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-1/+0
2017-06-17Reintroduce deprecated `collections` crateMurarth-0/+1
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-2/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-2/+1
2017-06-13Add libprofiler_builtins to the list of paths for the rust-src componentMarco Castelluccio-0/+1
2017-06-01Rollup merge of #42306 - efyang:rls-packaging, r=alexcrichtonCorey Farwell-0/+46
2017-05-29Add RLS to .pkg installerEdward Yang-0/+10
2017-05-29Add RLS to .exe and .msi installersEdward Yang-0/+36
2017-05-28rust-src: include everything needed to compile libstd with jemallocRalf Jung-6/+21
2017-05-27Auto merge of #42109 - Keruspe:master, r=alexcrichtonbors-91/+91
2017-05-25Auto merge of #41932 - wesleywiser:py-to-rust, r=alexcrichtonbors-17/+137
2017-05-22Create the bin dirWesley Wiser-0/+1
2017-05-22rustbuild: split Install out of Dist subcommandMarc-Antoine Perennou-91/+91
2017-05-16rustbuild: fix bash completion installation dirMarc-Antoine Perennou-2/+2
2017-05-14Don't use sanitize_sh with rust-installerJosh Stone-41/+40
2017-05-14Use "rust-installer tarball" to create rustc-src tooJosh Stone-4/+8
2017-05-14Update to the oxidized rust-installerJosh Stone-24/+22
2017-05-14Rewrite make-win-dist.py in RustWesley Wiser-17/+136
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+7
2017-04-29Update stage0 bootstrap compilerAlex Crichton-4/+2