aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver/session.rs
Commit message (Expand)AuthorAgeFilesLines
* rustc: lowercase the link and link::write modulesBrian Anderson2011-05-131-1/+1
* Add stats option and lazily emit glue.Graydon Hoare2011-05-121-0/+1
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-29/+30
* Add --time-llvm-passes.Graydon Hoare2011-05-101-0/+1
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-9/+9
* rustc: Add a Link module; move crate writing to it to slim down trans slightlyPatrick Walton2011-05-051-1/+1
* rustc: Detect the system root and allow the user to override if necessaryPatrick Walton2011-05-041-1/+2
* Add a structure for passing option flags around the compiler, put it in sessi...Graydon Hoare2011-05-041-8/+23
* rustc: Only use color if it's supportedPatrick Walton2011-04-281-2/+10
* 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
* 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 build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* 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 floor...Patrick Walton2011-03-181-0/+8
* rustc: Add a span_unimpl() for debuggingPatrick Walton2011-03-181-0/+9
* Check and translate 'as' cast-operator, lower target-specific types, reindent...Graydon Hoare2010-11-221-1/+30
* 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 t...Graydon Hoare2010-09-231-3/+10
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-011-0/+37