| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-09-25 | Check more things with deprecated_modes | Brian Anderson | -31/+96 |
| 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 | Respect privacy qualifiers on view items, add to import resolutions. | Graydon Hoare | -54/+77 |
| 2012-09-25 | Change method res to try autoref more often. Fixes #3585. | Niko Matsakis | -53/+11 |
| 2012-09-25 | rustc: Move generally useful functions out of shape.rs in preparation for its... | Patrick Walton | -143/+150 |
| 2012-09-25 | rustc: Fix calls to the logging function when the must_cast flag is true; sto... | Patrick Walton | -13/+49 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -10/+37 |
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -28/+11 |
| 2012-09-25 | rustc: Stop using shape code for logging | Patrick Walton | -11/+28 |
| 2012-09-24 | Build the export_map2 from visibility markers, unless #[legacy_exports]; | Graydon Hoare | -11/+60 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -1284/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -111/+111 |
| 2012-09-23 | Fix trans for region patterns (&P) | Niko Matsakis | -23/+59 |
| 2012-09-21 | rustc: Make x-ray resolution work with non-legacy-exports | Brian Anderson | -1/+1 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -112/+107 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -21/+190 |
| 2012-09-21 | rustc: Shove the address of the box annihilator into the crate map | Patrick Walton | -3/+19 |
| 2012-09-21 | rustc: Remove middle/tstate | Brian Anderson | -2622/+0 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -35/+35 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -35/+35 |
| 2012-09-20 | syntax: Pass the correct crate_cfg to the syntax expander | Brian Anderson | -1/+5 |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -2/+2 |
| 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 |
| 2012-09-20 | Remove export_map from resolve, just use export_map2. | Graydon Hoare | -79/+21 |
| 2012-09-20 | libcore: Make BytesWriters not require shared boxes. | Patrick Walton | -1/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -55/+1373 |
| 2012-09-19 | Remove old stage0 compat gunk | Brian Anderson | -14/+0 |