| Age | Commit message (Expand) | Author | Lines |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -1/+2 |
| 2015-04-04 | Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakis | Manish Goregaokar | -3/+2 |
| 2015-04-04 | Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichton | Manish Goregaokar | -3/+10 |
| 2015-04-03 | Don't speak of old_io | Steve Klabnik | -3/+2 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -10/+10 |
| 2015-04-02 | std: impl From<String> for Box<Error + Send> | Kevin Butler | -3/+10 |
| 2015-04-02 | Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichton | bors | -42/+306 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -2/+1 |
| 2015-04-02 | Add more examples and documentation for std::fs | Steve Klabnik | -42/+306 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -6/+6 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -25/+25 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -34/+36 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -18/+24 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -3/+3 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23949: aturon/stab-timeout | Alex Crichton | -28/+54 |
| 2015-04-01 | Stabilize basic timeout functionality | Aaron Turon | -28/+54 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -57/+27 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | rollup merge of #23942: vhbit/ios-rand | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23867: nikomatsakis/issue-23086-take-3 | Alex Crichton | -1/+153 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -1/+153 |
| 2015-04-02 | Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87 | Manish Goregaokar | -0/+213 |
| 2015-04-02 | Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler | Manish Goregaokar | -8/+4 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -57/+26 |
| 2015-04-01 | Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc | Niko Matsakis | -0/+1 |
| 2015-04-01 | std: Unignore a test for #10663 | Richo Healey | -2/+1 |
| 2015-04-01 | iOS: os::last_os_error() fallout | Valerii Hiora | -2/+2 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -18/+24 |
| 2015-04-01 | Update android tests to reflect API switch from `os::env` to `env::vars`. | Felix S. Klock II | -4/+3 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -7/+13 |
| 2015-04-01 | Add examples + documentation for std::path | Steve Klabnik | -0/+213 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -1/+2 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -1/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -137/+139 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -52/+49 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -76/+50 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -19/+18 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -8/+8 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+25 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -14/+5 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -2608/+150 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -13/+13 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -28/+92 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -3/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2613/+155 |
| 2015-03-31 | rollup merge of #23893: frewsxcv/patch-6 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -16/+16 |