about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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-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-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
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-15/+15
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-15/+15
2020-08-02Avoid dumping rustc invocations to stdoutMark Rousskov-1/+3
2020-07-30Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrumbors-1/+11
2020-07-30Auto merge of #74908 - RalfJung:miri, r=RalfJungbors-1/+1
2020-07-30update MiriRalf Jung-1/+1
2020-07-29Fix opening docs for std crates with ./x.py doc --open library/*Tomasz Miąsko-1/+1
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-1/+11
2020-07-28Collect library features from library/Mark Rousskov-0/+1
2020-07-28reenable tests after moving stdmark-13/+10
2020-07-28Auto merge of #73964 - jyn514:sane-defaults, r=Mark-Simulacrumbors-499/+620
2020-07-28Use --stage 2 in checktoolsJoshua Nelson-1/+1
2020-07-28Fix bad rebaseJoshua Nelson-1/+1
2020-07-28Auto merge of #74841 - infinity0:fix-exec, r=Mark-Simulacrumbors-26/+24
2020-07-27Use exhaustive match for assertJoshua Nelson-1/+1
2020-07-27Add assert that tests happen with stage 2 in CIJoshua Nelson-18/+32
2020-07-27Add tests for the new behaviorJoshua Nelson-3/+92
2020-07-27Move tests into a submoduleJoshua Nelson-461/+470
2020-07-27Fix most bootstrap testsJoshua Nelson-2/+3
2020-07-27Change debuginfo to default to 1 if `debug = true` is setJoshua Nelson-1/+1