| Age | Commit message (Expand) | Author | Lines |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -19/+19 |
| 2012-08-16 | Add option::get_ref | Ben Blum | -0/+16 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -6/+6 |
| 2012-08-16 | Don't use move, because it is less safe than the unsafe move_it macro. | Eric Holk | -4/+10 |
| 2012-08-16 | Make wait_many work on selectable types instead. | Eric Holk | -7/+7 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -229/+238 |
| 2012-08-15 | Modify pipec to not emit calls to some and none | Brian Anderson | -0/+10 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -281/+311 |
| 2012-08-15 | De-mode pipes | Eric Holk | -40/+45 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -7/+14 |
| 2012-08-15 | Change TLS key type to stack closure | Ben Blum | -6/+7 |
| 2012-08-15 | Add 1shot pipe chan_one/port_one type aliases and convert std::sync to use them | Ben Blum | -7/+12 |
| 2012-08-15 | add some inlines to shared mutable state | Ben Blum | -0/+4 |
| 2012-08-14 | Fix build breakage | Tim Chevalier | -2/+4 |
| 2012-08-14 | Make Num::from_int a static method | Tim Chevalier | -22/+19 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -229/+242 |
| 2012-08-14 | Add a map::str_slice_map constructor to libstd. | Graydon Hoare | -0/+1 |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -1/+14 |
| 2012-08-14 | De-mode task.rs and add some option::foo_ref() helpers | Ben Blum | -13/+68 |
| 2012-08-14 | Attempt to fix windows bustage | Brian Anderson | -2/+2 |
| 2012-08-14 | Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2... | Ben Blum | -1/+13 |
| 2012-08-14 | De-mode more pieces of core. | Graydon Hoare | -33/+61 |
| 2012-08-13 | De-mode core::future. | Graydon Hoare | -18/+22 |
| 2012-08-13 | More core mode forbidding. | Graydon Hoare | -6/+18 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -120/+137 |
| 2012-08-13 | Stop parsing old operator overloading syntax | Brian Anderson | -42/+2 |
| 2012-08-13 | De-mode-ify a few minor libcore modules. | Graydon Hoare | -29/+62 |
| 2012-08-13 | Add pipes::oneshot() to wrap pipes::oneshot::init() | Ben Blum | -1/+1 |
| 2012-08-13 | Add pipes::oneshot(), pipes::send_one(), pipes::try_send_one() wrappers. | Ben Blum | -5/+25 |
| 2012-08-13 | Comments describing the packet structures for pipes. | Eric Holk | -16/+30 |
| 2012-08-13 | rustc: Mostly implement region-bounded stack closures | Patrick Walton | -8/+6 |
| 2012-08-13 | core: Export to_str trait from top level. Closes #3175 | Brian Anderson | -0/+2 |
| 2012-08-13 | Add ptr::ref_eq() | Ben Blum | -2/+8 |
| 2012-08-13 | core: Export f32::ge(), f64::ge(), and float::ge() | Chris Peterson | -4/+4 |
| 2012-08-10 | Remove print | Eric Holk | -1/+0 |
| 2012-08-10 | Handle failure during select nicely. Fixes #3176 | Eric Holk | -3/+7 |
| 2012-08-10 | Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive | Ben Blum | -1043/+223 |
| 2012-08-10 | Terminate blocked receive packets on failure. Fixes #3168. | Eric Holk | -0/+17 |
| 2012-08-09 | Implement sync::rwlock::write_cond (and task::rekillable) | Ben Blum | -19/+74 |
| 2012-08-09 | Convert sync to the new struct syntax | Ben Blum | -49/+50 |
| 2012-08-09 | Make rwlocks fail-proof | Ben Blum | -50/+106 |
| 2012-08-09 | de-mode-ify infer and some parts of typeck | Niko Matsakis | -3/+9 |
| 2012-08-09 | sync: Add rwlocks (half-done) and test cases | Ben Blum | -18/+177 |
| 2012-08-09 | Allow failing in arc::exclusive; poison to fail subsequent accesses (fix #3092) | Ben Blum | -9/+31 |
| 2012-08-09 | Make sync primitives fail-unwind-friendly | Ben Blum | -50/+156 |
| 2012-08-09 | Added oneshot protocol. Fixes #3125 | Eric Holk | -0/+36 |
| 2012-08-08 | Fix number-peek code in fmt!, close #1610. | Graydon Hoare | -12/+19 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -162/+124 |
| 2012-08-08 | Remove an invalid assert and some commented out code. | Eric Holk | -4/+0 |
| 2012-08-08 | Adding try_send for pipes::chan and pipes::shared_chan | Eric Holk | -0/+24 |