| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend crate format to allow multiple definitions for a single name | Marijn Haverbeke | 2011-05-13 | 1 | -82/+51 |
| * | Move capture checking into resolve.rs | Marijn Haverbeke | 2011-05-13 | 1 | -2/+0 |
| * | Rename std.extfmt.CT to std.extfmt.RT to ct and rt | Brian Anderson | 2011-05-12 | 1 | -32/+32 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 9 | -1497/+1500 |
| * | Transitional change to make extfmt output lowercase module name | Marijn Haverbeke | 2011-05-12 | 1 | -1/+1 |
| * | Change module dereference syntax from . to :: | Marijn Haverbeke | 2011-05-12 | 4 | -58/+30 |
| * | Remove some truly wrong logic in parse_constrs | Marijn Haverbeke | 2011-05-12 | 1 | -13/+8 |
| * | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | 2011-05-12 | 4 | -20/+33 |
| * | Ensure ann tags are actually kept around during typechecking | Marijn Haverbeke | 2011-05-12 | 1 | -1/+9 |
| * | Properly lex block comments followed by EOF | Marijn Haverbeke | 2011-05-12 | 1 | -4/+4 |
| * | Remove unused filename parameter from lexer.new_reader | Brian Anderson | 2011-05-11 | 2 | -3/+3 |
| * | Give the lexer a session so that it can fail more informatively | Brian Anderson | 2011-05-11 | 2 | -19/+30 |
| * | Remove mod indices from the AST | Marijn Haverbeke | 2011-05-11 | 3 | -148/+27 |
| * | Get rid of arm indices | Marijn Haverbeke | 2011-05-11 | 2 | -24/+3 |
| * | Get rid of block indices | Marijn Haverbeke | 2011-05-11 | 2 | -55/+13 |
| * | Use a const for crate-num-zero (ast.local_crate) | Marijn Haverbeke | 2011-05-11 | 1 | -0/+1 |
| * | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | 2011-05-11 | 3 | -13/+6 |
| * | rustc: Number everything with an annotation | Patrick Walton | 2011-05-10 | 4 | -148/+166 |
| * | Alias-ify fold and its users, remove another 85kb. | Graydon Hoare | 2011-05-09 | 1 | -3/+4 |
| * | Remove boxes from token.t. | Graydon Hoare | 2011-05-09 | 3 | -42/+79 |
| * | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | 2011-05-09 | 1 | -2/+2 |
| * | Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead. | Graydon Hoare | 2011-05-06 | 1 | -2/+11 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 9 | -256/+256 |
| * | rustc: Add Rust intrinsic support to the crate metadata reader and writer | Patrick Walton | 2011-05-05 | 1 | -3/+4 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 4 | -12/+31 |
| * | Check well-formedness of constraints | Tim Chevalier | 2011-05-05 | 1 | -0/+14 |
| * | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | 2011-05-05 | 2 | -2/+2 |
| * | Add #env syntax extension for plucking strings out of the compilation environ... | Graydon Hoare | 2011-05-04 | 2 | -0/+75 |
| * | Add a structure for passing option flags around the compiler, put it in sessi... | Graydon Hoare | 2011-05-04 | 1 | -3/+2 |
| * | rustc: Stub support for Rust intrinsics | Patrick Walton | 2011-05-03 | 2 | -0/+3 |
| * | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| * | Start sketching --depend support in rustc. | Graydon Hoare | 2011-05-03 | 2 | -1/+18 |
| * | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | 2011-05-03 | 1 | -1/+1 |
| * | Extract ast.is_exported from the resolve module | Brian Anderson | 2011-05-02 | 1 | -0/+22 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 5 | -28/+38 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 5 | -38/+28 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 5 | -28/+38 |
| * | Intern metadata while writing, shrink stage1 from 12mb to 5.7mb. | Graydon Hoare | 2011-04-29 | 1 | -16/+49 |
| * | Support octal #fmt conversions | Brian Anderson | 2011-04-26 | 1 | -0/+7 |
| * | rustc: Pass a "type context" around instead of directly passing the type stor... | Patrick Walton | 2011-04-25 | 1 | -45/+43 |
| * | rustc: Thread the type store through everything that needs to access type str... | Patrick Walton | 2011-04-22 | 1 | -1/+1 |
| * | rustc: Switch @ty.t to ty.t so that we can change it to a uint | Patrick Walton | 2011-04-22 | 2 | -8/+8 |
| * | rustc: Eliminate the direct use of ty.t.struct | Patrick Walton | 2011-04-22 | 1 | -1/+1 |
| * | Switch to binary search in codemap.lookup_pos | Marijn Haverbeke | 2011-04-22 | 1 | -19/+15 |
| * | Fix the signature of expr_ext | Brian Anderson | 2011-04-21 | 3 | -4/+4 |
| * | rustc: Pass a type store around, which does nothing yet | Patrick Walton | 2011-04-21 | 1 | -43/+45 |
| * | rustc: Make the parser never assign any types, not even ty_nil | Patrick Walton | 2011-04-21 | 1 | -5/+4 |
| * | rustc: Remove all manual type construction outside ty.rs | Patrick Walton | 2011-04-20 | 1 | -56/+51 |
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 4 | -27/+0 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 6 | -193/+168 |