rust/mk
bors 21b856d2dc auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichton
Part of #8784

Changes:
- Everything labeled under collections in libextra has been moved into a new crate 'libcollection'.
- Renamed container.rs to deque.rs, since it was no longer 'container traits for extra', just a deque trait.
- Crates that depend on the collections have been updated and dependencies sorted.
- I think I changed all the imports in the tests to make sure it works. I'm not entirely sure, as near the end of the tests there was yet another `use` that I forgot to change, and when I went to try again, it started rebuilding everything, which I don't currently have time for. 

There will probably be incompatibility between this and the other pull requests that are splitting up libextra. I'm happy to rebase once those have been merged.

The tests I didn't get to run should pass. But I can redo them another time if they don't.
2014-02-06 23:46:35 -08:00
..
clean.mk Rewrite the doc makefile for doc => src/doc 2014-02-02 10:59:27 -08:00
crates.mk moved collections from libextra into libcollections 2014-02-07 19:49:26 +13:00
ctags.mk Don't make tags for our dependencies and tests. 2013-11-16 13:44:52 +11:00
dist.mk Remove rustpkg. 2014-02-02 03:08:56 -05:00
docs.mk auto merge of #12076 : alexcrichton/rust/rpath-makefile-dep, r=thestinger 2014-02-06 19:16:34 -08:00
host.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
install.mk auto merge of #11903 : alexcrichton/rust/android-test-deps, r=huonw 2014-01-29 01:06:41 -08:00
llvm.mk Only build LLVM tools Rust needs. 2014-01-15 17:47:48 -08:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton 2014-01-29 13:36:40 -08:00
rt.mk Remove VPATH usage in Makefiles 2014-02-02 10:59:14 -08:00
rustllvm.mk Remove VPATH usage in Makefiles 2014-02-02 10:59:14 -08:00
snap.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
stage0.mk Make rustc's own lib directory configurable and change the default to rustlib. Fixes #3319 2014-01-05 12:06:20 +01:00
target.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
tests.mk auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson 2014-02-06 17:11:33 -08:00