| Age | Commit message (Expand) | Author | Lines |
| 2016-11-14 | Update top-level path doc examples to show results. | Corey Farwell | -5/+18 |
| 2016-11-13 | Minor rewriting of `std::path::Path::push` doc example. | Corey Farwell | -5/+12 |
| 2016-11-12 | Rollup merge of #37699 - alexcrichton:default-for-duration, r=brson | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37696 - arthurprs:patch-1, r=alexcrichton | Eduard-Mihai Burtescu | -1/+4 |
| 2016-11-12 | Rollup merge of #37527 - Mark-Simulacrum:mpsc-recvtimeouterror-error-impl, r=... | Eduard-Mihai Burtescu | -0/+32 |
| 2016-11-10 | std: Derive `Default` for `Duration`. | Alex Crichton | -1/+1 |
| 2016-11-10 | Remove one bounds check from BufReader | Arthur Silva | -1/+4 |
| 2016-11-10 | doc: fix typos | Tshepang Lekhonkhobe | -2/+2 |
| 2016-11-09 | Rollup merge of #37622 - ollie27:cstring, r=alexcrichton | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-09 | Rollup merge of #37432 - achanda:send_to, r=alexcrichton | Eduard-Mihai Burtescu | -0/+3 |
| 2016-11-09 | Clarify that send_to might return an error in certain cases | Abhishek Chanda | -0/+3 |
| 2016-11-08 | Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcv | Steve Klabnik | -11/+19 |
| 2016-11-08 | Slightly optimise CString | Oliver Middleton | -1/+1 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-05 | Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichton | Alex Crichton | -8/+20 |
| 2016-11-05 | Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichton | Alex Crichton | -7/+7 |
| 2016-11-05 | Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnik | Alex Crichton | -2/+7 |
| 2016-11-05 | Rollup merge of #37470 - arthurprs:sip-smaller, r=alexcrichton | Alex Crichton | -14/+12 |
| 2016-11-05 | add missing urls on io structs | Guillaume Gomez | -11/+19 |
| 2016-11-04 | std: Track change to cprng syscall signature (Fuchsia) | Raph Levien | -8/+20 |
| 2016-11-04 | Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From impls | leonardo.yvens | -7/+7 |
| 2016-11-04 | Auto merge of #37037 - Mark-Simulacrum:stack-error, r=alexcrichton | bors | -21/+48 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -4/+0 |
| 2016-11-02 | Add missing urls for ErrorKind's variants | Guillaume Gomez | -2/+7 |
| 2016-11-02 | Auto merge of #36948 - brson:sys, r=brson | bors | -290/+348 |
| 2016-11-02 | Add a new non-heap allocated variant to io::Error's representation. | Mark-Simulacrum | -21/+48 |
| 2016-11-02 | Add Error implementation for std::sync::mpsc::RecvTimeoutError. | Mark-Simulacrum | -0/+32 |
| 2016-11-01 | std: Flatten the num directory to reflect the module layout | Brian Anderson | -2/+2 |
| 2016-11-01 | Clean up and add more comments to libstd/lib.rs | Brian Anderson | -79/+70 |
| 2016-11-01 | std: Remove unused test feature | Brian Anderson | -1/+0 |
| 2016-11-01 | Document sys_common and sys | Brian Anderson | -0/+36 |
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -2/+1 |
| 2016-11-01 | std: Move platform-specific out of sys_common::util | Brian Anderson | -27/+26 |
| 2016-11-01 | std: Move platform-specific code out of libstd/lib.rs | Brian Anderson | -7/+23 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -10/+10 |
| 2016-11-01 | Document reasoning for supporting both fast and OS TLS in the same bin | Brian Anderson | -0/+9 |
| 2016-11-01 | std: Move elf TLS to sys::fast_thread_local | Brian Anderson | -162/+171 |
| 2016-11-01 | Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez | Guillaume Gomez | -3/+6 |
| 2016-11-01 | Auto merge of #37178 - apasel422:issue-37136, r=alexcrichton | bors | -1/+43 |
| 2016-10-31 | Auto merge of #36595 - bluss:hashmap-usize-for-hash, r=alexcrichton | bors | -25/+44 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -7/+7 |
| 2016-10-31 | Don't reuse RandomState seeds | arthurprs | -14/+12 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -4/+0 |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -2/+4 |
| 2016-10-28 | Auto merge of #37385 - raphlinus:fuchsia_random, r=alexcrichton | bors | -1/+55 |
| 2016-10-28 | Auto merge of #37450 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+11 |
| 2016-10-28 | Rollup merge of #37343 - bluss:write-doc, r=GuillaumeGomez | Guillaume Gomez | -0/+11 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -1/+1 |
| 2016-10-27 | Add documentation for Read, Write impls for slices and Vec | Ulrik Sverdrup | -0/+11 |