aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/smallvec.rs
Commit message (Expand)AuthorAgeFilesLines
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-585/+0
* Fix warnings in util.Ms2ger2015-02-131-3/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-33/+40
* Move to to_owned rather than into_string.Ms2ger2015-01-201-28/+29
* Disallow lines that span more than 160 columns.Ms2ger2015-01-191-3/+18
* Replace the remaining to_string calls by into_string calls.Ms2ger2014-12-311-17/+17
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+3
* Removes the useless 'static constraint on SmallVec.Clark Gaebel2014-11-031-13/+13
* util: Add a `Show` implementation to `SmallVec`Patrick Walton2014-10-311-0/+7
* fix the buildClark Gaebel2014-10-281-1/+1
* use size hintsClark Gaebel2014-10-281-0/+14
* util: Primarily fixes a bug where SmallVec.into_iter just doesn't work.Clark Gaebel2014-10-281-24/+35
* Fix up and run unit tests.Jack Moffitt2014-10-021-4/+4
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-14/+14
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-10/+10
* Cargoify servoJack Moffitt2014-09-081-0/+530