| Age | Commit message (Expand) | Author | Lines |
| 2015-11-17 | std: Use join() in Process::wait_with_output | Alex Crichton | -20/+14 |
| 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-17 | Auto merge of #29297 - tbu-:pr_env_ignore_malformed, r=alexcrichton | bors | -8/+17 |
| 2015-11-16 | Ignore malformed environment strings like glibc does | Tobias Bucher | -8/+17 |
| 2015-11-16 | Correct comment in `Mutex` example | Andrew Paseltiner | -1/+1 |
| 2015-11-16 | Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton | bors | -2/+3 |
| 2015-11-16 | Fix docs for HashSet::insert | Sebastian Hahn | -4/+1 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-12 | Fixup #29785 | Manish Goregaokar | -1/+1 |
| 2015-11-12 | Rollup merge of #29785 - steveklabnik:doc_prelude, r=nikomatsakis | Manish Goregaokar | -96/+115 |
| 2015-11-11 | Clean up the prelude docs | Steve Klabnik | -96/+115 |
| 2015-11-11 | Cleaner c_char cfg logic | arcnmx | -11/+10 |
| 2015-11-11 | Prefer raw::c_char or libc::c_char and fix arm | arcnmx | -39/+36 |
| 2015-11-11 | Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik | bors | -2/+4 |
| 2015-11-10 | Auto merge of #29724 - alexcrichton:ip-endian, r=aturon | bors | -2/+9 |
| 2015-11-10 | [docs] Update references to renamed fs::stat function | Matt Brubeck | -2/+4 |
| 2015-11-10 | Rollup merge of #29708 - Ryman:pathdoc, r=steveklabnik | Steve Klabnik | -0/+15 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -2339/+1755 |
| 2015-11-09 | std: Fix endianness in Ord for IP addresses | Alex Crichton | -2/+9 |
| 2015-11-09 | libstd: add example for PathBuf::push | Kevin Butler | -0/+15 |
| 2015-11-08 | Spell out the fallback of `std::env::home_dir` on POSIX | Tobias Bucher | -1/+3 |
| 2015-11-07 | Update list of array implementations in src/libstd/primitive_docs.rs | Oliver Middleton | -1/+3 |
| 2015-11-06 | Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon | bors | -64/+57 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -64/+57 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -5/+0 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -1/+1 |
| 2015-11-06 | Auto merge of #29604 - bstrie:de_ms, r=alexcrichton | bors | -0/+5 |
| 2015-11-06 | Auto merge of #29491 - alexcrichton:avoid-stdio-tls, r=brson | bors | -8/+26 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -56/+62 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -5/+0 |
| 2015-11-06 | doc(lib.rs): fix #L79 with inline link syntax | Rizky Luthfianto | -2/+1 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -1/+1 |
| 2015-11-05 | Rollup merge of #29568 - steveklabnik:gh24591, r=apasel422 | Steve Klabnik | -0/+3 |
| 2015-11-04 | Deprecate `_ms` functions that predate the `Duration` API | Ben Striegel | -0/+5 |
| 2015-11-04 | Auto merge of #29200 - tshepang:rustfmt-path, r=aturon | bors | -96/+165 |
| 2015-11-04 | Add note about HashMap::capacity's bounds | Steve Klabnik | -0/+3 |
| 2015-11-03 | libstd: implement PartialEq<Path> for PathBuf and Cow<Path> | Kevin Butler | -0/+48 |
| 2015-11-03 | libstd: implement From<&Path|PathBuf> for Cow<Path> | Kevin Butler | -0/+36 |
| 2015-11-03 | Auto merge of #29514 - apasel422:issue-26220, r=alexcrichton | bors | -0/+14 |
| 2015-11-02 | Auto merge of #29456 - alexcrichton:path-hash, r=aturon | bors | -3/+37 |
| 2015-11-02 | std: Base Hash for Path on its iterator | Alex Crichton | -3/+37 |
| 2015-11-02 | Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichton | bors | -0/+4 |
| 2015-11-01 | Implement `IntoIterator` for `&{Path, PathBuf}` | Andrew Paseltiner | -0/+14 |
| 2015-11-01 | Use guard-pages also on DragonFly/FreeBSD. | Michael Neumann | -0/+4 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -55/+87 |
| 2015-10-31 | Fix stage0 ICE caused by the old _Unwind_Resume override trickery. | Vadim Chugunov | -0/+2 |
| 2015-10-31 | std: Prevent print panics when using TLS | Alex Crichton | -8/+26 |
| 2015-10-31 | Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnik | bors | -3/+3 |
| 2015-10-30 | Tweak env docs a bit | Steven Fackler | -3/+3 |