| Age | Commit message (Expand) | Author | Lines |
| 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 | iOS: os::last_os_error() fallout | Valerii Hiora | -2/+2 |
| 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 |
| 2015-03-31 | rollup merge of #23885: steveklabnik/doc_std_env | Alex Crichton | -1/+28 |
| 2015-03-31 | rollup merge of #23882: wettowelreactor/patch-2 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -59/+263 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -8/+8 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+25 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -19/+18 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -28/+92 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -968/+421 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -968/+421 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -968/+421 |
| 2015-03-31 | Indicate select! is code-like | Corey Farwell | -1/+1 |
| 2015-03-31 | Last docs for std::env | Steve Klabnik | -1/+28 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -17/+17 |
| 2015-03-31 | Rollup merge of #23826 - richo:note-print-macro, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-03-30 | Update lib.rs | Camille Roussel | -1/+1 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -13/+13 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -1/+0 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -16/+16 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -17/+17 |