aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
Commit message (Expand)AuthorAgeFilesLines
...
* Add the beginnings of an ast folder plus an empty module for resolve.Graydon Hoare2010-10-061-0/+2
* More work on trans, almost getting to the point of emitting an upcall.Graydon Hoare2010-09-241-0/+1
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-3/+8
* Move llvm-using code in rustc to trans module.Graydon Hoare2010-09-221-1/+6
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-011-0/+1
* Simplify lexer/parser structure to use stdio_reader.Graydon Hoare2010-08-181-1/+2
* Add mod token to rustc.Graydon Hoare2010-08-181-0/+1
* Add mod common to rustc.Graydon Hoare2010-08-181-0/+4
* Change indent on rustc.rc.Graydon Hoare2010-08-181-16/+17
* Fix symbol names on LLVM C library binding and library-name for LLVM.Graydon Hoare2010-08-181-3/+5
* Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare2010-08-161-1/+17
* Add mostly-empty AST module to rustc.Graydon Hoare2010-08-121-0/+1
* Start bringing in LLVM bindings.Graydon Hoare2010-07-121-0/+4
* Populate tree.Graydon Hoare2010-06-231-0/+20