about summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2010-08-18Simplify lexer/parser structure to use stdio_reader.Graydon Hoare-32/+35
2010-08-18Add do-nothing obj type for lexer to rustc.Graydon Hoare-0/+9
2010-08-18Add mod token to rustc.Graydon Hoare-0/+161
2010-08-18Add mod common to rustc.Graydon Hoare-0/+19
2010-08-18Change indent on rustc.rc.Graydon Hoare-16/+17
2010-08-18Flesh out the ast module in rustc a little.Graydon Hoare-1/+47
2010-08-18Add test code that exercises LLVM in rustc. Works.Graydon Hoare-0/+17
2010-08-18Fix symbol names on LLVM C library binding and library-name for LLVM.Graydon Hoare-596/+857
2010-08-16Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare-2/+18
2010-08-12Add more LLVM library bindings to rustc.Graydon Hoare-2/+350
2010-08-12Add modelines and related emacs chatter to rustc.Graydon Hoare-0/+35
2010-08-12Add mostly-empty AST module to rustc.Graydon Hoare-0/+13
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare-1/+1
2010-07-14Sketch some not-quite-compiling code into comp/fe/lexer.rs.Graydon Hoare-0/+20
2010-07-13Add some (non-functional) input-readingn to rustc.rs.Graydon Hoare-0/+14
2010-07-12Add another pile of LLVM bindings.Graydon Hoare-0/+160
2010-07-12Start bringing in LLVM bindings.Graydon Hoare-0/+121
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/+32