about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
AgeCommit message (Expand)AuthorLines
2020-12-23Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbinibors-0/+69
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+69
2020-12-18Auto merge of #80081 - ehuss:update-cargo, r=Mark-Simulacrumbors-0/+6
2020-12-18Update cargoEric Huss-0/+6
2020-12-17Rollup merge of #80082 - ehuss:revert-rust-src-vendor, r=Mark-SimulacrumYuki Okushi-24/+2
2020-12-16bootstrap: include llvm-dwp in CI LLVMDavid Wood-0/+1
2020-12-16Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum"Eric Huss-24/+2
2020-12-16bootstrap: copy `llvm-dwp` to sysrootDavid Wood-6/+9
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-1/+1
2020-11-23Convert UNC path to local path to satisfy install script on WindowsJoseph Rafael Ferrer-1/+5
2020-11-18Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum"Pietro Albini-7/+1
2020-11-17Ignore failures of RLS on aarch64 WindowsMark Rousskov-1/+7
2020-11-17Install CI llvm into the library directoryMark Rousskov-1/+4
2020-11-17Avoid installing external LLVM dylibsMark Rousskov-0/+16
2020-11-09Vendor libtest's dependencies in the rust-src componentAlexis Beingessner-2/+24
2020-11-03build-manifest: remove legacy promote-release supportPietro Albini-57/+1
2020-10-26Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrumbors-0/+14
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-0/+14
2020-10-20Package more llvm-* tools in the rust-dev component, for run-make-fulldeps testsSimon Sapin-2/+9
2020-10-13bootstrap: set correct path for the build-manifest binaryPietro Albini-1/+1
2020-10-12build-manifest: bundle the rustc version in the binaryPietro Albini-1/+0
2020-10-12bootstrap: add disabled by default build-manifest dist componentPietro Albini-0/+67
2020-10-12build-manifest: accept the Rust version instead of the monorepo pathPietro Albini-1/+1
2020-10-09bootstrap: always use the Rust version in package namesPietro Albini-18/+1
2020-09-30build-manifest: keep legacy behavior when invoking through ./x.py distPietro Albini-0/+1
2020-09-30bootstrap: add ./x.py run src/tools/build-manifestPietro Albini-1/+1
2020-09-29Auto merge of #77145 - pietroalbini:refactor-build-manifest-versions, r=Mark-...bors-8/+2
2020-09-25Rollup merge of #77086 - ehuss:src-libunwind, r=Mark-SimulacrumJonas Schievink-1/+1
2020-09-22Include libunwind in the rust-src component.Eric Huss-1/+1
2020-09-22Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichtonbors-8/+5
2020-09-20Rollup merge of #76878 - pietroalbini:version, r=Mark-SimulacrumRalf Jung-4/+3
2020-09-19Do not link LLVM tools to LLVM dylib unless rustc isMark Rousskov-8/+5
2020-09-18build-manifest: stop receiving release numbers from bootstrapPietro Albini-8/+2
2020-09-18bootstrap: move the version number to a plaintext filePietro Albini-4/+3
2020-09-18Distribute rustc sources as part of `rustc-dev`Jonas Schievink-0/+12
2020-09-12Download LLVM from CI to bootstrapMark Rousskov-14/+20
2020-09-11Auto merge of #76415 - Mark-Simulacrum:bootstrap-cross-compilation, r=alexcri...bors-1/+3
2020-09-11Remove host parameter from step configurationsMark Rousskov-1/+3
2020-09-10Only copy LLVM into rust-dev with internal LLVMMark Rousskov-0/+9
2020-09-09Rollup merge of #76473 - ortem:fix-gcc-warning, r=jonas-schievinkTyler Mandry-2/+2
2020-09-08Add missed spaces to GCC-WARNING.txtortem-2/+2
2020-09-07Dedicated rust development tarballMark Rousskov-0/+82
2020-08-30mv compiler to compiler/mark-1/+1
2020-08-28Fix loading pretty-printers in rust-lldb scriptortem-0/+1
2020-08-24Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrumbors-1/+1
2020-08-19Fix windows-gnu host cross-compilationMateusz Mikuła-1/+1
2020-08-16Adjust installation place for compiler docsMark Rousskov-2/+2
2020-08-03Disable building rust-analyzer on riscv64Mark Rousskov-27/+47
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-1/+11
2020-07-27mv std libs to library/mark-28/+23