about summary refs log tree commit diff
path: root/src/rustc/back
AgeCommit message (Expand)AuthorLines
2012-09-28Long linesBrian Anderson-1/+3
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-27jit: Separate JIT execution into two functions and load crates before main lo...Zack Corr-4/+34
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-27/+27
2012-09-26turn ast::ident into a structErick Tryzelaar-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+2
2012-09-21libcore: De-mode strPatrick Walton-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+4
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-6/+6
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-6/+6
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