| Age | Commit message (Expand) | Author | Lines |
| 2016-01-19 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+7 |
| 2016-01-19 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+9 |
| 2016-01-12 | Fix extra space in str docs | Steve Klabnik | -1/+1 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -7/+2 |
| 2015-12-07 | Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton | bors | -0/+16 |
| 2015-12-06 | doc: add example for std::net::lookup_addr | Tshepang Lekhonkhobe | -0/+16 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -121/+146 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -121/+146 |
| 2015-12-05 | Auto merge of #30177 - retep998:handling-threads, r=alexcrichton | bors | -0/+122 |
| 2015-12-05 | Remove allocations in `impl Display for Ipv6Addr` | Simon Sapin | -11/+11 |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+79 |
| 2015-12-04 | AsRawHandle and IntoRawHandle for JoinHandle | Peter Atashian | -0/+43 |
| 2015-12-04 | Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichton | bors | -2/+7 |
| 2015-12-04 | Fix the time overflow on mac as well | Sean Griffin | -1/+1 |
| 2015-12-03 | doc: add example for std::fs::DirBuilder | Tshepang Lekhonkhobe | -0/+14 |
| 2015-12-03 | Fix tests for SystemTime addition on mac and ios | Sean Griffin | -2/+2 |
| 2015-12-02 | Fixed make tidy error | Sean Griffin | -1/+2 |
| 2015-12-02 | Ensure two `SystemTime`s are equal when nanos add to exactly 1B | Sean Griffin | -1/+5 |
| 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 |