| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-02-08 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -4/+0 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -0/+4 |
| 2015-01-02 | rollup merge of #20354: alexcrichton/second-pass-thread_local | Alex Crichton | -2/+3 |
| 2014-12-31 | std: unbox closures used in function arguments | Jorge Aparicio | -2/+2 |
| 2014-12-31 | std: Second pass stabilization for thread_local | Alex Crichton | -2/+3 |
| 2014-12-18 | Rebasing fixes. | Aaron Turon | -1/+1 |
| 2014-12-18 | std: Move the panic flag to its own thread local | Alex Crichton | -11/+0 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -0/+5 |
| 2014-12-18 | Avoid .take().unwrap() with FnOnce closures | Alex Crichton | -3/+2 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -9/+6 |
| 2014-12-18 | Revise rt::unwind | Aaron Turon | -6/+24 |
| 2014-12-18 | Introduce std::thread | Aaron Turon | -0/+60 |
