| Age | Commit message (Expand) | Author | Lines |
| 2015-07-10 | Remove the generic `fill_bytes_buf` function | Tobias Bucher | -9/+13 |
| 2015-07-09 | Address some comments on the pull request | Tobias Bucher | -15/+13 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -9/+14 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -12/+3 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-04-14 | rollup merge of #24377: apasel422/docs | Alex Crichton | -1/+1 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -12/+0 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+4 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -6/+7 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+4 |
| 2015-03-28 | iOS: int/uint fallout | Valerii Hiora | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -4/+4 |
| 2015-03-25 | Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-25 | unbreak bitrig/openbsd build after 8389253d | Sébastien Marie | -2/+2 |
| 2015-03-24 | [iOS] Fallout from 8389253 | Tamir Duberstein | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -4/+4 |
| 2015-03-18 | iOS: fallout from 1d5983a | Tamir Duberstein | -3/+2 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+1 |
| 2015-03-16 | Auto merge of #23396 - semarie:remove-sized-bounds, r=sfackler | bors | -2/+2 |
| 2015-03-15 | Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon | bors | -1/+1 |
| 2015-03-15 | unbreak freebsd/openbsd/bitrig build after #23316 | Sébastien Marie | -2/+2 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -1/+1 |
| 2015-03-14 | std: Remove ?Sized bounds from many I/O functions | Alex Crichton | -1/+1 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -4/+5 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -1/+3 |
| 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-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -25/+32 |
| 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 | -2/+12 |
| 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 | std: Implement CString-related RFCs | Alex Crichton | -14/+14 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+4 |
| 2015-02-13 | Add std::process | Aaron Turon | -6/+8 |
| 2015-02-11 | bitrig integration | Dave Huseby | -2/+12 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -7/+3 |
| 2015-02-05 | unbreak tree for openbsd after #21787 | Sébastien Marie | -6/+7 |
| 2015-02-03 | iOS: fixed build | Valerii Hiora | -14/+16 |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -6/+12 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -122/+319 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -121/+319 |
| 2015-02-01 | openbsd: incoporate remarks | Sébastien Marie | -2/+9 |
| 2015-02-01 | openbsd support | Sébastien Marie | -2/+28 |
| 2015-01-29 | Fix wrong use std::io -> old_io | Michael Neumann | -1/+1 |