aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver
Commit message (Expand)AuthorAgeFilesLines
* Re-enable typestate_check in build, was lost during merge. Sorry.Graydon Hoare2011-04-011-1/+1
* Comment out import for not-yet-compiling typestate_check.Graydon Hoare2011-04-011-1/+1
* Started adding support for typestate checking.Tim Chevalier2011-04-011-2/+3
* Preserve comments when pretty-printing.Marijn Haverbeke2011-03-311-1/+1
* rustc: Thread an item-to-type mapping throughout the typechecking and transla...Patrick Walton2011-03-301-2/+7
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-252-2/+2
* Sketch of wiring typeck up to creader.Graydon Hoare2011-03-252-2/+9
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-252-2/+2
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-252-2/+2
* rustc: Store cached crate metadata in the sessionPatrick Walton2011-03-251-0/+4
* rustc: Create a crate metadata cachePatrick Walton2011-03-252-2/+16
* rustc: When encountering "mutable" as a tycon, parse it, drop it on the floor...Patrick Walton2011-03-181-0/+8
* rustc: Add a span_unimpl() for debuggingPatrick Walton2011-03-181-0/+9
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-161-2/+2
* rustc: Add an annotation for the crate definition to view_item_usePatrick Walton2011-03-151-1/+1
* rustc: Add a stub crate reader module for "use" directivesPatrick Walton2011-03-151-3/+18
* rustc: Typo: "unput" -> "input"Patrick Walton2011-03-151-1/+1
* Extend stream functionalityMarijn Haverbeke2011-03-141-1/+1
* Move the glue code to a .o file. This reduces how much asm we printGraydon Hoare2011-03-101-0/+16
* Update the current id when we create sub parsers.Rafael Ávila de Espíndola2011-03-101-2/+4
* Have the pretty-printer take a writer stream as argumentMarijn Haverbeke2011-03-091-1/+1
* Add a pretty-printerMarijn Haverbeke2011-03-071-12/+27
* Remove typestate workaroundsBrian Anderson2011-03-061-2/+0
* Flatten conditionals in rustc.rs. Remove FIXMEBrian Anderson2011-03-061-16/+11
* Populate default compilation environment as in rustboot.Graydon Hoare2011-03-011-4/+34
* Fix typo in comment.Graydon Hoare2011-03-011-1/+1
* 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
* 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, reindent...Graydon Hoare2010-11-222-79/+123
* 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
* oops, removed bits.test() from mainDave Herman2010-10-211-4/+0
* tests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim...Dave Herman2010-10-211-0/+4
* More work on resolving names in rustc. Basic expr_name lookup working on item...Graydon Hoare2010-10-181-1/+1
* 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 id...Graydon Hoare2010-10-141-0/+2
* Patchwork of attempted fixes to effect system and gc system; eventually give ...Graydon Hoare2010-09-291-1/+1
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-4/+3
* More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding t...Graydon Hoare2010-09-231-3/+10
* Flesh out rustc.me.trans to construct functions, basic blocks and builders of...Graydon Hoare2010-09-221-1/+1
* 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, modules,...Graydon Hoare2010-09-211-16/+6
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-012-1/+39
* 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