| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -85/+85 |
| 2015-05-08 | Fallout from fixing Issue 25199. | Felix S. Klock II | -1/+1 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -2/+2 |
| 2015-05-07 | std: Remove a double-box in ReentrantMutex | Alex Crichton | -22/+25 |
| 2015-05-07 | std: Remove unused helper_thread.rs file | Alex Crichton | -170/+0 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -47/+47 |
| 2015-05-07 | Rollup merge of #25138 - tshepang:typos, r=sanxiyn | Steve Klabnik | -1/+1 |
| 2015-05-07 | Auto merge of #25125 - Stebalien:from_raw_os, r=alexcrichton | bors | -13/+14 |
| 2015-05-06 | Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichton | bors | -11/+19 |
| 2015-05-06 | Auto merge of #25153 - jgallagher:rwlock-try-write, r=alexcrichton | bors | -12/+36 |
| 2015-05-06 | Stabilize from_raw_os | Steven Allen | -13/+14 |
| 2015-05-06 | Auto merge of #25135 - alexcrichton:generalize-env-set-var, r=aturon | bors | -7/+5 |
| 2015-05-06 | Update documentation for RwLock::try_{read,write}. | John Gallagher | -10/+17 |
| 2015-05-06 | Make RwLock::try_write try to obtain a write lock | John Gallagher | -2/+19 |
| 2015-05-05 | std: update select internals to not use mutable transmuting | Sean McArthur | -11/+19 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-05 | Fix MIPS build errors in libstd/os/linux/raw.rs | Kevin Mehall | -2/+2 |
| 2015-05-05 | std: Generalize generics a bit in std::env | Alex Crichton | -7/+5 |
| 2015-05-05 | Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturon | bors | -10/+18 |
| 2015-05-05 | Auto merge of #25101 - alexcrichton:fix-flaky-windows-test, r=nikomatsakis | bors | -2/+4 |
| 2015-05-05 | Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2015-05-05 | Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-05 | Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-05-05 | Rollup merge of #25074 - killercup:patch-10, r=alexcrichton | Manish Goregaokar | -19/+22 |
| 2015-05-04 | Auto merge of #24652 - achanda:ip-long, r=alexcrichton | bors | -1/+27 |
| 2015-05-04 | doc: fix markup | Tshepang Lekhonkhobe | -1/+2 |
| 2015-05-04 | std: Join threads in select! doctest | Alex Crichton | -2/+4 |