| Age | Commit message (Expand) | Author | Lines |
| 2014-02-12 | Expose whether event loops have active I/O | Alex Crichton | -0/+2 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -2/+2 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -8/+70 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -6/+6 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+2 |
| 2014-02-06 | Add some doc examples to lib{green,native} | Alex Crichton | -3/+149 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -2/+1 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -9/+7 |
| 2014-02-03 | std: Hardcode pthread constants and structures | Alex Crichton | -15/+11 |
| 2014-02-03 | green: Remove io_error usage | Alex Crichton | -2/+3 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -4/+4 |
| 2014-01-29 | Removing do keyword from libgreen | Scott Lawrence | -101/+99 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -8/+8 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -37/+120 |
| 2014-01-26 | Bring in the line-length police | Alex Crichton | -33/+35 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -2/+2 |
| 2014-01-24 | Fix zero-sized memory mapping | Corey Richardson | -3/+15 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -34/+103 |
| 2014-01-21 | [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+5 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-01-15 | auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson | bors | -2/+3 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -2/+3 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -2/+2 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -0/+1 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -6/+7 |
| 2014-01-07 | doc: Add libgreen and libnative to the index | Brian Anderson | -0/+3 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -1/+5 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -6/+7 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -1/+5 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+2 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+8 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+8 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -26/+131 |
| 2013-12-29 | Fix a deadlock in a libgreen test | Alex Crichton | -1/+1 |
| 2013-12-26 | Remove green scheduler bootstrap tasks | Alex Crichton | -34/+16 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -21/+20 |
| 2013-12-24 | green: Move a scheduler test inside libgreen | Alex Crichton | -1/+72 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -4/+9 |
| 2013-12-24 | rustuv: Fix a memory leak (documented inside) | Alex Crichton | -7/+25 |
| 2013-12-24 | native: Protect against spurious wakeups on cvars | Alex Crichton | -13/+24 |
| 2013-12-24 | green: Properly wait for main before shutdown | Alex Crichton | -15/+111 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -7/+15 |
| 2013-12-24 | green: Fixing all tests from previous refactorings | Alex Crichton | -279/+347 |
| 2013-12-24 | green: Allow specifying an IoFactory for pools | Alex Crichton | -6/+16 |