| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -2/+2 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -2/+3 |
| 2015-03-02 | Auto merge of #22797 - alexcrichton:io-stdio, r=aturon | bors | -0/+53 |
| 2015-03-02 | Fix broken aarch64 build | Eunji Jeong | -1/+1 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -0/+53 |
| 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 | -1/+1 |
| 2015-02-28 | Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton | bors | -10/+107 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -1/+1 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -1/+2 |
| 2015-02-27 | Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichton | Manish Goregaokar | -15/+1 |
| 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 | path -> PathBuf for openbsd/bitrig | Sébastien Marie | -1/+2 |
| 2015-02-25 | path -> PathBuf for osx/dragonfly (fixup #22727) | Manish Goregaokar | -11/+11 |
| 2015-02-25 | Assert is internal now (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22744 - alexcrichton:issue-22738, r=aturon | Manish Goregaokar | -0/+4 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -27/+35 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -2/+13 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -27/+35 |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -2/+19 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -11/+11 |
| 2015-02-24 | Replace deprecated getdtablesize() with sysconf(_SC_OPEN_MAX) for android aar... | Eunji Jeong | -2/+19 |
| 2015-02-24 | Rollup merge of #22594 - alexcrichton:issue-22577, r=aturon | Manish Goregaokar | -13/+20 |
| 2015-02-23 | std: Expose a `mode` accessor for Permissions on unix | Alex Crichton | -0/+4 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -11/+11 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -2/+5 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -258/+0 |
| 2015-02-22 | Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -18/+142 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -258/+0 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -2/+13 |
| 2015-02-20 | std: Ensure fs::{DirEntry, ReadDir} are Send/Sync | Alex Crichton | -13/+20 |
| 2015-02-20 | unbreak openbsd build after 1860ee52 | Sébastien Marie | -1/+1 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -2/+2 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -79/+82 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -79/+82 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+249 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -3/+9 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -3/+5 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -3/+5 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -1/+9 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -0/+4 |
| 2015-02-17 | Auto merge of #22397 - Manishearth:rollup, r=huonw | bors | -1/+4 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -2/+2 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+4 |
| 2015-02-15 | openbsd: disable test_file_desc test | Sébastien Marie | -1/+4 |
| 2015-02-13 | Add std::process | Aaron Turon | -18/+586 |