| Age | Commit message (Expand) | Author | Lines |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1620/+1715 |
| 2014-11-02 | auto merge of #18456 : gamazeps/rust/issue18449, r=thestinger | bors | -9/+6 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -0/+3 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1268/+1927 |
| 2014-10-31 | DOC: improves the str type explanation | gamazeps | -9/+6 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -17/+22 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -66/+64 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -3/+3 |
| 2014-10-30 | rollup merge of #18443 : alexcrichton/deref-vec-and-string | Alex Crichton | -432/+25 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -66/+64 |
| 2014-10-29 | collections: impl Deref for Vec/String | Alex Crichton | -432/+25 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -53/+53 |
| 2014-10-28 | auto merge of #18291 : japaric/rust/dstify, r=aturon | bors | -27/+29 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -3/+3 |
| 2014-10-28 | auto merge of #18254 : areski/rust/pr-fix-vec-doc-example, r=alexcrichton | bors | -2/+8 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -27/+29 |
| 2014-10-27 | Test fixes and rebase conflicts from rollup | Alex Crichton | -1/+1 |
| 2014-10-27 | rollup merge of #18332 : jbcrail/fix-comments | Alex Crichton | -11/+11 |
| 2014-10-27 | Add @thestinger comment explaining that shrink_to_fit might drop down as clos... | areski | -2/+4 |
| 2014-10-25 | Fix spelling mistakes in comments. | Joseph Crail | -11/+11 |
| 2014-10-24 | Make the Vec data structure layout match raw::Slice. | Clark Gaebel | -11/+11 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -6/+6 |
| 2014-10-23 | Improved examples on Vec documentation | areski | -1/+5 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -938/+88 |
| 2014-10-18 | auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnik | bors | -1/+1 |
| 2014-10-17 | auto merge of #18089 : gamazeps/rust/small-bitv-cleanup, r=alexcrichton | bors | -3/+0 |
| 2014-10-16 | Fix broken link in libcollections docs | Alexis Beingessner | -1/+1 |
| 2014-10-16 | libcollections: Remove all uses of {:?}. | Luqman Aden | -14/+11 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-16 | Removes useless confs from bitv.rs | gamazeps | -3/+0 |
| 2014-10-16 | auto merge of #18067 : mahkoh/rust/immutableintslice, r=alexcrichton | bors | -0/+1 |
| 2014-10-15 | auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelix | bors | -4/+3 |
| 2014-10-15 | export *IntSlice in libcollections | Julian Orth | -0/+1 |
| 2014-10-14 | auto merge of #18018 : gamazeps/rust/isuue16736, r=cmr | bors | -104/+105 |
| 2014-10-14 | librustc: Improve method autoderef/deref/index behavior more, and enable | Patrick Walton | -4/+3 |
| 2014-10-14 | Switches from uint to u32 in BitV and BitVSet | Felix Raimundo | -104/+105 |
| 2014-10-13 | rollup merge of #17970 : nodakai/cleanup-warnings | Alex Crichton | -45/+49 |
| 2014-10-13 | rollup merge of #17888 : gmfawcett/patch-1 | Alex Crichton | -1/+1 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -45/+49 |
| 2014-10-12 | auto merge of #17942 : JIghtuse/rust/master, r=alexcrichton | bors | -12/+7 |
| 2014-10-11 | auto merge of #17801 : Gankro/rust/collections-stuff, r=sfackler | bors | -18/+140 |
| 2014-10-11 | Remove into_vec method from &[T] | Boris Egorov | -12/+7 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -85/+0 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -2/+2 |
| 2014-10-10 | implement Box<[T]> <-> Vec<T> conversions | Daniel Micay | -0/+47 |
| 2014-10-10 | vec: minor cleanup | Daniel Micay | -2/+1 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -4/+4 |
| 2014-10-09 | auto merge of #17891 : brson/rust/verbump, r=alexcrichton | bors | -1/+1 |
| 2014-10-09 | auto merge of #17558 : kaseyc/rust/fix_bitvset_union, r=aturon | bors | -57/+131 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |