| Age | Commit message (Expand) | Author | Lines |
| 2013-07-20 | Add BlockedTask (wake, try_block, etc) in kill.rs. | Ben Blum | -2/+95 |
| 2013-07-20 | Do a task-killed check at the start of task 'timeslices'. | Ben Blum | -1/+38 |
| 2013-07-20 | Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377. | Ben Blum | -37/+227 |
| 2013-07-20 | Add tests for KillHandle | Ben Blum | -0/+140 |
| 2013-07-20 | Remove join_latch | Ben Blum | -654/+0 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -22/+79 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -3/+134 |
| 2013-07-20 | Add UnsafeAtomicRcBox::try_unwrap() | Ben Blum | -1/+68 |
| 2013-07-20 | Reimplement ARC::unwrap() and friends. | Ben Blum | -27/+283 |
| 2013-07-20 | Add AtomicOption::fill() and AtomicOption::is_empty() | Ben Blum | -0/+38 |
| 2013-07-20 | Remove redundant Atomic{Ui,I}nt types from unstable::sync | Ben Blum | -68/+0 |
| 2013-07-20 | Add Option::take_map{,_default}() | Ben Blum | -0/+14 |
| 2013-07-20 | Add Either::expect_{left,right} | Ben Blum | -6/+26 |
| 2013-07-20 | debuginfo: Removed some test relying on data structure sizes hard to predict ... | Michael Woerister | -19/+23 |
| 2013-07-20 | auto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton | bors | -5/+4 |
| 2013-07-19 | Merge pull request #7897 from thestinger/double | Daniel Micay | -219/+246 |
| 2013-07-19 | Add tests for issues which can be closed | Alex Crichton | -0/+48 |
| 2013-07-19 | Added a new method to extra::future (unwrap) + a test | Matthijs Hofstra | -0/+19 |
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -42/+32 |
| 2013-07-19 | Reorganize README to make it more clear. | Jack Moffitt | -48/+67 |
| 2013-07-19 | PR #7637 followup: no need to print the set of removed files twice. | Felix S. Klock II | -1/+1 |
| 2013-07-19 | updated manual | maikklein | -3/+2 |
| 2013-07-19 | remove dead take glue code paths | Daniel Micay | -125/+4 |
| 2013-07-19 | iterator: impl DoubleEndedIterator for adaptors | Daniel Micay | -0/+121 |
| 2013-07-20 | smallint{map,set}: replace iterators with DoubleEndedIterator | Andreas Martens | -139/+177 |
| 2013-07-19 | mk: Remove CFG_INSTALL_SNAP logic. #2664 | Brian Anderson | -39/+2 |
| 2013-07-19 | extra: add some microbenchmarks | Graydon Hoare | -70/+409 |
| 2013-07-19 | std::rt: Remove an obsolete FIXME. #7757 | Brian Anderson | -5/+0 |
| 2013-07-19 | std::rt: Use a constant 4 threads for multithreaded sched tests. #7772 | Brian Anderson | -5/+4 |
| 2013-07-19 | Missed the methods of UdpWatcher. | Eric Reed | -18/+16 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -64/+65 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -811/+728 |
| 2013-07-19 | auto merge of #7871 : pcwalton/rust/de-at-match, r=brson | bors | -63/+91 |
| 2013-07-19 | debuginfo: Fixed some merge fallout | Michael Woerister | -3/+6 |
| 2013-07-19 | auto merge of #7868 : pnkfelix/rust/issue6929-remove-bogus-sed-invoke-from-co... | bors | -3/+0 |
| 2013-07-19 | auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphism | bors | -0/+43 |
| 2013-07-19 | debuginfo: Fixed some merge fallout. | Michael Woerister | -1/+1 |
| 2013-07-19 | debuginfo: Fixed issue 7712. | Michael Woerister | -6/+13 |
| 2013-07-19 | debuginfo: Implemented trait_method branch in create_function_metadata(). | Michael Woerister | -22/+61 |
| 2013-07-19 | debuginfo: Added some documenting comments to debuginfo.rs | Michael Woerister | -20/+33 |
| 2013-07-19 | debuginfo: Adapted DI generation to new memory layout of unique vecs. | Michael Woerister | -17/+76 |
| 2013-07-19 | debuginfo: Cleaned up style issues for pull request. | Michael Woerister | -501/+589 |
| 2013-07-19 | debuginfo: Added support for Option<T>-like enums. | Michael Woerister | -1/+72 |
| 2013-07-19 | debuginfo: Fixed unique pointers to data containing managed pointers. | Michael Woerister | -9/+67 |
| 2013-07-19 | debuginfo: DI generation for enums uses adt::represent_type() now. | Michael Woerister | -7/+163 |
| 2013-07-19 | debuginfo: Extended test suite with various tests for enums. | Michael Woerister | -0/+343 |
| 2013-07-19 | debuginfo: Major code cleanup in debuginfo.rs | Michael Woerister | -257/+266 |
| 2013-07-19 | Cleanup of ty::VariantInfo and related functions. | Michael Woerister | -144/+131 |
| 2013-07-19 | debuginfo: Fixes related to changed memory layout of unique allocations | Michael Woerister | -8/+7 |
| 2013-07-19 | debuginfo: Added support for struct-style enums. | Michael Woerister | -76/+161 |