about summary refs log tree commit diff
path: root/src/bootstrap/tool.rs
AgeCommit message (Expand)AuthorLines
2017-08-15Add clippy as a submoduleOliver Schneider-0/+38
2017-08-13Build rustdoc with the native build tripleMark Simulacrum-1/+1
2017-08-13Cargotest needs only one rustdoc.exe to exist on WindowsMark Simulacrum-1/+4
2017-08-13Clean tools after building libstd/libtest/librustc.Mark Simulacrum-6/+4
2017-08-13Build rustdoc only at the top stageMark Simulacrum-3/+3
2017-08-13Build rustdoc with the stageN compiler in N >= 2.Mark Simulacrum-0/+4
2017-08-13Make the message for building rustdoc slightly nicerMark Simulacrum-32/+48
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-1/+1
2017-07-27Correct a few run.host invocations where run.target is intended.Mark Simulacrum-3/+3
2017-07-27Explain why we subtract one from the stageMark Simulacrum-0/+3
2017-07-27Build rustdoc on-demand.Mark Simulacrum-1/+52
2017-07-27Change tools to take a compiler instead of a stage.Mark Simulacrum-32/+29
2017-07-25Bump master to 1.21.0Alex Crichton-1/+1
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-32/+18
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-8/+4
2017-07-20Remove step.rs commentsMark Simulacrum-91/+0
2017-07-20Fix a few issues found by comparing past/presentMark Simulacrum-6/+6
2017-07-20Implement available paths list.Mark Simulacrum-13/+13
2017-07-20Require should_run to be implemented.Mark Simulacrum-0/+8
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-49/+58
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+6
2017-07-20Cleanups and fixes throughoutMark Simulacrum-3/+3
2017-07-20Fix more incorrectly transitioned codeMark Simulacrum-5/+30
2017-07-20Update to toml 0.4Mark Simulacrum-1/+1
2017-07-20Finish fixing warnings and errors. Bootstrap builds.Mark Simulacrum-1/+1
2017-07-20Fix tool_cmdMark Simulacrum-3/+5
2017-07-20Move tool_cmd to tool.rsMark Simulacrum-0/+41
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-9/+6
2017-07-20Change code to work with the new systemMark Simulacrum-80/+249
2017-07-20Move code into Step trait implementations.Mark Simulacrum-0/+205