about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-31Rollup merge of #57920 - euclio:source-date-epoch, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-01-26use `SOURCE_DATE_EPOCH` for man page time if setAndy Russell-2/+14
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-1/+1
2019-01-25Rebase to the llvm-project monorepoJosh Stone-4/+21
2019-01-17Fix typo: 'rust-gdbgui' instead of 'rust-gdbui'Nicolas Bigaouette-1/+1
2019-01-17Install missing 'rust-gdbui''Nicolas Bigaouette-0/+2
2019-01-10Integrate miri into build-manifestAlex Crichton-1/+1
2019-01-08fixupOliver Scherer-0/+37
2019-01-08Prepare everything for distributing miri via rustupOliver Scherer-0/+84
2019-01-02Don't package up libLLVM.so with libstdAlex Crichton-4/+12
2019-01-02bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-25Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"kennytm-4/+4
2018-12-24std: Use backtrace-sys from crates.ioAlex Crichton-1/+0
2018-12-17bootstrap: Link LLVM as a dylib with ThinLTOAlex Crichton-4/+4
2018-12-15Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrumbors-7/+7
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-12/+3
2018-12-10bootstrap: fix editionljedrz-7/+7
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07use top level `fs` functions where appropriateAndy Russell-8/+6
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-0/+1
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-2/+4
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-1/+0
2018-11-03Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebankbors-3/+0
2018-11-03Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrumbors-1/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-11-01Rollup merge of #55280 - vlad20012:add-libproc_macro-to-src-disrt, r=Mark-Sim...Pietro Albini-0/+1
2018-10-31bootstrap: bump cargo-vendor version to 0.1.19Pietro Albini-1/+1
2018-10-26Remove redundant cloneShotaro Yamada-2/+2
2018-10-23Add libproc_macro to rust-src distributionvlad20012-0/+1
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-7/+0
2018-10-13bootstrap: update clippy license locations which changed due to relicensing.Matthias Krüger-2/+4
2018-09-28Add enable-missing-tools optionChristian Poveda-5/+13
2018-09-07Have rust-lldb look for the rust-enabled lldbTom Tromey-3/+4
2018-09-06Ship libLLVM.dylib on OSXAlex Crichton-2/+10
2018-09-05rustbuild: Tweak LLVM distribution layoutAlex Crichton-2/+4
2018-08-30rustbuild: Distribute libLLVM.so with rustcAlex Crichton-5/+7
2018-08-29bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.Michael Woerister-8/+38
2018-08-14Add lldb to the buildTom Tromey-0/+123
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-1/+0
2018-07-28Don't format!() string literalsljedrz-8/+8
2018-07-15tidy: avoid long lineSébastien Marie-1/+2
2018-07-15Disable LlvmTools packaging with external LLVMSébastien Marie-0/+8
2018-07-11Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrcbors-1/+6
2018-07-09Change gcc warning file name, remove unnecessary referenceljedrz-2/+2
2018-07-09Warn windows-gnu users that the bundled gcc can't compileljedrz-0/+8
2018-07-09Also distribute cargo clippyOliver Schneider-1/+6
2018-07-05Auto merge of #51917 - alexcrichton:update, r=Mark-Simulacrumbors-1/+1