| Age | Commit message (Expand) | Author | Lines |
| 2015-03-05 | Rearrange tests to be in the same order as implementation | Carol Nichols | -345/+345 |
| 2015-03-05 | std: Fix peeling ports from addresses | Alex Crichton | -1/+6 |
| 2015-03-05 | fix minor grammar mistake in paths documentation | Paul Osborne | -1/+1 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -37/+86 |
| 2015-03-06 | std: net: enable bind_error test on all platforms | Stepan Koltsov | -4/+4 |
| 2015-03-05 | std: Stabilize the `ffi` module | Alex Crichton | -13/+80 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+7 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -1/+2 |
| 2015-03-06 | Use `#[allow_internal_unstable]` for `thread_local!` | Huon Wilson | -15/+16 |
| 2015-03-05 | Rollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichton | Manish Goregaokar | -0/+3 |
| 2015-03-05 | Rollup merge of #23027 - fenhl:patch-1, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-03-05 | Rollup merge of #22973 - djmally:coll_docs, r=Gankro | Manish Goregaokar | -6/+7 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -124/+124 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -18/+165 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -1/+59 |
| 2015-03-04 | docs(path.rs): fix ends_with method | Camille TJHOA | -1/+1 |
| 2015-03-04 | iOS: fallout of env stab | Valerii Hiora | -0/+3 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -8/+6 |
| 2015-03-04 | Fix Duration::weeks docs | Fenhl | -1/+1 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -8/+11 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -13/+13 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -40/+75 |
| 2015-03-03 | sidestep potential over- and underflow in estimated stack bounds. | Felix S. Klock II | -1/+15 |
| 2015-03-03 | Revert incorrect `usize` -> `u32` replacements from #22510 | Tobias Bucher | -6/+6 |
| 2015-03-03 | Rollup merge of #22974 - nagisa:reintuint-std, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-03 | Rollup merge of #22956 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -24/+23 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -14/+16 |
| 2015-03-03 | Fix backtrace tests for Linux | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Accommodate arith-overflow in `rand` and `std::rand`. | Felix S. Klock II | -2/+2 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -12/+13 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -24/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+15 |
| 2015-03-03 | Auto merge of #22600 - brson:num, r=Gankro | bors | -12/+12 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -12/+12 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -14/+16 |
| 2015-03-02 | Auto merge of #22882 - alexcrichton:stabilize-process, r=aturon | bors | -15/+57 |
| 2015-03-02 | Readd int_uint feature to libstd | Simonas Kazlauskas | -0/+1 |
| 2015-03-03 | Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnik | Manish Goregaokar | -22/+16 |
| 2015-03-02 | Added note that method names in tables may differ from actual collections | David Mally | -1/+2 |
| 2015-03-02 | Fixed references to set & take ; minor wording & syntax fixes | David Mally | -5/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -24/+23 |
| 2015-03-02 | Auto merge of #22510 - GuillaumeGomez:audit-integer-libstd-thread, r=alexcric... | bors | -10/+10 |
| 2015-03-02 | Auto merge of #22797 - alexcrichton:io-stdio, r=aturon | bors | -6/+617 |
| 2015-03-02 | Fix broken aarch64 build | Eunji Jeong | -1/+1 |
| 2015-03-01 | std: Stabilize the `process` module | Alex Crichton | -15/+57 |
| 2015-03-01 | Replace int/uint by isize/usize | GuillaumeGomez | -10/+10 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -3/+1 |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -0/+4 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -2/+0 |