aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver/session.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: Joseph and the Amazing Technicolor Error MessagesPatrick Walton2011-04-281-21/+20
|
* replace error logging with log_err in stdlib and rustcMarijn Haverbeke2011-04-191-18/+18
|
* collect crate meta info and ext crate namesMarijn Haverbeke2011-04-181-4/+13
|
* Move to single-uint file-position representation.Marijn Haverbeke2011-04-091-10/+26
| | | | | | | | This makes passing them around cheaper. There is now a table (see front/codemap.rs) that is needed to transform such an uint into an actual filename/line/col location. Also cleans up the span building in the parser a bit.
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
|
* Sketch of wiring typeck up to creader.Graydon Hoare2011-03-251-1/+7
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* rustc: Store cached crate metadata in the sessionPatrick Walton2011-03-251-0/+4
|
* rustc: Create a crate metadata cachePatrick Walton2011-03-251-1/+12
|
* 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.