about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-07-25Auto merge of #43046 - milmazz:bootstrap-unittest, r=aidanhsbors-201/+421
2017-07-25Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrumbors-150/+170
2017-07-25Bump master to 1.21.0Alex Crichton-150/+170
2017-07-25bootstrap: Major refactoringMilton Mazzarri-201/+421
2017-07-25Auto merge of #43384 - segevfiner:bootstrap-build-argument-fix, r=aidanhsbors-1/+2
2017-07-24Auto merge of #43430 - Mark-Simulacrum:rustbuild-fixes, r=alexcrichtonbors-88/+85
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-88/+82
2017-07-24Auto merge of #43327 - nrc:rls-config, r=eddybbors-1/+4
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+4
2017-07-23Do not run pretty tests by default.Mark Simulacrum-0/+3
2017-07-22Make distcheck work again.Mark Simulacrum-1/+6
2017-07-22Add make_run to distcheck.Mark Simulacrum-0/+4
2017-07-22Fix StartupObject buildMark Simulacrum-1/+1
2017-07-21rustbuild: Fix the --build argument to bootstrap.pySegev Finer-1/+2
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-353/+203
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-121/+61
2017-07-20Remove step.rsMark Simulacrum-1820/+0
2017-07-20Remove step.rs commentsMark Simulacrum-749/+1
2017-07-20Check RLS testsMark Simulacrum-1/+2
2017-07-20Change default documentation rules to correspond with previous state.Mark Simulacrum-2/+2
2017-07-20Don't include lldb/gdb in default testsMark Simulacrum-7/+5
2017-07-20Don't run host-only tests when targeting another platformMark Simulacrum-42/+114
2017-07-20Fix a few issues found by comparing past/presentMark Simulacrum-10/+8
2017-07-20Allow iterating over step descriptions.Mark Simulacrum-107/+113
2017-07-20Implement available paths list.Mark Simulacrum-156/+224
2017-07-20Use a single line for serde annotations.Mark Simulacrum-14/+7
2017-07-20Krate -> CrateMark Simulacrum-11/+11
2017-07-20Remove outdated code.Mark Simulacrum-13/+0
2017-07-20Remove TypeId from stack in BuilderMark Simulacrum-9/+9
2017-07-20Remove deserializeAidan Hobson Sayers-35/+10
2017-07-20Resolve rebase errorsMark Simulacrum-34/+32
2017-07-20fail in case nothing to run was foundGuillaume Gomez-0/+5
2017-07-20Fix tidyMark Simulacrum-3/+4
2017-07-20Remove outdated FIXME from cacheMark Simulacrum-3/+0
2017-07-20Implement keep-stage supportMark Simulacrum-1/+13
2017-07-20Require should_run to be implemented.Mark Simulacrum-2/+64
2017-07-20Make the book default.Mark Simulacrum-0/+1
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-702/+1007
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-20/+67
2017-07-20Clean up installMark Simulacrum-120/+89
2017-07-20Cleanups and fixes throughoutMark Simulacrum-127/+118
2017-07-20Fix more incorrectly transitioned codeMark Simulacrum-22/+59
2017-07-20Fix a few errors introduced during rebase.Mark Simulacrum-63/+122
2017-07-20Cherry pick changes from ce3abc5801f94292be9bc5fbe00b52f1ccb28672.Mark Simulacrum-2/+7
2017-07-20Update to toml 0.4Mark Simulacrum-45/+49
2017-07-20Migrate to serde_json entirelyMark Simulacrum-5/+5
2017-07-20Fix a nit.Mark Simulacrum-1/+1
2017-07-20Rework compiletest implementation.Mark Simulacrum-84/+55
2017-07-20Move compiletest config into a structMark Simulacrum-37/+102
2017-07-20Document the process more thoroughlyMark Simulacrum-17/+66