| Age | Commit message (Expand) | Author | Lines |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -8/+6 |
| 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 | 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 |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -1/+1 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -8/+6 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -6/+617 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -1/+1 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+1 |
| 2015-02-28 | openbsd: adjust page guard address | Sébastien Marie | -1/+1 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -183/+84 |
| 2015-02-28 | Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton | bors | -10/+107 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -2/+2 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -0/+4 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -183/+84 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -1/+2 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -6/+6 |
| 2015-02-27 | Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelix | Manish Goregaokar | -2/+25 |
| 2015-02-27 | Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichton | Manish Goregaokar | -15/+1 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-02-27 | Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth | bors | -0/+28 |
| 2015-02-26 | std: Draw from the same port pool during tests | Alex Crichton | -2/+2 |
| 2015-02-27 | Add some missing stability attributes on struct fields. | Huon Wilson | -1/+3 |