about summary refs log tree commit diff
path: root/src/comp/driver/session.rs
AgeCommit message (Collapse)AuthorLines
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Sketch of wiring typeck up to creader.Graydon Hoare-1/+7
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare-1/+1
build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare-1/+1
off src root.
2011-03-25rustc: Store cached crate metadata in the sessionPatrick Walton-0/+4
2011-03-25rustc: Create a crate metadata cachePatrick Walton-1/+12
2011-03-18rustc: When encountering "mutable" as a tycon, parse it, drop it on the ↵Patrick Walton-0/+8
floor, and emit a warning
2011-03-18rustc: Add a span_unimpl() for debuggingPatrick Walton-0/+9
2010-11-22Check and translate 'as' cast-operator, lower target-specific types, ↵Graydon Hoare-1/+30
reindent rustc.rs, enable uint test.
2010-10-18Rewrite session formatting to use #fmt extension.Graydon Hoare-19/+7
2010-09-23More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding ↵Graydon Hoare-3/+10
to parsed input now.
2010-09-01Add session, span tracking, error reporting, beginning of a function to ↵Graydon Hoare-0/+37
parse an item to rustc.