| Age | Commit message (Expand) | Author | Lines |
| 2015-03-03 | Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnik | Manish Goregaokar | -22/+16 |
| 2015-03-01 | Replace int/uint by isize/usize | GuillaumeGomez | -10/+10 |
| 2015-02-24 | Rollup merge of #22604 - aochagavia:docs, r=alexcrichton | Manish Goregaokar | -5/+8 |
| 2015-02-23 | doc: I learnt from review that this is now implemented | Tshepang Lekhonkhobe | -4/+0 |
| 2015-02-22 | doc: nits and fixes for thread API | Tshepang Lekhonkhobe | -18/+16 |
| 2015-02-22 | Rollup merge of #22567 - Gankro:unstable, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-22 | Rollup merge of #22545 - Ryman:fucntion, r=dotdash | Manish Goregaokar | -14/+14 |
| 2015-02-21 | Fix thread documentation | Adolfo OchagavĂa | -5/+8 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -2/+2 |
| 2015-02-19 | typo: fucntion -> function | Kevin Butler | -14/+14 |
| 2015-02-18 | Minor unused imports etc. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Fallout: extend thread with phantomdata for `'a` lifetime | Niko Matsakis | -3/+3 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -13/+12 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -8/+8 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -18/+18 |
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -2/+2 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -41/+61 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -107/+263 |
| 2015-02-18 | Add missing marker to std::thread::JoinGuard. | Huon Wilson | -1/+3 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -7/+7 |
| 2015-02-10 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -0/+1 |
| 2015-02-08 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -0/+4 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -3/+2 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-01-30 | Implement Thread::park_timeout | Carl Lerche | -1/+56 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -7/+7 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -14/+14 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -11/+11 |
| 2015-01-22 | Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -11/+11 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -25/+33 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -6/+6 |
| 2015-01-17 | Refine wording of Thread::panicking | Simonas Kazlauskas | -1/+1 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -3/+3 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -1/+1 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -65/+133 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -22/+19 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-06 | Stabilize std::thread | Aaron Turon | -44/+115 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -0/+1 |
| 2015-01-04 | auto merge of #20393 : japaric/rust/impl-any, r=aturon | bors | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -7/+0 |
| 2015-01-03 | remove `Any[Mut]RefExt` traits in favor of `impl Any` | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -1/+1 |