| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -2/+2 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -34/+34 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -9/+9 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -8/+8 |
| 2012-09-28 | Fix benchmarks. | Graydon Hoare | -1/+1 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -4/+4 |
| 2012-09-28 | Finish de-exporting send_map, future, pipes. Part of #3583. | Graydon Hoare | -7/+4 |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-27 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-26 | libcore: De-export logging and pipes | Patrick Walton | -71/+51 |
| 2012-09-25 | Demode pipes::set_buffer | Tim Chevalier | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -5/+20 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -2/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+4 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -1/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -1/+1 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -2/+2 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -2/+2 |
| 2012-09-12 | Remove some transitional code | Brian Anderson | -65/+0 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+2 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -23/+23 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -37/+48 |
| 2012-09-10 | Make moves explicit in pipes and pipe compiler | Tim Chevalier | -39/+38 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -65/+65 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -10/+10 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -34/+54 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -4/+4 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -4/+4 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+7 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -165/+232 |
| 2012-08-27 | libcore: Replace a bunch of "== None" with ".is_none()". | Patrick Walton | -2/+2 |
| 2012-08-27 | libcore: Use is_none() in pipes | Patrick Walton | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -84/+84 |
| 2012-08-25 | Use less move_it in pipes and future (all but one use) | Ben Blum | -17/+9 |
| 2012-08-23 | Convert pipes to new atomic intrinsics | Ben Blum | -20/+14 |
| 2012-08-23 | Change calls of `proto!` to use parens. | Paul Stansifer | -6/+6 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -23/+23 |
| 2012-08-22 | Use swap_remove in pipes::select(). Close #3219. | Ben Blum | -23/+8 |
| 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 | 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 | -16/+16 |