| Age | Commit message (Expand) | Author | Lines |
| 2012-08-08 | Merge pull request #3153 from jruderman/sconv | Ben Blum | -22/+40 |
| 2012-08-08 | sync: add blocking mutexes, condvars, and testcases | Ben Blum | -67/+262 |
| 2012-08-08 | Implement + for @-vectors. | Michael Sullivan | -3/+34 |
| 2012-08-08 | Add spawn_conversation | Jesse Ruderman | -22/+40 |
| 2012-08-08 | Add a really optimistic fast path in receive. Gives about a 7% performance im... | Eric Holk | -0/+14 |
| 2012-08-07 | Touch up semaphores; add another test | Ben Blum | -16/+44 |
| 2012-08-07 | fix trailing whitespace | Ben Blum | -1/+1 |
| 2012-08-07 | Add sync.rs with counting blocking semaphores | Ben Blum | -1/+191 |
| 2012-08-07 | Remove rust_cond_lock and sys::condition (rename to little_lock) | Ben Blum | -72/+27 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -9/+9 |
| 2012-08-07 | Generate try_send versions for all the messages. Fixes #3128 | Eric Holk | -21/+24 |
| 2012-08-07 | Add a selectable implementation for *packet_header | Eric Holk | -0/+4 |
| 2012-08-07 | Change task().future_result's argument mode | Ben Blum | -5/+5 |
| 2012-08-07 | Rework task::try for new task_builder interface (close #3103) | Ben Blum | -17/+41 |
| 2012-08-07 | Add util::ignore | Ben Blum | -0/+3 |
| 2012-08-06 | In resolve, forbid duplicate value, type, and module items | Tim Chevalier | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -187/+187 |
| 2012-08-06 | core: Rename task::osmain to platform_thread. #3090 | Brian Anderson | -6/+6 |
| 2012-08-06 | Fill out rust docs for pipes some more. | Eric Holk | -8/+56 |
| 2012-08-06 | Refcount tasks in packets to avoid races. | Eric Holk | -17/+46 |
| 2012-08-06 | More documentation on pipes, and moving assert in runtime. | Eric Holk | -0/+15 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -507/+453 |
| 2012-08-03 | Document arc::exclusive. | Ben Blum | -0/+17 |
| 2012-08-03 | Fix a failing string test. | Eric Holk | -1/+1 |
| 2012-08-03 | Be more defensive in pipes (#3098) | Eric Holk | -8/+15 |
| 2012-08-02 | Make comparisons between region pointers work | Tim Chevalier | -1/+27 |
| 2012-08-02 | Purge placement new; Make borrowck know about unary move. | Niko Matsakis | -2/+2 |
| 2012-08-02 | Fix an apparent race in pipes. | Eric Holk | -17/+35 |
| 2012-08-02 | Give better error messages when port_set.recv fails. | Eric Holk | -1/+4 |
| 2012-08-02 | De-duplicate core::hash some, refactor the traits. | Graydon Hoare | -194/+200 |
| 2012-08-02 | Shift writer_util to a derived impl attached to the writer trait | Graydon Hoare | -9/+36 |
| 2012-08-02 | Cleanups in the int and uint templates. | Graydon Hoare | -98/+114 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -96/+125 |
| 2012-08-02 | Clean up task.rs docs and use replace/swap_unwrap | Ben Blum | -41/+27 |
| 2012-08-02 | option::swap_unwrap, the ubiquitous 'option dance'. | Ben Blum | -2/+29 |
| 2012-08-02 | Remove std::util | Ben Blum | -0/+9 |
| 2012-08-01 | Linked failure touchups (#1868) | Ben Blum | -28/+41 |
| 2012-08-01 | Linked failure: add ASCII art. Close #1868. | Ben Blum | -5/+59 |
| 2012-08-01 | Linked failure: enable unidirectional propagate test; replace FIXMEs with com... | Ben Blum | -6/+7 |
| 2012-08-01 | Linked failure: Rewrite to use ancestor_list and send_map for proper-propagat... | Ben Blum | -186/+396 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -482/+482 |
| 2012-08-01 | Merge pull request #3077 from erickt/incoming | Brian Anderson | -20/+26 |
| 2012-08-01 | core.rc export core::util | Ben Blum | -0/+1 |
| 2012-08-01 | Add core::util, with swap, replace, and noncopyable | Ben Blum | -0/+50 |
| 2012-08-01 | send_map - fix size bug; add is_empty and test case for same | Ben Blum | -1/+15 |
| 2012-08-01 | core::arc - add an assert | Ben Blum | -0/+1 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 |
| 2012-08-01 | core: change vec's ref_set to set_ref, move get_ref to unsafe::get. | Erick Tryzelaar | -20/+26 |
| 2012-08-01 | Working on documentation of pipes. | Eric Holk | -16/+128 |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -2/+2 |