| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Fix From<LocalWaker> | Josef Reinhard Brandl | -3/+5 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -7/+7 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+54 |
| 2018-07-26 | Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertj | Mark Rousskov | -12/+18 |
| 2018-07-25 | std::ops::Try impl for std::task::Poll | Taylor Cramer | -0/+54 |
| 2018-07-25 | Clarify what a task is | Josef Reinhard Brandl | -12/+18 |
| 2018-07-25 | Enforce #![deny(bare_trait_objects)] in src/libcore | ljedrz | -7/+7 |
| 2018-07-23 | Forget Waker when cloning LocalWaker | Thomas de Zeeuw | -4/+5 |
| 2018-07-12 | task: remove wrong comments about non-existent LocalWake trait | Sean McArthur | -5/+3 |
| 2018-07-04 | Auto merge of #51935 - cramertj:unpin-references, r=withoutboats | bors | -0/+3 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -154/+4 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -53/+58 |
| 2018-06-29 | Make Waker and LocalWaker Unpin | Taylor Cramer | -0/+3 |
| 2018-06-26 | Move spawn errors into executor.rs | Josef Reinhard Brandl | -67/+50 |
| 2018-06-26 | Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversions | Josef Reinhard Brandl | -75/+34 |
| 2018-06-26 | Add `LocalTaskObj` | Josef Reinhard Brandl | -6/+102 |
| 2018-06-26 | Split libcore/task.rs into submodules | Josef Reinhard Brandl | -0/+676 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -2286/+0 |
| 2013-05-20 | core::rt: Implement Local for Task | Brian Anderson | -5/+6 |
| 2013-05-20 | core::rt: Convert users of local_sched to Local trait | Brian Anderson | -1/+2 |
| 2013-05-20 | core:rt:: Rename LocalServices to Task | Brian Anderson | -6/+6 |
| 2013-05-19 | Register snapshots | Brian Anderson | -5/+0 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -10/+9 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -10/+10 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -10/+9 |
| 2013-05-15 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -19/+35 |
| 2013-05-15 | core::rt: Rename Task to Coroutine | Brian Anderson | -1/+1 |
| 2013-05-15 | core: Turn task::unkillable, etc. into no-ops in newsched. #6377 | Brian Anderson | -17/+33 |
| 2013-05-15 | auto merge of #6493 : brson/rust/tls, r=thestinger | bors | -4/+2 |
| 2013-05-14 | core: Fix leak in TLS. #6231 | Brian Anderson | -4/+2 |
| 2013-05-14 | Merge remote-tracking branch 'brson/io-upstream' into incoming | Brian Anderson | -1/+1 |
| 2013-05-14 | core::rt: Use unsafe pointers instead of transmuted regions | Brian Anderson | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -8/+8 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -2/+1 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -6/+7 |
| 2013-05-11 | Warning police | Tim Chevalier | -1/+1 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -5/+8 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -5/+8 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -228/+1 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -1/+1 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -47/+52 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -3/+3 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -0/+2 |
| 2013-05-08 | libcore: Remove mutable fields from the task builder API | Patrick Walton | -119/+61 |
| 2013-05-08 | libcore: Remove mutable fields from task::spawn | Patrick Walton | -42/+68 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-07 | core: Replace Durable with 'static | Brian Anderson | -12/+12 |
| 2013-05-07 | Add some tests for local data + borrowed pointers | Brian Anderson | -0/+9 |
| 2013-05-03 | core: Warning police | Tim Chevalier | -1/+1 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -29/+107 |