]> git.lizzy.rs Git - rust.git/history - src/bootstrap/builder.rs
Check RLS tests
[rust.git] / src / bootstrap / builder.rs
2017-07-20 Mark SimulacrumCheck RLS tests
2017-07-20 Mark SimulacrumDon't run host-only tests when targeting another platform
2017-07-20 Mark SimulacrumAllow iterating over step descriptions.
2017-07-20 Mark SimulacrumImplement available paths list.
2017-07-20 Mark SimulacrumKrate -> Crate
2017-07-20 Mark SimulacrumRemove outdated code.
2017-07-20 Mark SimulacrumRemove TypeId from stack in Builder
2017-07-20 Guillaume Gomezfail in case nothing to run was found
2017-07-20 Mark SimulacrumRequire should_run to be implemented.
2017-07-20 Mark SimulacrumUtilize interning to allow Copy/Clone steps
2017-07-20 Mark SimulacrumRemove core_intrinsics feature gate
2017-07-20 Mark SimulacrumFix a few errors introduced during rebase.
2017-07-20 Mark SimulacrumCherry pick changes from ce3abc5801f94292be9bc5fbe00b52...
2017-07-20 Mark SimulacrumUpdate to toml 0.4
2017-07-20 Mark SimulacrumAdd documentation to Step and related methods on Builder.
2017-07-20 Mark SimulacrumMove code out of macro and into generic method.
2017-07-20 Mark SimulacrumFinish fixing warnings and errors. Bootstrap builds.
2017-07-20 Mark SimulacrumMove cargo() to Builder
2017-07-20 Mark SimulacrumFixes warnings and errors introduced while moving code...
2017-07-20 Mark SimulacrumAdd Builder and Step definitions.