about summary refs log tree commit diff
path: root/src/comp/driver/rustc.rs
AgeCommit message (Expand)AuthorLines
2010-11-19rustc: First stab at a typecheckerPatrick Walton-0/+2
2010-11-05Move the option type to its own modulePatrick Walton-5/+5
2010-11-05Revert "Move the option type to its own module"Patrick Walton-5/+5
2010-11-05Move the option type to its own modulePatrick Walton-5/+5
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-2/+2
2010-10-22Give rustc the beginnings of an option-processing loop (at least -nowarn, -h ...Graydon Hoare-9/+97
2010-10-21oops, removed bits.test() from mainDave Herman-4/+0
2010-10-21tests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim...Dave Herman-0/+4
2010-10-18More work on resolving names in rustc. Basic expr_name lookup working on item...Graydon Hoare-1/+1
2010-10-14Enable resolve pass in rustc. Doesn't do much yet aside from an incomplete id...Graydon Hoare-0/+2
2010-09-29Patchwork of attempted fixes to effect system and gc system; eventually give ...Graydon Hoare-1/+1
2010-09-23Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare-4/+3
2010-09-22Flesh out rustc.me.trans to construct functions, basic blocks and builders of...Graydon Hoare-1/+1
2010-09-22Move llvm-using code in rustc to trans module.Graydon Hoare-20/+2
2010-09-21Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare-16/+6
2010-09-01Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare-1/+2
2010-08-20Expand rustc lexer to do almost-nearly-nontrivial stuff.Graydon Hoare-1/+11
2010-08-18Simplify lexer/parser structure to use stdio_reader.Graydon Hoare-5/+5
2010-08-18Add test code that exercises LLVM in rustc. Works.Graydon Hoare-0/+17
2010-08-12Add modelines and related emacs chatter to rustc.Graydon Hoare-0/+13
2010-07-13Add some (non-functional) input-readingn to rustc.rs.Graydon Hoare-0/+14
2010-07-08Clean out rustc so it doesn't give the false impression of doing anything yet.Graydon Hoare-8/+4
2010-06-23Populate tree.Graydon Hoare-0/+12