summary refs log tree commit diff
path: root/src/libcollections/smallintmap.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-17/+17
2014-06-15Register new snapshotsAlex Crichton-12/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+12
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-07Implement Show for SmallIntMapAdolfo OchagavĂ­a-0/+27
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-0/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-4/+8
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-7/+7
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-15/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-12/+11
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-17/+17
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-10/+10
2014-04-04extra: Add with_capacity to PriorityQueue and SmallIntMapErick Tryzelaar-0/+5
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-7/+7
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-2/+2
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+1
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+529