| Age | Commit message (Expand) | Author | Lines |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -27/+40 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -1/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+1 |
| 2015-11-17 | Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton | Manish Goregaokar | -11/+9 |
| 2015-11-17 | Fix libc module name for FreeBSD | Ole Krüger | -11/+9 |
| 2015-11-16 | Ignore malformed environment strings like glibc does | Tobias Bucher | -8/+17 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -10/+12 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -22/+27 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -34/+17 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -22/+27 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -1/+1 |
| 2015-10-12 | Don't use a Vec in os::current_exe on FreeBSD. | Peter Marheine | -4/+4 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -1/+6 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -2/+2 |
| 2015-09-08 | Let's see if lifetime elision works in this case | llogiq | -1/+1 |
| 2015-09-08 | Fixed required type coercion | llogiq | -1/+2 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -2/+1 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -3/+3 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -5/+5 |
| 2015-08-28 | Use a different buffer doubling logic for `std::sys::os::getcwd` | Barosl Lee | -5/+7 |
| 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 |