about summary refs log tree commit diff
path: root/src/libcollections/smallintmap.rs
AgeCommit message (Expand)AuthorLines
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-2/+2
2014-09-22Update calls of deprecated functions in macros.Victor Berger-8/+8
2014-09-16Fallout from renamingAaron Turon-10/+10
2014-09-16Align with _mut conventionsAaron Turon-2/+16
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-29Register new snapshotsAlex Crichton-18/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+20
2014-08-19A few minor documentation fixesP1start-31/+33
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-12Deprecation fallout in libcollectionsAaron Turon-1/+2
2014-08-12Implement Index for SmallIntMapP1start-4/+45
2014-07-28Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSetnham-0/+7
2014-07-28Implement PartialOrd for SmallIntMapnham-0/+39
2014-07-27auto merge of #15963 : nham/rust/moar_15294, r=alexcrichtonbors-1/+100
2014-07-26Manually implement Hash for SmallIntMapnham-12/+20
2014-07-26Small fixes for testsnham-7/+7
2014-07-25Fix a typo in SmallIntMap documentationnham-1/+1
2014-07-25Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and...nham-0/+91
2014-07-25Add methods for obtaining iterators over the keys and values of a SmallIntMapnham-0/+47
2014-07-24auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichtonbors-4/+44
2014-07-24Document update and update_with_key in SmallIntMap.Jonas Hietala-4/+44
2014-07-24Document SmallIntMap with examples.Jonas Hietala-2/+119
2014-07-24Format documentation for SmallIntMap.Jonas Hietala-17/+15
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
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