| Age | Commit message (Expand) | Author | Lines |
| 2015-11-26 | fix docs for compiler builtin macros | Alex Burka | -3/+3 |
| 2015-11-26 | Auto merge of #30061 - tshepang:doc-time, r=brson | bors | -13/+12 |
| 2015-11-26 | doc: this is already mentioned in previous paragraph, and is harder to read | Tshepang Lekhonkhobe | -3/+2 |
| 2015-11-25 | doc: fix type name | Tshepang Lekhonkhobe | -1/+1 |
| 2015-11-25 | doc: add a pause | Tshepang Lekhonkhobe | -2/+3 |
| 2015-11-25 | doc: split overlong sentence | Tshepang Lekhonkhobe | -2/+2 |
| 2015-11-25 | doc: add missing commas | Tshepang Lekhonkhobe | -2/+2 |
| 2015-11-25 | doc: fix grammar | Tshepang Lekhonkhobe | -1/+1 |
| 2015-11-25 | doc: remove info repeated on next paragraph | Tshepang Lekhonkhobe | -2/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Auto merge of #30052 - Ryman:bind_docs, r=apasel422 | bors | -1/+1 |
| 2015-11-25 | Fix docs for TcpListener::bind | Kevin Butler | -1/+1 |
| 2015-11-25 | Rollup merge of #30013 - steveklabnik:doc_char, r=brson | Manish Goregaokar | -11/+72 |
| 2015-11-24 | Auto merge of #30016 - alexcrichton:fix-off-by-one, r=brson | bors | -14/+24 |
| 2015-11-24 | Fix up docs for char | Steve Klabnik | -11/+72 |
| 2015-11-24 | Auto merge of #30006 - ntrepid8:skip-check-for-DYLD-libs-in-child-proc, r=ale... | bors | -0/+1 |
| 2015-11-23 | std: Tweak tests of std::time | Alex Crichton | -14/+24 |
| 2015-11-23 | Auto merge of #29952 - petrochenkov:depr, r=brson | bors | -13/+16 |
| 2015-11-23 | skip check for DYLD envars in child proc | Josh Austin | -0/+1 |
| 2015-11-22 | test_inherit_env: Don't look for hidden environment variables on Windows | Tobias Bucher | -2/+4 |
| 2015-11-21 | Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton | bors | -30/+37 |
| 2015-11-21 | Also check for NULs in environment variables | Tobias Bucher | -18/+20 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -13/+16 |
| 2015-11-20 | Auto merge of #29950 - fhahn:small-doc-fix-rename-var, r=bluss | bors | -4/+4 |
| 2015-11-20 | Rename result variable in HashSet's intersection and union examples | Florian Hahn | -4/+4 |
| 2015-11-19 | Auto merge of #29894 - alexcrichton:stdtime, r=brson | bors | -102/+816 |
| 2015-11-19 | Error when paths contain NUL characters | Tobias Bucher | -19/+24 |
| 2015-11-19 | Re-unignore environment test on MinGW | Tobias Bucher | -1/+1 |
| 2015-11-19 | Ignore malformed environment variables on Windows too | Tobias Bucher | -15/+24 |
| 2015-11-19 | std: Add Instant and SystemTime to std::time | Alex Crichton | -102/+816 |
| 2015-11-18 | Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton | bors | -23/+211 |
| 2015-11-18 | Fix buildbot failures | Vadim Petrochenkov | -9/+23 |
| 2015-11-18 | Auto merge of #29897 - alexcrichton:process-wait-with-output, r=brson | bors | -20/+14 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -14/+188 |
| 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 |