summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2017-07-20Add documentation to Step and related methods on Builder.Mark Simulacrum-7/+31
2017-07-20Pacify tidyMark Simulacrum-1/+2
2017-07-20Move code out of macro and into generic method.Mark Simulacrum-40/+39
2017-07-20Finish fixing warnings and errors. Bootstrap builds.Mark Simulacrum-79/+51
2017-07-20Move cargo() to BuilderMark Simulacrum-224/+43
2017-07-20Fix tool_cmdMark Simulacrum-9/+5
2017-07-20Move tool_cmd to tool.rsMark Simulacrum-39/+41
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-213/+196
2017-07-20Add Builder and Step definitions.Mark Simulacrum-5/+599
2017-07-20Change code to work with the new systemMark Simulacrum-246/+1394
2017-07-20Move code into Step trait implementations.Mark Simulacrum-2247/+2861
2017-07-20Move rule configs out of stepMark Simulacrum-1/+737
2017-07-17Allow remote testing remotely when `TEST_DEVICE_ADDR` is setMátyás Mustoha-1/+2
2017-07-17Auto merge of #42146 - nrc:rls-rust, r=alexcrichtonbors-11/+34
2017-07-17Run RLS testsNick Cameron-11/+34
2017-07-16Compile `compiler_builtins` with `abort` panic strategyVadim Petrochenkov-1/+6
2017-07-14Rollup merge of #43145 - GuillaumeGomez:build-error-if-nothing, r=Mark-Simula...Corey Farwell-1/+10
2017-07-11fail in case nothing to run was foundGuillaume Gomez-1/+10
2017-07-10Test src/doc once moreMark Simulacrum-6/+11
2017-07-07Fix stage 2 builds with a custom libdir.Matthew Dawson-4/+11
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-6/+17
2017-07-05rustbuild: Only -Zsave-analysis for libstdAlex Crichton-1/+3
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-6/+17
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-92/+98
2017-07-04Move targets, hosts, and build triple into Build.Mark Simulacrum-27/+44
2017-07-04Store verbosity on BuildMark Simulacrum-15/+14
2017-07-04Store positive instead of negative fail_fast.Mark Simulacrum-10/+11
2017-07-04Remove src_is_git, instead call method on rust_info directly.Mark Simulacrum-4/+6
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-41/+50
2017-07-04Update a few comments.Mark Simulacrum-18/+11
2017-07-04Clippy lintsMark Simulacrum-43/+37
2017-07-04Cleanup distMark Simulacrum-21/+11
2017-07-04Cleanup utilsMark Simulacrum-12/+3
2017-07-04Cleanup compile.rs.Mark Simulacrum-4/+6
2017-07-04Cleanups to check code.Mark Simulacrum-23/+18
2017-07-04Remove 'static lifetimes from channels.Mark Simulacrum-2/+2
2017-07-04Clean up and restructure sanity checking.Mark Simulacrum-77/+69
2017-07-04Don't allocate args in order to run find.Mark Simulacrum-10/+9
2017-07-02Auto merge of #43003 - milmazz:bootstrap-pep8, r=alexcrichtonbors-19/+34
2017-07-01Simplify print argumentsMilton Mazzarri-1/+1
2017-07-01Auto merge of #42977 - Keruspe:master, r=alexcrichtonbors-1/+1
2017-06-30bootstrap: Fix some PEP8 issuesMilton Mazzarri-19/+34