about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passed (non-msvc)Vadim Petrochenkov-0/+6
2020-09-07rustbuild: Build tests with LLD if `use-lld = true` was passedVadim Petrochenkov-13/+9
2020-09-06Auto merge of #76326 - mati865:use_lld-no-linker, r=Mark-Simulacrumbors-1/+6
2020-09-05rustbuild: Do not use `rust-mingw` component when bootstrapping windows-gnu t...Vadim Petrochenkov-8/+0
2020-09-05rustbuild: Remove `Mode::Codegen`Vadim Petrochenkov-9/+5
2020-09-04There isn't a way to pass --remove yet, but you can rm if u likeCassandra Fridkin-1/+26
2020-09-04Fix rust.use-lld when linker is not setMateusz Mikuła-1/+6
2020-09-03Check test/example/benchmark on x.py checkMark Rousskov-2/+61
2020-09-02Avoid spurious print outs during dryrunMark Rousskov-2/+2
2020-09-01Move ninja requirements to a dynamic check, when actually buildingMark Rousskov-45/+51
2020-08-31Rollup merge of #76127 - petrochenkov:lld, r=Mark-SimulacrumAleksey Kladov-6/+2
2020-08-31rustbuild: Remove one LLD workaroundVadim Petrochenkov-6/+2
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-2/+1
2020-08-30mv compiler to compiler/mark-7/+8
2020-08-30Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-SimulacrumDylan DPC-0/+1
2020-08-30Rollup merge of #75975 - matklad:snapshot-tests, r=Mark-SimulacrumDylan DPC-5/+5
2020-08-29Auto merge of #75713 - mati865:netbsd_zlib, r=Mark-Simulacrumbors-3/+1
2020-08-29Allow --bess ing expect-tests in toolsAleksey Kladov-5/+5
2020-08-29Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrumbors-2/+12
2020-08-28Disable ninja on the dry-run builderJosh Triplett-0/+1
2020-08-28Fix loading pretty-printers in rust-lldb scriptortem-0/+1
2020-08-27Auto merge of #75947 - pietroalbini:bootstrap-update, r=Mark-Simulacrumbors-1/+1
2020-08-27Rollup merge of #75758 - bpangWR:master, r=Mark-SimulacrumDylan DPC-1/+6
2020-08-26Provide a better diagnostic if ninja isn't installedJosh Triplett-2/+10
2020-08-26Set ninja=true by defaultJosh Triplett-0/+1
2020-08-26bump version to 1.48Pietro Albini-1/+1
2020-08-25For VxWorks:Pang, Baoshan-1/+6
2020-08-25Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrumbors-0/+5
2020-08-25Enable zlib for NetBSDMateusz Mikuła-3/+1
2020-08-24Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrumbors-1/+1
2020-08-24Introduce expect snapshot testing library into rustcAleksey Kladov-0/+5
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-14/+8
2020-08-19Rollup merge of #75593 - Mark-Simulacrum:compiler-docs-must-not-overlap, r=pi...Tyler Mandry-2/+2
2020-08-19Fix windows-gnu host cross-compilationMateusz Mikuła-1/+1
2020-08-18Fix asm compiler flags change from cmake 0.1.44Tomasz Miąsko-1/+2
2020-08-16Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddybbors-0/+7
2020-08-16Adjust installation place for compiler docsMark Rousskov-2/+2
2020-08-15Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obkbors-0/+1
2020-08-15Auto merge of #75539 - ehuss:fix-crate-version-rustdoc-bootstrap, r=Mark-Simu...bors-11/+7
2020-08-14Deal with spaces in the rust version.Eric Huss-3/+7
2020-08-14Rollup merge of #75376 - tmiasko:cmake-system-name, r=Mark-SimulacrumTyler Mandry-8/+16
2020-08-14Fix crate-version with rustdoc in bootstrap.Eric Huss-9/+1
2020-08-14Disable zlib in LLVM on aarch64-apple-darwinMike Hommey-1/+1
2020-08-13Set CMAKE_SYSTEM_NAME when cross-compilingTomasz Miąsko-8/+16
2020-08-12Add option to use the new symbol mangling in rustc/stdMark Rousskov-0/+7
2020-08-12Add a script to verify the Platform Support page is up-to-date.Eric Huss-0/+45
2020-08-09Add sanitizer support on FreeBSDGreg V-0/+1
2020-08-04Auto merge of #75111 - mati865:use-lld-option, r=Mark-Simulacrumbors-1/+6
2020-08-03Make rust.use-lld config option work with non MSVC targetsMateusz Mikuła-1/+6
2020-08-03Disable building rust-analyzer on riscv64Mark Rousskov-27/+47