| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -3/+3 |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -3/+0 |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -1/+1 |
| 2012-10-08 | Revert "remove ctor from ast" | Tim Chevalier | -5/+114 |
| 2012-10-08 | remove ctor from ast | Niko Matsakis | -114/+5 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -5/+4 |
| 2012-10-05 | De-mode mysterious unused functions in middle::trans::shape (see comment) | Tim Chevalier | -4/+8 |
| 2012-10-05 | rustc: Add a new method_self method call origin. Part of default methods. | Patrick Walton | -4/+16 |
| 2012-10-05 | rustc: Thread a self type through trans_impl; fix cross-crate trait issue | Patrick Walton | -10/+27 |
| 2012-10-05 | rustc: Translate default methods on traits for each impl in which they're use... | Patrick Walton | -5/+27 |
| 2012-10-05 | Remove uses of mutable ref mode. | Tim Chevalier | -1/+0 |
| 2012-10-05 | rustc: Implement simple uses of &trait | Patrick Walton | -18/+42 |
| 2012-10-05 | Revert "wip" | Tim Chevalier | -7/+9 |
| 2012-10-05 | wip | Tim Chevalier | -9/+7 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -16/+4 |
| 2012-10-03 | rustc: Fix ICE when de-exporting rt | Patrick Walton | -3/+8 |
| 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 | -9/+18 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -3/+3 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -4/+4 |
| 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 | Demode iter::foldl and friends | Tim Chevalier | -2/+2 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -1/+1 |
| 2012-09-28 | rename iter2 to each2, make it follow iterator protocol | Niko Matsakis | -7/+9 |
| 2012-09-28 | demode vec | Niko Matsakis | -14/+14 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -6/+6 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -7/+7 |
| 2012-09-26 | Remove spurious by-ref argument to destructors | Tim Chevalier | -14/+12 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -65/+65 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -5/+6 |
| 2012-09-26 | Allow hashmaps to infer their types | Erick Tryzelaar | -13/+13 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -1/+1 |
| 2012-09-25 | rustc: Reduce shape.rs to the bare minimum needed to not trigger bugs | Patrick Walton | -163/+6 |
| 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 | rustc: Move generally useful functions out of shape.rs in preparation for its... | Patrick Walton | -143/+149 |
| 2012-09-25 | rustc: Fix calls to the logging function when the must_cast flag is true; sto... | Patrick Walton | -11/+44 |
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -23/+9 |
| 2012-09-25 | rustc: Stop using shape code for logging | Patrick Walton | -9/+23 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -147/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -56/+56 |
| 2012-09-23 | Fix trans for region patterns (&P) | Niko Matsakis | -23/+59 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -46/+50 |
| 2012-09-21 | rustc: Shove the address of the box annihilator into the crate map | Patrick Walton | -3/+19 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -2/+2 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -2/+2 |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -1/+1 |
| 2012-09-20 | fix long lines | Niko Matsakis | -4/+5 |
| 2012-09-20 | Make + mode by-value if the type is immediate, by-ref otherwise | Niko Matsakis | -92/+190 |