| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2015-02-26 | Auto merge of #22825 - semarie:openbsd-pathbuf, r=alexcrichton | bors | -1/+2 |
| 2015-02-26 | fixing a few bitrig build breakers | Dave Huseby | -15/+1 |
| 2015-02-27 | std: Include line numbers in backtraces. | Kang Seonghoon | -10/+106 |
| 2015-02-26 | Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex` | nwin | -0/+28 |
| 2015-02-26 | Auto merge of #22810 - japaric:cow-path, r=alexcrichton | bors | -1/+33 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+1 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -6/+6 |
| 2015-02-26 | path -> PathBuf for openbsd/bitrig | Sébastien Marie | -1/+2 |
| 2015-02-25 | Fix overflow in precise_time_ns() on Windows, | Vadim Chugunov | -2/+25 |
| 2015-02-25 | impl IntoCow for Path[Buf] | Jorge Aparicio | -1/+33 |