| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -10/+10 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -48/+21 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1638/+1236 |
| 2012-10-03 | rustc: Fix ICE when de-exporting rt | Patrick Walton | -3/+8 |
| 2012-10-03 | rustc man page and usage text update. | Orphée Lafond-Lummis | -1/+1 |
| 2012-10-03 | rustc: Unbreak old-style boxed traits | Patrick Walton | -5/+4 |
| 2012-10-03 | rustc: Implement "@Foo as @Bar" for boxed traits | Patrick Walton | -31/+89 |
| 2012-10-03 | Change default mode for fns to be by-copy, except for fn& | Tim Chevalier | -6/+9 |
| 2012-10-03 | Revert "rustc: Don't error out early when constructing a boxed trait." | Tim Chevalier | -35/+20 |
| 2012-10-02 | rustc: Only allow imports marked with "pub" to be imported from other modules | Patrick Walton | -4/+19 |
| 2012-10-02 | rustc: Add a side table for legacy boxed traits, not filled in. | Patrick Walton | -3/+14 |
| 2012-10-02 | rustc: Don't error out early when constructing a boxed trait. | Patrick Walton | -20/+35 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -2/+6 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -25/+25 |
| 2012-10-02 | Don't warn about non-camel-case types by default | Brian Anderson | -1/+1 |
| 2012-10-01 | rename vec::raw::form_slice to buf_as_slice | Erick Tryzelaar | -2/+2 |
| 2012-10-01 | In lint, don't complain about infer mode if legacy modes aren't enabled | Tim Chevalier | -9/+12 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -7/+7 |
| 2012-09-30 | rustc: llvm grew some new enum variants | Erick Tryzelaar | -13/+15 |
| 2012-09-30 | rustc: uniquely mangle expr_fn names | Erick Tryzelaar | -1/+1 |
| 2012-09-30 | When a vec/str bounds check fails, include the bad index and the length of th... | Gareth Daniel Smith | -1/+21 |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -1/+2 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -10/+10 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -8/+8 |
| 2012-09-28 | Long lines | Brian Anderson | -1/+3 |
| 2012-09-28 | Merge pull request #3621 from z0w0/jit-crates | Brian Anderson | -36/+49 |
| 2012-09-28 | rename iter2 to each2, make it follow iterator protocol | Niko Matsakis | -18/+21 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -70/+69 |
| 2012-09-28 | jit: Change expected main signature | Zack Corr | -1/+1 |
| 2012-09-28 | jit: Remove old crate loading code and don't search through loaded crates (us... | Zack Corr | -23/+2 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -36/+36 |
| 2012-09-27 | rustc: Make enum export visibility inherit properly | Patrick Walton | -5/+10 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -2/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -35/+35 |
| 2012-09-26 | core: Fix mode warnings in str | Brian Anderson | -1/+1 |
| 2012-09-27 | jit: Separate JIT execution into two functions and load crates before main lo... | Zack Corr | -13/+47 |
| 2012-09-26 | Remove spurious by-ref argument to destructors | Tim Chevalier | -14/+12 |
| 2012-09-26 | std: Demode more of list and treemap | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -230/+229 |
| 2012-09-26 | replace resolve::Atom with ast::ident. | Erick Tryzelaar | -142/+129 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -38/+39 |
| 2012-09-26 | Allow hashmaps to infer their types | Erick Tryzelaar | -18/+18 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -0/+1 |
| 2012-09-26 | Make impl of Add for @[] public | Niko Matsakis | -0/+4 |
| 2012-09-26 | fix issue #3535 and add colon between mode and type when dumping funcion prot... | Vincent Belliard | -1/+1 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -19/+19 |
| 2012-09-25 | Fix long line | Tim Chevalier | -1/+1 |
| 2012-09-25 | Demode core::result | Brian Anderson | -6/+6 |