| Age | Commit message (Expand) | Author | Lines |
| 2015-05-19 | Fix rebase conflicts | Ariel Ben-Yehuda | -2/+6 |
| 2015-05-19 | fix conflicts | Ariel Ben-Yehuda | -2/+2 |
| 2015-05-19 | collections: Avoid unstable code in examples for String | Ulrik Sverdrup | -2/+2 |
| 2015-05-17 | Make `Arc` support DSTs | P1start | -36/+743 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-16 | Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow | P1start | -0/+48 |
| 2015-05-13 | Remove SNAP comments | Nick Cameron | -8/+8 |
| 2015-05-13 | Rebasing | Nick Cameron | -4/+0 |
| 2015-05-13 | Fix a bunch of bugs | Nick Cameron | -2/+4 |
| 2015-05-13 | Make Rc DST-compatible | Nick Cameron | -7/+382 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -2/+10 |
| 2015-05-11 | Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro | Steve Klabnik | -0/+12 |
| 2015-05-09 | [liballoc] Adds checks for UB during allocation. | Clark Gaebel | -0/+12 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -2/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -6/+6 |
| 2015-05-05 | Update with correct output. | Jan Andersson | -1/+1 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -3/+8 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -5/+1 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -1/+3 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-23 | Auto merge of #24695 - bluss:arc-default, r=alexcrichton | bors | -1/+1 |
| 2015-04-22 | Relax bounds on Default implementation for Arc. | Ulrik Sverdrup | -1/+1 |
| 2015-04-22 | Remove doc-comment default::Default imports | Corey Farwell | -1/+0 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -2/+0 |
| 2015-04-20 | Rollup merge of #24629 - steveklabnik:gh24511, r=alexcrichton | Steve Klabnik | -8/+13 |
| 2015-04-20 | Rollup merge of #24625 - frewsxcv:patch-16, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-20 | Clean up Box documentation. | Steve Klabnik | -8/+13 |
| 2015-04-20 | Simplify alloc::arc::Arc example in doc-comment | Corey Farwell | -1/+1 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -2/+0 |
| 2015-04-16 | Suppress improper_ctypes warnings when compiling liballoc with external_features | Krzysztof Drewniak | -0/+1 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+24 |
| 2015-04-04 | Removed explicit lifetimes for `get_mut`. Fixed the doc test. | Dzmitry Malyshau | -2/+4 |
| 2015-04-04 | Renamed Arc::try_unique to get_mut | Dzmitry Malyshau | -23/+21 |
| 2015-04-04 | Rollup merge of #23997 - richo:typos, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-04-02 | liballoc: fix typo | Richo Healey | -1/+1 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -2/+2 |
| 2015-04-01 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+4 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -0/+71 |
| 2015-04-01 | rollup merge of #23867: nikomatsakis/issue-23086-take-3 | Alex Crichton | -51/+2 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -51/+2 |
| 2015-04-02 | Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelix | Manish Goregaokar | -11/+7 |
| 2015-04-02 | Rollup merge of #23844 - kvark:try_unique, r=alexcrichton | Manish Goregaokar | -6/+50 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -8/+4 |
| 2015-04-01 | Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc | Niko Matsakis | -0/+75 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -11/+4 |
| 2015-04-01 | Add `#[fundamental]` annotations into libcore so that `Sized` and the | Niko Matsakis | -0/+3 |
| 2015-03-31 | Added Arc::try_unique | Dzmitry Malyshau | -6/+50 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+0 |