summary refs log tree commit diff
path: root/src/rustc/back/link.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Remove unneeded no_rt flagTim Chevalier-4/+2
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-21/+21
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-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/+3
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-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-13/+12
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/+801
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-801/+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-10Convert std::map to camel caseBrian Anderson-1/+1
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-17/+17
2012-09-01Remove the 'to' keywordBrian Anderson-3/+3
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-26Camel case the option typeBrian Anderson-17/+17
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-78/+51
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-19/+19
2012-08-22intern identifiersPaul Stansifer-33/+38
2012-08-22Eliminate many match checks in rustcTim Chevalier-9/+9
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-12/+12
2012-08-05Switch alts to use arrowsBrian Anderson-37/+36
2012-08-02De-duplicate core::hash some, refactor the traits.Graydon Hoare-13/+14
2012-08-01Convert ret to returnBrian Anderson-27/+27
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-19/+19
2012-07-30LONG LINES\!Brian Anderson-2/+5
2012-07-30rustc: use new siphash impl instead of sha1Damian Gryski-22/+22