| Age | Commit message (Expand) | Author | Lines |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -628/+715 |
| 2015-05-19 | Auto merge of #25495 - alexcrichton:process-pid, r=aturon | bors | -0/+17 |
| 2015-05-19 | std: Don't require rust_try as an exported symbol | Alex Crichton | -9/+24 |
| 2015-05-19 | std: Implement aborting stubs for MSVC unwinding | Alex Crichton | -328/+389 |
| 2015-05-19 | Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 2015-05-18 | [doc] Add a reference from PathExt to fs::metadata | Matt Brubeck | -2/+3 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+16 |
| 2015-05-17 | Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-05-17 | Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichton | Manish Goregaokar | -6/+5 |
| 2015-05-17 | Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25465 - Ryman:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-16 | std: Reexport std::net::tcp::Incoming | Alex Crichton | -1/+1 |
| 2015-05-16 | Simplify CString doc comment | Ben Striegel | -2/+1 |
| 2015-05-16 | fs::walk_dir example without unstable features | Johannes Hoff | -6/+5 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+17 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -1/+1 |
| 2015-05-16 | Small typo in the docs | Emilio Cobos Álvarez | -1/+1 |
| 2015-05-16 | libstd: Path docs: `file` is now `file_name` | Ryman | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-15 | std: fix a link | Ivan Ukhov | -1/+1 |
| 2015-05-14 | Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-14 | Auto merge of #25403 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-05-14 | s/Iterater/Iterator/ | Andrew Paseltiner | -1/+1 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -589/+329 |
| 2015-05-14 | Fix crates.io link. | Wangshan Lu | -1/+1 |
| 2015-05-13 | libstd/env: Add non-Rust synchronization warnings for setenv() | Colin Walters | -0/+22 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -589/+329 |
| 2015-05-13 | Auto merge of #24619 - nrc:rc-coerce, r=nikomatsakis | bors | -22/+24 |
| 2015-05-13 | Rollup merge of #25224 - brson:stddoc, r=steveklabnik | Steve Klabnik | -53/+50 |
| 2015-05-13 | Rebasing | Nick Cameron | -22/+24 |
| 2015-05-12 | Scale back changes made | Alex Crichton | -344/+18 |
| 2015-05-12 | Very hacky MSVC hacks. | Ricky Taylor | -5/+342 |
| 2015-05-12 | doc: Address feedback | Brian Anderson | -10/+11 |
| 2015-05-11 | Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -0/+10 |
| 2015-05-11 | Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-11 | docs: Link from tls macros to relevant docs | Ulrik Sverdrup | -0/+4 |
| 2015-05-11 | docs: Clarify Path::starts_with (and ends_with) | Ulrik Sverdrup | -0/+6 |
| 2015-05-10 | Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnik | Steve Klabnik | -0/+18 |
| 2015-05-10 | Update docs to stop referencing `BufReadExt` | Corey Farwell | -2/+2 |
| 2015-05-10 | Fix grammar in path::Path documentation | Cole Reynolds | -1/+1 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -4/+4 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -85/+85 |
| 2015-05-09 | std: Add example for HashMap::entry() | Ulrik Sverdrup | -0/+18 |
| 2015-05-09 | Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakis | bors | -1/+1 |
| 2015-05-08 | std: Update crate docs | Brian Anderson | -53/+49 |
| 2015-05-08 | Auto merge of #25218 - Manishearth:rollup, r=Manishearth | bors | -2/+2 |
| 2015-05-09 | Rollup merge of #25140 - kevinmehall:mips, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -2/+2 |