| Age | Commit message (Expand) | Author | Lines |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -2/+2 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -8/+8 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -10/+10 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -2/+16 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+20 |
| 2014-08-19 | A few minor documentation fixes | P1start | -31/+33 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-12 | Deprecation fallout in libcollections | Aaron Turon | -1/+2 |
| 2014-08-12 | Implement Index for SmallIntMap | P1start | -4/+45 |
| 2014-07-28 | Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSet | nham | -0/+7 |
| 2014-07-28 | Implement PartialOrd for SmallIntMap | nham | -0/+39 |
| 2014-07-27 | auto merge of #15963 : nham/rust/moar_15294, r=alexcrichton | bors | -1/+100 |
| 2014-07-26 | Manually implement Hash for SmallIntMap | nham | -12/+20 |
| 2014-07-26 | Small fixes for tests | nham | -7/+7 |
| 2014-07-25 | Fix a typo in SmallIntMap documentation | nham | -1/+1 |
| 2014-07-25 | Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and... | nham | -0/+91 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a SmallIntMap | nham | -0/+47 |
| 2014-07-24 | auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichton | bors | -4/+44 |
| 2014-07-24 | Document update and update_with_key in SmallIntMap. | Jonas Hietala | -4/+44 |
| 2014-07-24 | Document SmallIntMap with examples. | Jonas Hietala | -2/+119 |
| 2014-07-24 | Format documentation for SmallIntMap. | Jonas Hietala | -17/+15 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -17/+17 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -12/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+12 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+6 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-07 | Implement Show for SmallIntMap | Adolfo OchagavĂa | -0/+27 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -0/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -4/+8 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -7/+7 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -15/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -12/+11 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -17/+17 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -10/+10 |
| 2014-04-04 | extra: Add with_capacity to PriorityQueue and SmallIntMap | Erick Tryzelaar | -0/+5 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -7/+7 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+1 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+529 |