aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver/session.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.