| Age | Commit message (Expand) | Author | Lines |
| 2012-12-18 | core: use movable self to clean up option/result. | Erick Tryzelaar | -2/+2 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -64/+65 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -6/+6 |
| 2012-12-10 | core: Fix capitalization in docs | Brian Anderson | -2/+2 |
| 2012-12-10 | Minor cleanups to pipes and serialization | Brian Anderson | -18/+30 |
| 2012-12-04 | librustc: Implement moves based on type. r=nmatsakis | Patrick Walton | -3/+3 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -9/+14 |
| 2012-11-29 | No longer parse the delimiters of the RHS of a macro as part of the expansion. | Paul Stansifer | -1/+1 |
| 2012-11-28 | Register snapshots | Brian Anderson | -10/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+10 |
| 2012-11-02 | core: peek returns false for terminated pipes. Closes #3905 | Brian Anderson | -2/+14 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -3/+3 |
| 2012-10-20 | Remove old fixed-length vector syntax | Ben Striegel | -2/+2 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -4/+10 |
| 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 |