| Age | Commit message (Expand) | Author | Lines |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -668/+682 |
| 2012-09-26 | libcore: De-export ptr, send_map, and task::local_data | Patrick Walton | -82/+51 |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -162/+123 |
| 2012-09-26 | Fix check-fast for the change to main's signature. | Graydon Hoare | -1/+1 |
| 2012-09-26 | Fix test/run-pass/issue-2904 | Brian Anderson | -1/+3 |
| 2012-09-26 | libcore: De-export logging and pipes | Patrick Walton | -75/+53 |
| 2012-09-26 | libstd: port json over to serialization2 | Erick Tryzelaar | -527/+819 |
| 2012-09-26 | libstd: Add serialization2 versions of prettyprint and ebml | Erick Tryzelaar | -1/+772 |
| 2012-09-26 | replace resolve::Atom with ast::ident. | Erick Tryzelaar | -142/+129 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -124/+154 |
| 2012-09-26 | libstd: change serialization2 to take &self argument methods | Erick Tryzelaar | -239/+339 |
| 2012-09-26 | auto_serialize2 should fully qualify std::serialization2::deserialize | Erick Tryzelaar | -4/+12 |
| 2012-09-26 | libsyntax: remove quasiquoter from auto_serialize2 | Erick Tryzelaar | -132/+288 |
| 2012-09-26 | test: Add a test for auto_serialize2 | Erick Tryzelaar | -0/+152 |
| 2012-09-26 | libsyntax: implement auto_serialize2 for enums, records, and structs | Erick Tryzelaar | -0/+620 |
| 2012-09-26 | libstd: add the new trait-based serialization | Erick Tryzelaar | -1/+385 |
| 2012-09-26 | cargo: capcase types | Erick Tryzelaar | -81/+74 |
| 2012-09-26 | Allow hashmaps to infer their types | Erick Tryzelaar | -23/+23 |
| 2012-09-26 | libcore: De-export dvec, rand, run, and sys | Patrick Walton | -91/+59 |
| 2012-09-26 | std: Fix mode warnings in fun_treemap and list | Brian Anderson | -5/+5 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -6/+17 |
| 2012-09-26 | libcore: De-export box, cast, and dlist | Patrick Walton | -54/+44 |
| 2012-09-26 | libcore: De-export bool | Patrick Walton | -20/+16 |
| 2012-09-26 | Make impl of Add for @[] public | Niko Matsakis | -4/+6 |
| 2012-09-26 | libcore: De-mode at_vec | Patrick Walton | -18/+19 |
| 2012-09-26 | Revert "Revert "libcore: De-mode at_vec"" | Patrick Walton | -16/+20 |
| 2012-09-26 | Revert "fix modes on dtors" | Tim Chevalier | -7/+1 |
| 2012-09-26 | Demode some of core::io | Tim Chevalier | -42/+44 |
| 2012-09-26 | fix modes on dtors | Tim Chevalier | -1/+7 |
| 2012-09-26 | Demode tuple | Tim Chevalier | -3/+3 |
| 2012-09-26 | fix issue #3535 and add colon between mode and type when dumping funcion prot... | Vincent Belliard | -18/+54 |
| 2012-09-25 | Fix borked tests | Tim Chevalier | -2/+2 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -68/+70 |
| 2012-09-25 | Fix long lines | Tim Chevalier | -4/+5 |
| 2012-09-25 | Fix long line | Tim Chevalier | -1/+1 |
| 2012-09-25 | Demode pipes::set_buffer | Tim Chevalier | -1/+1 |
| 2012-09-25 | Comment out at_vec test that fails | Tim Chevalier | -1/+2 |
| 2012-09-25 | Revert "libcore: De-mode at_vec" | Tim Chevalier | -20/+16 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -16/+16 |
| 2012-09-25 | libcore: De-mode at_vec | Patrick Walton | -16/+20 |
| 2012-09-25 | libcore: De-export core::at_vec | Patrick Walton | -31/+21 |
| 2012-09-25 | Demode core::result | Brian Anderson | -145/+153 |
| 2012-09-25 | Check more things with deprecated_modes | Brian Anderson | -36/+110 |
| 2012-09-25 | rustc: Reduce shape.rs to the bare minimum needed to not trigger bugs | Patrick Walton | -163/+6 |
| 2012-09-25 | test: Remove various box annihilator tests | Patrick Walton | -36/+0 |
| 2012-09-25 | rustc: Remove most of the code that generates shapes | Patrick Walton | -376/+0 |
| 2012-09-25 | rustc: Stop generating shape tables | Patrick Walton | -59/+4 |
| 2012-09-25 | Add timsort to std/sort | Simon BD | -0/+594 |
| 2012-09-25 | Demode Num trait and impls | Tim Chevalier | -59/+59 |
| 2012-09-25 | Fix combine-tests.py to emit #[legacy_exports]; | Graydon Hoare | -0/+2 |