| Age | Commit message (Expand) | Author | Lines |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-06-19 | Implement Eq for Bitv and BitvSet | Kasey Carrothers | -25/+25 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -42/+42 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -1/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+0 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -38/+23 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -50/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -5/+7 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -12/+3 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -5/+9 |
| 2014-06-13 | auto merge of #14750 : bachm/rust/master, r=alexcrichton | bors | -0/+10 |
| 2014-06-13 | Remove typo on collections::treemap::UnionItems | Renato Riccieri Santos Zannon | -1/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+50 |
| 2014-06-13 | added get_mut() for [T] | bachm | -0/+10 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+50 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -334/+111 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -0/+2 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -0/+2 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -7/+0 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+52 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -3/+13 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -53/+154 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -13/+13 |
| 2014-06-08 | auto merge of #14751 : jbcrail/rust/fix-comments, r=alexcrichton | bors | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-08 | Implement Hash for Bitv and BitvSet | Steven Fackler | -25/+48 |
| 2014-06-07 | Implement Show for SmallIntMap | Adolfo Ochagavía | -0/+27 |
| 2014-06-07 | Implement Show for DList | Adolfo Ochagavía | -0/+25 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -4/+8 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -34/+34 |
| 2014-06-06 | Fix documentation for `slice()` | Adolfo Ochagavía | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -145/+154 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -2891/+8604 |
| 2014-06-05 | auto merge of #14526 : pczarn/rust/hashmap-opt, r=alexcrichton | bors | -72/+117 |
| 2014-06-05 | auto merge of #14642 : aochagavia/rust/pr, r=alexcrichton | bors | -0/+26 |
| 2014-06-04 | core: Apply stability attributes to ptr mod | Brian Anderson | -5/+6 |
| 2014-06-04 | collections: optimize `HashMap`. Add `DefaultResizePolicy`. | Piotr Czarnecki | -72/+117 |
| 2014-06-04 | Implement Show for RingBuf | Adolfo Ochagavía | -0/+26 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -126/+126 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -40/+40 |
| 2014-05-30 | auto merge of #14520 : Ryman/rust/SnakeCaseLint, r=alexcrichton | bors | -7/+7 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -7/+7 |
| 2014-05-30 | auto merge of #14535 : sfackler/rust/bitv-show, r=alexcrichton | bors | -20/+35 |
| 2014-05-30 | auto merge of #14524 : ahmedcharles/rust/to_string, r=alexcrichton | bors | -6/+6 |
| 2014-05-29 | Implement Show for Bitv{,Set} | Steven Fackler | -20/+35 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -11/+10 |
| 2014-05-29 | Change to_owned() to to_string(). | Ahmed Charles | -6/+6 |