about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2020-07-27Don't build rustc without stdJoshua Nelson-2/+2
2020-07-27Make the default stage dependent on the subcommandJoshua Nelson-1/+14
2020-07-27Don't duplicate builder codeJoshua Nelson-19/+14
2020-07-27mv std libs to library/mark-76/+72
2020-07-27rustbuild: refactor how the wrapper deals with exit codesXimin Luo-26/+24
2020-07-27rustbuild: format both Ok/Err separately, since Result doesn't do itXimin Luo-2/+2
2020-07-27rustbuild: use Display for exit status instead of Debug, see #74832 for justi...Ximin Luo-1/+1
2020-07-27rustbuild: rename exec_cmd -> status_code for clarityXimin Luo-3/+3
2020-07-27rustbuild: fix bad usage of UNIX exec() in rustc wrapperXimin Luo-7/+0
2020-07-23Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercotebors-1/+0
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-1/+1
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-6/+12
2020-07-19Rollup merge of #74520 - RalfJung:backtrace-src, r=Mark-SimulacrumManish Goregaokar-0/+1
2020-07-19Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrumbors-51/+55
2020-07-19Teach bootstrap install and dist commands about TargetSelectionJake Goulding-51/+55
2020-07-19include backtrace folder in rust-src componentRalf Jung-0/+1
2020-07-19Do not clobber RUSTDOCFLAGSMark Rousskov-6/+11
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+6
2020-07-17Rollup merge of #74457 - Keruspe:install, r=Mark-SimulacrumManish Goregaokar-24/+5
2020-07-17Rollup merge of #74441 - eddyb:zlib-on-nixos, r=nagisaManish Goregaokar-38/+66
2020-07-17Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-SimulacrumManish Goregaokar-316/+390
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-2/+9
2020-07-17rustbuild: drop tool::should_installMarc-Antoine Perennou-24/+5
2020-07-17Generating the coverage mapRich Kadel-0/+6
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-316/+390
2020-07-17bootstrap.py: patch RPATH on NixOS to handle the new zlib dependency.Eduard-Mihai Burtescu-13/+30
2020-07-17bootstrap.py: guard against GC in NixOS patching support.Eduard-Mihai Burtescu-31/+42
2020-07-16apply bootstrap cfgsMark Rousskov-7/+1
2020-07-16Bump to 1.47Mark Rousskov-1/+1
2020-07-16Set "invalid_codeblock_attributes" lint to warning level by defaultGuillaume Gomez-2/+3