aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver
Commit message (Collapse)AuthorAgeFilesLines
* Change rustc warning to be a little less dismissive.Graydon Hoare2011-01-261-2/+2
|
* Split driver between parsing source files and crate files, by extension. Add ↵Graydon Hoare2011-01-031-1/+13
| | | | dummy function for crate files.
* Add a -shared option to rustc and don't try to look for main if it is given.Rafael Ávila de Espíndola2010-12-291-4/+9
|
* Check and translate 'as' cast-operator, lower target-specific types, ↵Graydon Hoare2010-11-222-79/+123
| | | | reindent rustc.rs, enable uint test.
* rustc: First stab at a typecheckerPatrick Walton2010-11-191-0/+2
|
* Move the option type to its own modulePatrick Walton2010-11-051-5/+5
|
* Revert "Move the option type to its own module"Patrick Walton2010-11-051-5/+5
|
* Move the option type to its own modulePatrick Walton2010-11-051-5/+5
|
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-2/+2
|
* Give rustc the beginnings of an option-processing loop (at least -nowarn, -h ↵Graydon Hoare2010-10-221-9/+97
| | | | and -o).
* oops, removed bits.test() from mainDave Herman2010-10-211-4/+0
|
* tests and bugfixes: fns take aliases, fixed binary arithmetic in create, ↵Dave Herman2010-10-211-0/+4
| | | | eliminated wasted bit per uint
* More work on resolving names in rustc. Basic expr_name lookup working on ↵Graydon Hoare2010-10-181-1/+1
| | | | items and args.
* Rewrite session formatting to use #fmt extension.Graydon Hoare2010-10-181-19/+7
|
* Enable resolve pass in rustc. Doesn't do much yet aside from an incomplete ↵Graydon Hoare2010-10-141-0/+2
| | | | identity fold, but no longer crashes.
* Patchwork of attempted fixes to effect system and gc system; eventually give ↵Graydon Hoare2010-09-291-1/+1
| | | | up and disable it entirely in the runtime. Will need extensive reworking.
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵Graydon Hoare2010-09-231-4/+3
| | | | rustc, and move files around.
* More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding ↵Graydon Hoare2010-09-231-3/+10
| | | | to parsed input now.
* Flesh out rustc.me.trans to construct functions, basic blocks and builders ↵Graydon Hoare2010-09-221-1/+1
| | | | off the AST.
* Move llvm-using code in rustc to trans module.Graydon Hoare2010-09-221-20/+2
|
* Begin teaching rustc to parse literals, atoms, stmts, blocks, items, ↵Graydon Hoare2010-09-211-16/+6
| | | | modules, crates.
* Add session, span tracking, error reporting, beginning of a function to ↵Graydon Hoare2010-09-012-1/+39
| | | | parse an item to rustc.
* Expand rustc lexer to do almost-nearly-nontrivial stuff.Graydon Hoare2010-08-201-1/+11
|
* Simplify lexer/parser structure to use stdio_reader.Graydon Hoare2010-08-181-5/+5
|
* Add test code that exercises LLVM in rustc. Works.Graydon Hoare2010-08-181-0/+17
|
* Add modelines and related emacs chatter to rustc.Graydon Hoare2010-08-121-0/+13
|
* Add some (non-functional) input-readingn to rustc.rs.Graydon Hoare2010-07-131-0/+14
|
* Clean out rustc so it doesn't give the false impression of doing anything yet.Graydon Hoare2010-07-081-8/+4
|
* Populate tree.Graydon Hoare2010-06-231-0/+12