| Age | Commit message (Expand) | Author | Lines |
| 2015-01-14 | Remove erroneous stability attribute. | Brian Anderson | -3/+0 |
| 2015-01-14 | Small Readability Update | Tristan Storch | -12/+9 |
| 2015-01-14 | auto merge of #21082 : brson/rust/finally, r=alexcrichton | bors | -1/+5 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -12/+12 |
| 2015-01-13 | Address feedback | Brian Anderson | -1/+5 |
| 2015-01-13 | Remove unneeded box import in examples | Chase Southwood | -2/+0 |
| 2015-01-13 | Use if-let in std::result documentation | Simonas Kazlauskas | -6/+4 |
| 2015-01-13 | Fix a typo in std::result documentation | Simonas Kazlauskas | -1/+1 |
| 2015-01-13 | std: Deprecate `finally` module | Brian Anderson | -1/+1 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -12/+12 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -127/+258 |
| 2015-01-12 | auto merge of #20942 : nagisa/rust/shrl-impls, r=nikomatsakis | bors | -8/+60 |
| 2015-01-12 | auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis | bors | -0/+3 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -127/+258 |
| 2015-01-12 | Feature gate #[rustc_on_unimplemented] | Manish Goregaokar | -0/+1 |
| 2015-01-11 | Rename #[on_unimplemented] -> #[rustc_on_unimplemented] | Manish Goregaokar | -2/+2 |
| 2015-01-11 | Allow any integral to be used as Shr and Shl RHS | Simonas Kazlauskas | -8/+60 |
| 2015-01-11 | Add ability to attach custom #[on_unimplemented] error messages for unimpleme... | Manish Goregaokar | -0/+2 |
| 2015-01-10 | auto merge of #20839 : alexcrichton/rust/missing-stability, r=aturon | bors | -0/+2 |
| 2015-01-10 | auto merge of #20837 : huonw/rust/remove-unused-lifetime, r=nikomatsakis | bors | -0/+32 |
| 2015-01-10 | auto merge of #20794 : sfackler/rust/trailing-attrs, r=alexcrichton | bors | -3/+6 |
| 2015-01-10 | core: rm unused lifetime. | Huon Wilson | -0/+32 |
| 2015-01-09 | std: Mark two missing functions as #[stable] | Alex Crichton | -0/+2 |
| 2015-01-09 | Re-reduce libstd macro duplication | Keegan McAllister | -2/+7 |
| 2015-01-08 | Forbid trailing attributes in impl blocks | Steven Fackler | -3/+6 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -3/+4 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -3/+4 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -110/+110 |
| 2015-01-08 | Add missing module stability attributes | Aaron Turon | -0/+1 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -7/+14 |
| 2015-01-07 | rollup merge of #20720: nick29581/assoc-ice-missing | Alex Crichton | -4/+33 |
| 2015-01-08 | Remove String impls and fix for make tidy | Nick Cameron | -51/+0 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -47/+46 |
| 2015-01-07 | rollup merge of #20722: alexcrichton/audit-show | Alex Crichton | -39/+13 |
| 2015-01-07 | rollup merge of #20708: aturon/new-int-modules | Alex Crichton | -77/+56 |
| 2015-01-07 | rollup merge of #20696: reem/unsized-typeid | Alex Crichton | -0/+13 |
| 2015-01-07 | rollup merge of #20680: nick29581/target-word | Alex Crichton | -8/+11 |
| 2015-01-07 | rollup merge of #20663: brson/feature-staging | Alex Crichton | -0/+1 |
| 2015-01-07 | rollup merge of #20654: alexcrichton/stabilize-hash | Alex Crichton | -533/+400 |
| 2015-01-07 | fix the `&mut _` patterns | Jorge Aparicio | -5/+5 |
| 2015-01-08 | Remove the unneeded Sized bound on TypeId creation | Jonathan Reem | -0/+13 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -0/+1 |
| 2015-01-07 | std: Tweak String implementations | Alex Crichton | -61/+13 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -42/+41 |
| 2015-01-08 | Show, String, Eq impls for Ranges | Nick Cameron | -4/+84 |
| 2015-01-07 | register new snapshots | Jorge Aparicio | -58/+0 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -533/+400 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -8/+11 |
| 2015-01-07 | Add isize, usize modules, deprecate int, uint modules | Aaron Turon | -6/+55 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -71/+1 |