| Age | Commit message (Expand) | Author | Lines |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+14 |
| 2016-02-11 | Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichton | bors | -3/+3 |
| 2016-02-08 | Auto merge of #31397 - bradfirj:arc-docfix, r=steveklabnik | bors | -3/+3 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -3/+3 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -0/+13 |
| 2016-02-04 | Fix unclear make_mut docs | Richard Bradfield | -3/+3 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -9/+5 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-21 | Auto merge of #31043 - shahn:arc_weak, r=alexcrichton | bors | -4/+4 |
| 2016-01-20 | Fix incorrect stability annotations for arc::Weak | Sebastian Hahn | -4/+4 |
| 2016-01-20 | Fix incorrect stability annotations for Weak | Sebastian Hahn | -4/+4 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+1 |
| 2016-01-14 | Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | Rollup merge of #30910 - tshepang:improve-description, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-14 | doc: that suffix serves as mere distraction | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "x" is used as variable name on this API, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | doc: "moves" has a specific meaning in Rust, so avoid using it here | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | Rollup merge of #30892 - shepmaster:box-grammar, r=alexcrichton | Manish Goregaokar | -14/+14 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -11/+45 |
| 2016-01-13 | Improve grammar of Box::{into,from}_raw docs | Jake Goulding | -14/+14 |
| 2016-01-13 | Issue #30592: Restore build in --disable-jemalloc mode. | Simon Martin | -0/+7 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -11/+45 |
| 2016-01-05 | Implement in-place growth for RawVec | Piotr Czarnecki | -11/+107 |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -8/+11 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -1/+74 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -8/+11 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -29/+2 |
| 2015-12-19 | Have to use Weak instead of Arc in Weak::new() example | Sebastian Hahn | -1/+1 |
| 2015-12-19 | Address review comments | Sebastian Hahn | -6/+4 |
| 2015-12-19 | Implement arc::Weak::new() | Sebastian Hahn | -0/+37 |
| 2015-12-19 | Rename Weak::new_downgraded to Weak::new | Sebastian Hahn | -4/+4 |
| 2015-12-19 | use core::mem::unintialized instead of uninit intrinsic | Sebastian Hahn | -3/+3 |
| 2015-12-19 | Fix doctest failure | Sebastian Hahn | -1/+3 |
| 2015-12-18 | Implement Weak::new_downgraded() (#30425) | Sebastian Hahn | -1/+37 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -15/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -15/+0 |
| 2015-12-09 | fixed a typo in comments | Tianyi Wang | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+3 |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -39/+37 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | Add overflow check to `arc::Weak::upgrade` | Andrew Paseltiner | -0/+5 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -39/+37 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+4 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+36 |
| 2015-11-16 | Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton | bors | -0/+40 |
| 2015-11-16 | Fix feature name | Alexander Bulaev | -3/+3 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -1/+1 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -29/+0 |
| 2015-11-12 | liballoc: deny warnings in doctests | Kevin Butler | -1/+1 |