about summary refs log tree commit diff
path: root/src/rustc
AgeCommit message (Expand)AuthorLines
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-10/+10
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-48/+21
2012-10-03Merge remote-tracking branch 'original/incoming' into incomingSimon BD-1638/+1236
2012-10-03rustc: Fix ICE when de-exporting rtPatrick Walton-3/+8
2012-10-03rustc man page and usage text update.Orphée Lafond-Lummis-1/+1
2012-10-03rustc: Unbreak old-style boxed traitsPatrick Walton-5/+4
2012-10-03rustc: Implement "@Foo as @Bar" for boxed traitsPatrick Walton-31/+89
2012-10-03Change default mode for fns to be by-copy, except for fn&Tim Chevalier-6/+9
2012-10-03Revert "rustc: Don't error out early when constructing a boxed trait."Tim Chevalier-35/+20
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-4/+19
2012-10-02rustc: Add a side table for legacy boxed traits, not filled in.Patrick Walton-3/+14
2012-10-02rustc: Don't error out early when constructing a boxed trait.Patrick Walton-20/+35
2012-10-02Removing explicit uses of + modeTim Chevalier-2/+6
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-25/+25
2012-10-02Don't warn about non-camel-case types by defaultBrian Anderson-1/+1
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-2/+2
2012-10-01In lint, don't complain about infer mode if legacy modes aren't enabledTim Chevalier-9/+12
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-7/+7
2012-09-30rustc: llvm grew some new enum variantsErick Tryzelaar-13/+15
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