about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-1/+11
2020-07-27mv std libs to library/mark-28/+23
2020-07-22Revert "include backtrace folder in rust-src component"Mark Rousskov-1/+0
2020-07-20Fix rust-src component.Eric Huss-1/+1
2020-07-20Auto merge of #74543 - Manishearth:rollup-m5w6hyg, r=Manishearthbors-0/+1
2020-07-19Teach bootstrap install and dist commands about TargetSelectionJake Goulding-50/+54
2020-07-19include backtrace folder in rust-src componentRalf Jung-0/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-39/+40
2020-07-03Add rust-analyzer submoduleAleksey Kladov-1/+121
2020-07-01Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakisManish Goregaokar-21/+0
2020-06-19Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-SimulacrumRalf Jung-5/+19
2020-06-11Move shipped MinGW linker to self-contained dirMateusz Mikuła-1/+6
2020-06-11Move some libs to self-contained directoryMateusz Mikuła-2/+11
2020-06-11Use enum to distinguish dependency typeMateusz Mikuła-3/+3
2020-06-09Implement new gdb/lldb pretty-printersortem-3/+5
2020-05-25Remove legacy InnoSetup GUI installerChris Denton-21/+0
2020-05-20Move the target libLLVM to llvm-tools-previewJosh Stone-19/+28
2020-05-10remove lldb package from bootstrap, config and build-manifestRalf Jung-121/+0
2020-05-02Gate on clippy on CIOliver Scherer-49/+28
2020-03-02remove non-sysroot sources from rust-src componentRalf Jung-2/+0
2020-03-01Rollup merge of #69549 - mati865:mingw, r=kennytmYuki Okushi-1/+8
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29Update src/bootstrap/dist.rsMateusz Mikuła-1/+1
2020-02-28Improve MinGW detection when cross compilingMateusz Mikuła-1/+8
2020-02-04Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-SimulacrumDylan DPC-2/+2
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-2/+2
2020-01-31Install robots.txt into rust-docs tarballsMark Rousskov-0/+1
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-4/+0
2019-12-22Format the worldMark Rousskov-447/+563
2019-12-11Fix some linking of LLVM's dynamic libraryAlex Crichton-4/+15
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-10/+0
2019-11-20debuginfo: Support for std::collections::Hash* in windows debuggers.MaulingMonkey-0/+1
2019-10-30Statically link libstdc++ on windows-gnuMateusz Mikuła-1/+1
2019-10-24Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbinibors-33/+96
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-4/+0
2019-10-15minimize the rust-std componentJosh Stone-33/+96
2019-10-12Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum"Mark Rousskov-96/+33
2019-10-07add dist::RustcDev for unstable compiler librariesJosh Stone-57/+45
2019-10-07Use builder.compiler_for() to find the libstd stampJosh Stone-2/+2
2019-10-07[WIP] minimize the rust-std componentJosh Stone-2/+77
2019-09-21Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-SimulacrumMazdak Farrokhzad-19/+47
2019-09-19rustbuild: Improve output of `dist` stepAlex Crichton-19/+47
2019-09-19rustbuild: Don't package libstd twiceAlex Crichton-1/+1
2019-09-17build-manifest: add some commentsRalf Jung-4/+10
2019-09-17Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini"Pietro Albini-10/+4
2019-09-14when BUILD_MANIFEST_DISABLE_SIGNING is set, we don't need gpg-password-fileRalf Jung-4/+10
2019-09-06Include compiler-rt in the source tarballMatthew Maurer-0/+1
2019-08-23bootstrap: Merge the libtest build step with libstdAlex Crichton-6/+2
2019-08-07Fix double resolving custom libdirO01eg-4/+9
2019-07-15Update the stdarch submodulegnzlbg-1/+1