| Age | Commit message (Expand) | Author | Lines |
| 2015-12-02 | Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss | bors | -1/+1 |
| 2015-12-01 | Fix typo in src/libstd/process.rs | Adam Badawy | -1/+1 |
| 2015-12-01 | Rollup merge of #30150 - steveklabnik:fix_exe_suffix, r=alexcrichton | Steve Klabnik | -4/+6 |
| 2015-12-01 | Rollup merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnik | Steve Klabnik | -6/+6 |
| 2015-12-01 | Auto merge of #30129 - tbu-:pr_doc_arrays_coerce, r=steveklabnik | bors | -6/+6 |
| 2015-12-01 | Small fix to EXE_SUFFIX and DLL_EXTENSION docs | Steve Klabnik | -4/+6 |
| 2015-12-01 | Auto merge of #30118 - alexcrichton:fix-time-again, r=aturon | bors | -1/+1 |
| 2015-12-01 | Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichton | bors | -22/+42 |
| 2015-12-01 | Arrays don't dereference but coerce to slices | Tobias Bucher | -6/+6 |
| 2015-11-30 | Auto merge of #30080 - durka:patch-10, r=alexcrichton | bors | -4/+4 |
| 2015-11-30 | Better docs for the str primitive | Steve Klabnik | -22/+42 |
| 2015-11-30 | std: Bump time margin in std::time tests | Alex Crichton | -1/+1 |
| 2015-11-29 | tweak cfg! doc comment | Alex Burka | -3/+3 |
| 2015-11-29 | Fix #30093 | Jack Fransham | -1/+1 |
| 2015-11-28 | Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichton | bors | -2/+2 |
| 2015-11-28 | disable net::addr::to_socket_addr_str_bad test under openbsd | Sébastien Marie | -2/+2 |
| 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 |