summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2012-09-30rustc: uniquely mangle expr_fn namesErick Tryzelaar-1/+1
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-1/+21
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-1/+2
2012-09-28Demode iter::foldl and friendsTim Chevalier-10/+10
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-8/+8
2012-09-28Long linesBrian Anderson-1/+3
2012-09-28Merge pull request #3621 from z0w0/jit-cratesBrian Anderson-36/+49
2012-09-28rename iter2 to each2, make it follow iterator protocolNiko Matsakis-18/+21
2012-09-28Demode extfmtTim Chevalier-1/+1
2012-09-28demode vecNiko Matsakis-70/+69
2012-09-28jit: Change expected main signatureZack Corr-1/+1
2012-09-28jit: Remove old crate loading code and don't search through loaded crates (us...Zack Corr-23/+2
2012-09-27core: More option demodingBrian Anderson-36/+36
2012-09-27rustc: Make enum export visibility inherit properlyPatrick Walton-5/+10
2012-09-27Put function argument last in sort function. Fixes #3265.Simon BD-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-35/+35
2012-09-26core: Fix mode warnings in strBrian Anderson-1/+1
2012-09-27jit: Separate JIT execution into two functions and load crates before main lo...Zack Corr-13/+47
2012-09-26Remove spurious by-ref argument to destructorsTim Chevalier-14/+12
2012-09-26std: Demode more of list and treemapBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-230/+229
2012-09-26replace resolve::Atom with ast::ident.Erick Tryzelaar-142/+129
2012-09-26turn ast::ident into a structErick Tryzelaar-38/+39
2012-09-26Allow hashmaps to infer their typesErick Tryzelaar-18/+18
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-0/+1
2012-09-26Make impl of Add for @[] publicNiko Matsakis-0/+4
2012-09-26fix issue #3535 and add colon between mode and type when dumping funcion prot...Vincent Belliard-1/+1
2012-09-25Demode iter-traitTim Chevalier-19/+19
2012-09-25Fix long lineTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-6/+6
2012-09-25Check more things with deprecated_modesBrian Anderson-31/+96
2012-09-25rustc: Reduce shape.rs to the bare minimum needed to not trigger bugsPatrick Walton-163/+6
2012-09-25rustc: Remove most of the code that generates shapesPatrick Walton-376/+0
2012-09-25rustc: Stop generating shape tablesPatrick Walton-59/+4
2012-09-25Respect privacy qualifiers on view items, add to import resolutions.Graydon Hoare-54/+77
2012-09-25Change method res to try autoref more often. Fixes #3585.Niko Matsakis-53/+11
2012-09-25rustc: Move generally useful functions out of shape.rs in preparation for its...Patrick Walton-143/+150
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-13/+49
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-10/+37
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-28/+11
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-11/+28
2012-09-24Build the export_map2 from visibility markers, unless #[legacy_exports];Graydon Hoare-11/+60
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-1284/+0
2012-09-23core: Demode optionBrian Anderson-111/+111
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-23/+59
2012-09-21rustc: Make x-ray resolution work with non-legacy-exportsBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-112/+107
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-21/+190
2012-09-21rustc: Shove the address of the box annihilator into the crate mapPatrick Walton-3/+19