| Age | Commit message (Expand) | Author | Lines |
| 2012-09-27 | jit: Initialize native parser so rust-repl works | Zack Corr | -0/+1 |
| 2012-09-26 | Revert "Register snapshots" | Brian Anderson | -8/+0 |
| 2012-09-26 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-09-26 | change vec::view sig to be sound (good catch @bblum) | Niko Matsakis | -7/+10 |
| 2012-09-26 | Merge pull request #3526 from Dretch/viewmethod | Brian Anderson | -4/+6 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -97/+79 |
| 2012-09-26 | core: Fix mode warnings in str | Brian Anderson | -5/+5 |
| 2012-09-27 | jit: Enable exception handling | Zack Corr | -0/+1 |
| 2012-09-27 | jit: Separate JIT execution into two functions and load crates before main lo... | Zack Corr | -34/+112 |
| 2012-09-26 | Remove spurious by-ref argument to destructors | Tim Chevalier | -18/+14 |
| 2012-09-26 | Unbreak test/bench/task-perf-word-count-generic | Brian Anderson | -1/+1 |
| 2012-09-26 | std: Demode more of list and treemap | Brian Anderson | -8/+8 |
| 2012-09-26 | libcore: Partially de-export int-template and uint-template | Patrick Walton | -70/+82 |
| 2012-09-26 | Fix fuzzer/cargo breakage | Brian Anderson | -3/+3 |
| 2012-09-26 | Unbreak run-pass/issue-2904 more | Brian Anderson | -5/+0 |
| 2012-09-26 | Long lines | Brian Anderson | -4/+7 |
| 2012-09-26 | libcore: Partially de-export char, f32, f64, and float | Patrick Walton | -144/+136 |
| 2012-09-26 | Fix test/run-fail/issue-2156 | Brian Anderson | -1/+1 |
| 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 |