| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add meta info to rustc.rc | Brian Anderson | 2011-05-10 | 1 | -0/+6 |
| * | rustc: Declare upcalls with real signatures; preparation for killing rust_nat... | Patrick Walton | 2011-05-09 | 1 | -0/+1 |
| * | rustc: Add a Link module; move crate writing to it to slim down trans slightly | Patrick Walton | 2011-05-05 | 1 | -0/+1 |
| * | Add #env syntax extension for plucking strings out of the compilation environ... | Graydon Hoare | 2011-05-04 | 1 | -0/+1 |
| * | Change collect_upvars from using fold to using walk | Marijn Haverbeke | 2011-04-20 | 1 | -0/+1 |
| * | rustc: Cache the results of type_of() | Patrick Walton | 2011-04-19 | 1 | -16/+16 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -26/+0 |
| * | Implement the "attempted dynamic environment-capture" error in rustc. | Rafael Ávila de Espíndola | 2011-04-11 | 1 | -0/+1 |
| * | Move to single-uint file-position representation. | Marijn Haverbeke | 2011-04-09 | 1 | -0/+1 |
| * | Implemented computing prestates and poststates for a few expression forms. | Tim Chevalier | 2011-04-08 | 1 | -0/+4 |
| * | Revise EBML reader API | Marijn Haverbeke | 2011-04-07 | 1 | -0/+2 |
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -1/+5 |
| * | More work on typestate. Sketched out code for computing and checking prestate... | Tim Chevalier | 2011-04-06 | 1 | -0/+2 |
| * | Re-enable typestate_check in build, was lost during merge. Sorry. | Graydon Hoare | 2011-04-01 | 1 | -0/+1 |
| * | rustc: Get tag variants from the crate metadata | Patrick Walton | 2011-04-01 | 1 | -0/+1 |
| * | Started adding support for typestate checking. | Tim Chevalier | 2011-04-01 | 1 | -0/+3 |
| * | rustc: Write out an index of definition info in crate metadata | Patrick Walton | 2011-03-31 | 1 | -0/+2 |
| * | Tweak build command on rustc. | Graydon Hoare | 2011-03-31 | 1 | -1/+1 |
| * | Teach trans to emit undefined references to 'use'd symbols. Can compile and r... | Graydon Hoare | 2011-03-29 | 1 | -0/+1 |
| * | Move all allocas to dedicated basic block at top of function, to keep frames ... | Graydon Hoare | 2011-03-28 | 1 | -0/+2 |
| * | rustc: Parse types in external metadata | Patrick Walton | 2011-03-28 | 1 | -0/+2 |
| * | rustc: Look up names in "use"d crates | Patrick Walton | 2011-03-25 | 1 | -0/+1 |
| * | rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF... | Patrick Walton | 2011-03-24 | 1 | -0/+1 |
| * | rustc: Switch over to using rustllvm.dll exclusively, ending the "Franken-LLV... | Patrick Walton | 2011-03-23 | 1 | -12/+6 |
| * | Revert 6fdb81fa17b3c7147a69edc5217c9f93ff485410, it is causing failures in | Rafael Ávila de Espíndola | 2011-03-16 | 1 | -1/+0 |
| * | rustc: Open "use"d crates with the LLVM object file reader | Patrick Walton | 2011-03-15 | 1 | -0/+1 |
| * | rustc: Add a stub crate reader module for "use" directives | Patrick Walton | 2011-03-15 | 1 | -0/+1 |
| * | Append 'svn' to version in dll name, hopefully to bring win32 up again. | Graydon Hoare | 2011-03-15 | 1 | -1/+1 |
| * | rustc: Add Rust bindings to the LLVM object file library | Patrick Walton | 2011-03-15 | 1 | -3/+9 |
| * | Bump LLVM version strings to 3.0svn, we're effectively tied to it now anyways. | Graydon Hoare | 2011-03-14 | 1 | -3/+3 |
| * | rustc: Add some stub metadata to each crate | Patrick Walton | 2011-03-11 | 1 | -0/+2 |
| * | Have the pretty-printer take a writer stream as argument | Marijn Haverbeke | 2011-03-09 | 1 | -0/+1 |
| * | Remove old pretty-printer from rustc | Brian Anderson | 2011-03-07 | 1 | -1/+0 |
| * | Add a pretty-printer | Marijn Haverbeke | 2011-03-07 | 1 | -0/+5 |
| * | Begin an AST pretty-printer | Brian Anderson | 2011-03-02 | 1 | -0/+1 |
| * | Begin implementing #fmt in rustc | Brian Anderson | 2011-03-02 | 1 | -0/+1 |
| * | Factor crate expr evaluator out of parser, expand to simple scalars and ops, ... | Graydon Hoare | 2011-02-24 | 1 | -1/+1 |
| * | Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases ... | Graydon Hoare | 2011-01-21 | 1 | -0/+2 |
| * | rustc: Move type logic out of typeck so trans doesn't look like it's calling ... | Patrick Walton | 2010-12-21 | 1 | -0/+1 |
| * | rustc: First stab at a typechecker | Patrick Walton | 2010-11-19 | 1 | -0/+1 |
| * | Switch rustc to llvm 2.8 rather than 2.8svn on windows. | Graydon Hoare | 2010-11-05 | 1 | -1/+1 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -1/+1 |
| * | line length police; moved comp.util.bits to std.bitv | Dave Herman | 2010-10-21 | 1 | -1/+0 |
| * | created a first draft of the bit-set library needed for typestate | Dave Herman | 2010-10-20 | 1 | -0/+1 |
| * | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | 2010-10-06 | 1 | -0/+2 |
| * | More work on trans, almost getting to the point of emitting an upcall. | Graydon Hoare | 2010-09-24 | 1 | -0/+1 |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 1 | -3/+8 |
| * | Move llvm-using code in rustc to trans module. | Graydon Hoare | 2010-09-22 | 1 | -1/+6 |
| * | Add session, span tracking, error reporting, beginning of a function to parse... | Graydon Hoare | 2010-09-01 | 1 | -0/+1 |
| * | Simplify lexer/parser structure to use stdio_reader. | Graydon Hoare | 2010-08-18 | 1 | -1/+2 |