Clark Gaebel
d661ec8414
fix the build
2014-10-28 12:01:33 -07:00
Clark Gaebel
fe36399628
use size hints
2014-10-28 10:36:41 -07:00
Clark Gaebel
4d610e36bd
util: Primarily fixes a bug where SmallVec.into_iter just doesn't work.
...
into_iter used to use `inline_size` as the capacity insetad of the actual
capacity. This patch fixes that, adds some utility methods to `SmallVec`
to bring it closer in functionality to `Vec`, and removes the obsolete
`owns_managed` calls.
2014-10-28 10:22:34 -07:00
Jack Moffitt
7f6f072b02
Fix up and run unit tests.
...
This adds the subpackages to `./mach test-unit`.
2014-10-02 23:14:42 -06:00
Simon Sapin
b3245fa407
Upgrade to rustc d2b30f7d3 2014-09-23
2014-09-29 17:41:45 +01:00
Keegan McAllister
dc86e83654
Eliminate warnings
2014-09-20 13:00:55 -07:00
Keegan McAllister
a640a7c5c3
Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)
2014-09-20 13:00:06 -07:00
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00