| Age | Commit message (Expand) | Author | Lines |
| 2012-09-12 | libcore: Make %? use the visitor, not shape glue | Patrick Walton | -7/+4 |
| 2012-09-12 | libcore: Add some visitor-based logging functionality | Patrick Walton | -2/+583 |
| 2012-09-12 | libcore: add send_map::with_find_ref and with_get_ref. | Erick Tryzelaar | -0/+31 |
| 2012-09-12 | libcore: modernize send_map's whitespacing | Erick Tryzelaar | -46/+42 |
| 2012-09-12 | trans: overhaul match bindings. No more phi, one code path for guards. | Niko Matsakis | -401/+724 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -88/+88 |
| 2012-09-12 | Document IterBytes, Eq, Cmp, Hash. Close #3449. | Graydon Hoare | -1/+61 |
| 2012-09-12 | core: Implement ToStr for @str | Philipp Brüschweiler | -0/+4 |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -18/+22 |
| 2012-09-12 | purge the separate path for rel ops (e.g., ==) vs other bin ops | Niko Matsakis | -63/+25 |
| 2012-09-12 | Rename 'contextual' keywords to 'temporary' | Brian Anderson | -7/+7 |
| 2012-09-12 | Remove some transitional code | Brian Anderson | -126/+53 |
| 2012-09-12 | rustc: Use the correct 'fail' rtcall | Brian Anderson | -1/+1 |
| 2012-09-12 | Add some monomorphizing instrumentation, simplify types before emitting glue. | Graydon Hoare | -4/+135 |
| 2012-09-12 | Add a bunch of inline hints. | Graydon Hoare | -0/+12 |
| 2012-09-12 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -182/+353 |
| 2012-09-12 | Rename core::rt_fail to core::rt_fail_ | Brian Anderson | -1/+7 |
| 2012-09-12 | Make moves in arguments explicit in libsyntax and rustc | Tim Chevalier | -26/+27 |
| 2012-09-12 | Use a different strategy for transitioning to camel case extfmt | Brian Anderson | -6/+3 |
| 2012-09-12 | update to store map on stack, taking advantage of auto-ref | Niko Matsakis | -7/+7 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -1518/+2008 |
| 2012-09-11 | Make the 'move mode but datum will not store' error fatal | Tim Chevalier | -1/+1 |
| 2012-09-11 | Remove dead code | Tim Chevalier | -1/+0 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -109/+113 |
| 2012-09-11 | Convert core::extfmt to camel case | Brian Anderson | -148/+341 |
| 2012-09-11 | rustdoc: Fix formatting of -h | Brian Anderson | -1/+1 |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -19/+18 |
| 2012-09-11 | Reserve 'be' as a keyword | Brian Anderson | -0/+41 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -316/+308 |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -7/+6 |
| 2012-09-11 | Merge pull request #3440 from jld/vec-dedup | Brian Anderson | -0/+81 |
| 2012-09-11 | Improve unexpected error scanner for compile-fail tests (Closes #1476) | Drew Willcoxon | -3/+81 |
| 2012-09-11 | Fix combine-tests.py for new syntax | Brian Anderson | -4/+4 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -186/+185 |
| 2012-09-11 | Remove priv sections from classes. Obsolete the syntax | Brian Anderson | -102/+64 |
| 2012-09-11 | Make moves explicit in rustc | Tim Chevalier | -23/+23 |
| 2012-09-11 | rustc: Remove a bunch of unused upcalls | Patrick Walton | -17/+2 |
| 2012-09-11 | rustc: Remove the cmp type upcall | Patrick Walton | -34/+0 |
| 2012-09-10 | Fix ebml tests | Brian Anderson | -4/+4 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -235/+195 |
| 2012-09-10 | Camel case std::serialization | Brian Anderson | -63/+66 |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -39/+42 |
| 2012-09-10 | Report obsolete trait lists on structs | Brian Anderson | -4/+19 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -68/+68 |
| 2012-09-10 | Report obsolete class method syntax | Brian Anderson | -20/+43 |
| 2012-09-10 | Promote 'return' from a restricted keyword to a strict keyword | Brian Anderson | -19/+1 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -10/+47 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -384/+383 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -23/+31 |