about summary refs log tree commit diff
path: root/src/libsyntax/util/small_vector.rs
AgeCommit message (Expand)AuthorLines
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-10/+10
2015-01-18libsyntax: int types -> isizePaul Collier-4/+4
2015-01-17libsyntax: uint types to usizePaul Collier-3/+3
2015-01-03syntax: fix falloutJorge Aparicio-3/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-9/+9
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-1/+1
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-10/+10
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-7/+13
2014-09-14syntax: fold: use move semantics for efficient folding.Eduard Burtescu-1/+14
2014-08-26DST coercions and DST structsNick Cameron-1/+4
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-04-22rustc: de-@ middle::ty.Eduard Burtescu-0/+9
2014-04-15Remove usage of private enum variantsAlex Crichton-25/+34
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-2/+2
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-6/+4
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-3/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-4/+4
2014-03-04Expand nested items within a backtrace.Nick Cameron-0/+8
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-3/+7
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-12/+12
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-1/+7
2014-02-14Expand ItemDecorator extensions in all contextsSteven Fackler-1/+7
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-08Fixed error starting with uppercasemr.Shu-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-5/+5
2013-12-08Remove dead codesKiet Tran-1/+1
2013-11-28Register new snapshotsAlex Crichton-4/+4
2013-11-26Clean up SmallVector use a bitSteven Fackler-79/+27
2013-11-26Support multiple item macrosSteven Fackler-0/+28
2013-11-26Add SmallVector to libsyntaxSteven Fackler-0/+213