| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 1 | -21/+0 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -25/+2 |
| * | Add log_err to rustboot | Marijn Haverbeke | 2011-04-19 | 1 | -0/+8 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Change 'stratum' to the friendlier term 'layer'. | Graydon Hoare | 2010-12-03 | 1 | -25/+25 |
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 1 | -13/+13 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -20/+60 |
| * | rustboot: Don't use ridiculous type names when describing simple types like i... | Patrick Walton | 2010-10-21 | 1 | -0/+11 |
| * | Drop slots on block exits even when blocks have no statements. Part way to fi... | Graydon Hoare | 2010-09-30 | 1 | -0/+1 |
| * | implemented break for while-loop case | Or Brostovski | 2010-09-30 | 1 | -0/+6 |
| * | Use name_base in plval base. | Graydon Hoare | 2010-09-20 | 1 | -8/+3 |
| * | Add a pexp-rebuild phase to the type resolution pass in resolve.ml. | Graydon Hoare | 2010-09-16 | 1 | -0/+2 |
| * | Minor improvements to pretty-printer. | Graydon Hoare | 2010-09-15 | 1 | -5/+16 |
| * | Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late... | Graydon Hoare | 2010-09-15 | 1 | -3/+7 |
| * | Add pretty-printing for pexps. | Graydon Hoare | 2010-09-15 | 1 | -0/+145 |
| * | Add some form-judgements on plvals and pexps. | Graydon Hoare | 2010-09-15 | 1 | -10/+86 |
| * | Commence moving pexp into ast, for eventual merger with expr. | Graydon Hoare | 2010-09-14 | 1 | -1/+31 |
| * | Teach front-end about simple, first-cut version of const items. | Graydon Hoare | 2010-09-14 | 1 | -0/+13 |
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | 2010-09-09 | 1 | -94/+19 |
| * | Initial support for a global crate metadata cache | Patrick Walton | 2010-09-07 | 1 | -4/+2 |
| * | Merge remote branch 'tohava/master' | Graydon Hoare | 2010-08-23 | 1 | -7/+6 |
| |\ |
|
| | * | Modified parser to handle alt type andadded a few tests | Or Brostovski | 2010-08-21 | 1 | -3/+6 |
| * | | Merge commit 'tohava/master' | Graydon Hoare | 2010-08-10 | 1 | -20/+56 |
| |\| |
|
| | * | Added AST pretty printing for communication alt statement, closes issue 19. | Or Brostovski | 2010-08-07 | 1 | -4/+38 |
| | * | Added forgotten handling for alt_type_else, and also for stmt_note | Tohava | 2010-08-06 | 1 | -10/+26 |
| | * | Added AST pretty printing for slice expression | Tohava | 2010-08-06 | 1 | -1/+28 |
| | * | Added AST logging, and modified AST for consistent handling of alt stmts. | Tohava | 2010-08-05 | 1 | -18/+57 |
| * | | Add names to tasks and domains. These can either be an explicit literal string | Jeffrey Yasskin | 2010-08-09 | 1 | -2/+3 |
| * | | Added forgotten handling for alt_type_else, and also for stmt_note | Or Brostovski | 2010-08-06 | 1 | -10/+26 |
| * | | Added AST pretty printing for slice expression | Or Brostovski | 2010-08-06 | 1 | -1/+28 |
| * | | Added AST logging, and modified AST for consistent handling of alt stmts. | Or Brostovski | 2010-08-06 | 1 | -18/+57 |
| |/ |
|
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | 2010-07-27 | 1 | -7/+10 |
| * | Add pretty-printing for alt-tag statements. | Graydon Hoare | 2010-07-23 | 1 | -1/+32 |
| * | Rename STMT_init_* to STMT_new_*; former name was confusing. | Graydon Hoare | 2010-07-23 | 1 | -14/+14 |
| * | Source FIXME annotations for issue #81 and a correction to STMT_bind fmt. | Roy Frostig | 2010-07-22 | 1 | -1/+1 |
| * | Tidy up handling of unimplemented features. These are expected (if undesirabl... | Graydon Hoare | 2010-07-20 | 1 | -0/+12 |
| * | Fix opeq.rs for LLVM by implementing simple augmented-assignment operators. | Jeffrey Yasskin | 2010-07-20 | 1 | -0/+1 |
| * | Make the LLVM compiler crash when it hits a source construct it doesn't know | Jeffrey Yasskin | 2010-07-20 | 1 | -0/+2 |
| * | Make mutability no longer a type constructor | Patrick Walton | 2010-07-15 | 1 | -9/+20 |
| * | Desugar the head stmts all the way out of STMT_for, rather than stashing them... | Graydon Hoare | 2010-07-13 | 1 | -3/+2 |
| * | Merge branch 'contrib' | Graydon Hoare | 2010-07-12 | 1 | -3/+3 |
| |\ |
|
| | * | Fix formatting trivia in Ast.fmt_stmt_body. | Jason Orendorff | 2010-07-13 | 1 | -3/+3 |
| * | | Wrap long line. | Graydon Hoare | 2010-07-12 | 1 | -1/+2 |
| * | | Add a ty_children function to enumerate the children of any type | Patrick Walton | 2010-07-12 | 1 | -0/+26 |
| |/ |
|
| * | Merge branch 'exterior_and_mutable_types' of [email protected]:graydon/rust into... | Graydon Hoare | 2010-07-02 | 1 | -5/+9 |
| |\ |
|
| | * | Allow formatting individual decl_params | Patrick Walton | 2010-07-02 | 1 | -5/+9 |
| * | | Parse effect-qualified type definitions. | Graydon Hoare | 2010-07-02 | 1 | -6/+9 |
| |/ |
|
| * | Catch ast pretty-printer up with init-tup syntax. | Graydon Hoare | 2010-07-01 | 1 | -1/+1 |