aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver/session.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: When encountering "mutable" as a tycon, parse it, drop it on the ↵Patrick Walton2011-03-181-0/+8
| | | | floor, and emit a warning
* rustc: Add a span_unimpl() for debuggingPatrick Walton2011-03-181-0/+9
|
* Check and translate 'as' cast-operator, lower target-specific types, ↵Graydon Hoare2010-11-221-1/+30
| | | | reindent rustc.rs, enable uint test.
* Rewrite session formatting to use #fmt extension.Graydon Hoare2010-10-181-19/+7
|
* More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding ↵Graydon Hoare2010-09-231-3/+10
| | | | to parsed input now.
* Add session, span tracking, error reporting, beginning of a function to ↵Graydon Hoare2010-09-011-0/+37
parse an item to rustc.