| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustc: lowercase the link and link::write modules | Brian Anderson | 2011-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add stats option and lazily emit glue. | Graydon Hoare | 2011-05-12 | 1 | -0/+1 |
| | | |||||
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -29/+30 |
| | | | | | This should be a snapshot transition. | ||||
| * | Add --time-llvm-passes. | Graydon Hoare | 2011-05-10 | 1 | -0/+1 |
| | | |||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -9/+9 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | rustc: Add a Link module; move crate writing to it to slim down trans slightly | Patrick Walton | 2011-05-05 | 1 | -1/+1 |
| | | |||||
| * | rustc: Detect the system root and allow the user to override if necessary | Patrick Walton | 2011-05-04 | 1 | -1/+2 |
| | | |||||
| * | Add a structure for passing option flags around the compiler, put it in ↵ | Graydon Hoare | 2011-05-04 | 1 | -8/+23 |
| | | | | | session, and use it. | ||||
| * | rustc: Only use color if it's supported | Patrick Walton | 2011-04-28 | 1 | -2/+10 |
| | | |||||
| * | rustc: Joseph and the Amazing Technicolor Error Messages | Patrick Walton | 2011-04-28 | 1 | -21/+20 |
| | | |||||
| * | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | 2011-04-19 | 1 | -18/+18 |
| | | |||||
| * | collect crate meta info and ext crate names | Marijn Haverbeke | 2011-04-18 | 1 | -4/+13 |
| | | |||||
| * | Move to single-uint file-position representation. | Marijn Haverbeke | 2011-04-09 | 1 | -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 Hoare | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | Sketch of wiring typeck up to creader. | Graydon Hoare | 2011-03-25 | 1 | -1/+7 |
| | | |||||
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵ | Graydon Hoare | 2011-03-25 | 1 | -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 Hoare | 2011-03-25 | 1 | -1/+1 |
| | | | | | off src root. | ||||
| * | rustc: Store cached crate metadata in the session | Patrick Walton | 2011-03-25 | 1 | -0/+4 |
| | | |||||
| * | rustc: Create a crate metadata cache | Patrick Walton | 2011-03-25 | 1 | -1/+12 |
| | | |||||
| * | rustc: When encountering "mutable" as a tycon, parse it, drop it on the ↵ | Patrick Walton | 2011-03-18 | 1 | -0/+8 |
| | | | | | floor, and emit a warning | ||||
| * | rustc: Add a span_unimpl() for debugging | Patrick Walton | 2011-03-18 | 1 | -0/+9 |
| | | |||||
| * | Check and translate 'as' cast-operator, lower target-specific types, ↵ | Graydon Hoare | 2010-11-22 | 1 | -1/+30 |
| | | | | | reindent rustc.rs, enable uint test. | ||||
| * | Rewrite session formatting to use #fmt extension. | Graydon Hoare | 2010-10-18 | 1 | -19/+7 |
| | | |||||
| * | More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding ↵ | Graydon Hoare | 2010-09-23 | 1 | -3/+10 |
| | | | | | to parsed input now. | ||||
| * | Add session, span tracking, error reporting, beginning of a function to ↵ | Graydon Hoare | 2010-09-01 | 1 | -0/+37 |
| parse an item to rustc. | |||||