about summary refs log tree commit diff
path: root/src/rustc/back
AgeCommit message (Expand)AuthorLines
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9
2012-09-19Remove old stage0 compat gunkBrian Anderson-14/+0
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-15/+14
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+1
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-1/+1
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-1/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-0/+0
2012-09-18make filetype() include the "." (fixes #3412)Niko Matsakis-1/+1
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-0/+0
2012-09-12Rename str::unsafe to str::rawBrian Anderson-1/+1
2012-09-12Make moves in arguments explicit in libsyntax and rustcTim Chevalier-1/+1
2012-09-11Remove dead codeTim Chevalier-1/+0
2012-09-11rustc: Remove a bunch of unused upcallsPatrick Walton-17/+2
2012-09-11rustc: Remove the cmp type upcallPatrick Walton-13/+0
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04rustc: "import" -> "use"Patrick Walton-32/+32
2012-09-01Remove the 'to' keywordBrian Anderson-3/+3
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-7/+7
2012-08-31jit: Correct formatting and argv[0] for JITted programsZack Corr-6/+3
2012-08-31jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...Zack Corr-7/+53
2012-08-31jit: correct formattingZack Corr-1/+3
2012-08-31jit: Add passes and cleanup codeZack Corr-18/+8
2012-08-31jit: Add custom memory manager (still segfaulting)Zack Corr-5/+28
2012-08-31Add experimental JIT compilerZack Corr-1/+25
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+6
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-29core: Don't normalize paths by default. Add a normalize methodBrian Anderson-3/+5
2012-08-26Camel case the option typeBrian Anderson-17/+17
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-214/+170
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-33/+33
2012-08-22intern identifiersPaul Stansifer-33/+38
2012-08-22Eliminate many match checks in rustcTim Chevalier-9/+9
2012-08-17rustc: upcall_alloc_c_stack doesn't existBrian Anderson-3/+0
2012-08-14Convert more core types to camel caseBrian Anderson-15/+15
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-18/+18
2012-08-05Switch alts to use arrowsBrian Anderson-59/+58
2012-08-02De-duplicate core::hash some, refactor the traits.Graydon Hoare-13/+14
2012-08-01Convert ret to returnBrian Anderson-40/+40
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-33/+33
2012-07-30LONG LINES\!Brian Anderson-2/+5
2012-07-30rustc: use new siphash impl instead of sha1Damian Gryski-22/+22
2012-07-26Removed the rest of the vec::view calls that were marked with #2880. Fixes #2...Eric Holk-2/+1
2012-07-19Fix stringTim Chevalier-1/+1
2012-07-19Merge pull request #2910 from gwillen/bug-2360Tim Chevalier-4/+22