auto merge of #4814 : brson/rust/check, r=nikomatsakis

r? @nikomatsakis The third commit here is the one that makes the test suite remember which steps have completed successfully.
This commit is contained in:
bors 2013-02-07 10:46:34 -08:00
commit 8dd932b3d5
3 changed files with 404 additions and 749 deletions

2
configure vendored
View File

@ -624,7 +624,7 @@ do
make_dir $h/test/doc-tutorial-macros
make_dir $h/test/doc-tutorial-borrowed-ptr
make_dir $h/test/doc-tutorial-tasks
make_dir $h/test/doc-ref
make_dir $h/test/doc-rust
done
# Configure submodules

View File

@ -48,7 +48,7 @@ clean-misc:
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
$(Q)rm -Rf $(DOCS)
$(Q)rm -Rf $(GENERATED)
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs
$(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs tmp/*.ok
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
$(Q)rm -Rf $(foreach ext, \
html aux cp fn ky log pdf pg toc tp vr cps, \

File diff suppressed because it is too large Load Diff