about summary refs log tree commit diff
path: root/src/rustc/driver
AgeCommit message (Expand)AuthorLines
2012-09-20Remove export_map from resolve, just use export_map2.Graydon Hoare-2/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+45
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-9/+11
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-1/+2
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-27/+24
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-24/+27
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1
2012-09-12trans: overhaul match bindings. No more phi, one code path for guards.Niko Matsakis-4/+3
2012-09-12Make moves in arguments explicit in libsyntax and rustcTim Chevalier-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-4/+4
2012-09-11Make moves explicit in rustcTim Chevalier-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-07Do not copy values of type () or _|_Niko Matsakis-21/+26
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+5
2012-09-06Remove struct ctorsBrian Anderson-2/+1
2012-09-04rustc: Implement private methods.Patrick Walton-1/+1
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-0/+3
2012-09-04rustc: "import" -> "use"Patrick Walton-35/+35
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-2/+2
2012-08-31jit: Correct formatting and argv[0] for JITted programsZack Corr-4/+10
2012-08-31Add experimental JIT compilerZack Corr-1/+8
2012-08-30Bump version to 0.4Brian Anderson-4/+4
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-5/+35
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-29Rename resolve3 -> resolve.Graydon Hoare-1/+1
2012-08-28CamelCasify lots of stdBen Striegel-2/+2
2012-08-28rustc: Add cfg(gc) and cfg(nogc).Elliott Slaughter-9/+16
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27Add some counters to metadata.Graydon Hoare-1/+4
2012-08-27Convert core::result to camel caseBrian Anderson-10/+10
2012-08-26Camel case the option typeBrian Anderson-50/+50
2012-08-25Fix more unused variable warningsBrian Anderson-1/+1
2012-08-24Eliminate match checks in trans and typeckTim Chevalier-1/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-40/+39
2012-08-24rustc: Add flag for enabling GC.Elliott Slaughter-0/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-19/+19
2012-08-22rustc: add all the pretty printer modes to error messageErick Tryzelaar-2/+3
2012-08-22intern identifiersPaul Stansifer-17/+30
2012-08-22Eliminate many match checks in rustcTim Chevalier-10/+22
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-3/+0
2012-08-17rustc: Remove the impl mapPatrick Walton-3/+3
2012-08-17rustc: Encode reexports in the metadata and don't have each_path search tag_p...Patrick Walton-1/+2
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-08rustc: Remove some uses of impl_mapBrian Anderson-1/+0