| Age | Commit message (Expand) | Author | Lines |
| 2011-05-13 | Remove rustboot from the repository. | Graydon Hoare | -1441/+0 |
| 2011-04-19 | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | -5/+0 |
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -14/+7 |
| 2011-03-25 | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | -1/+1 |
| 2011-03-25 | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | -1/+1 |
| 2011-03-25 | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | -1/+1 |
| 2011-03-18 | rustboot: Parse, and ignore, "mutable?" | Patrick Walton | -2/+14 |
| 2010-12-13 | Syntax tweak: move 'mutable' from pseudo-ty-param on vec ctor to low-preceden... | Graydon Hoare | -10/+20 |
| 2010-12-03 | Change 'stratum' to the friendlier term 'layer'. | Graydon Hoare | -8/+8 |
| 2010-11-02 | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | -4/+7 |
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -5/+17 |
| 2010-10-01 | Sketch out #fmt syntax extension in rustboot. | Graydon Hoare | -42/+178 |
| 2010-09-20 | Wrap long lines. | Graydon Hoare | -2/+4 |
| 2010-09-20 | Use name_base in plval base. | Graydon Hoare | -9/+4 |
| 2010-09-15 | Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late... | Graydon Hoare | -2/+3 |
| 2010-09-14 | Commence moving pexp into ast, for eventual merger with expr. | Graydon Hoare | -130/+104 |
| 2010-09-09 | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | -18/+0 |
| 2010-08-09 | Add names to tasks and domains. These can either be an explicit literal string | Jeffrey Yasskin | -5/+24 |
| 2010-08-05 | Move 'as' precedence up to just above relational; support indexing str and ve... | Graydon Hoare | -25/+25 |
| 2010-08-04 | Fix pexp parser to do left-associativity, not right. Closes #130. | Graydon Hoare | -36/+86 |
| 2010-08-03 | Add tests and fix pexp bug. Closes #141. | Graydon Hoare | -1/+1 |
| 2010-07-27 | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | -101/+3 |
| 2010-07-23 | Rename STMT_init_* to STMT_new_*; former name was confusing. | Graydon Hoare | -10/+10 |
| 2010-07-22 | Re-classify some err / bug cases as unimpl. Ideally rustboot should never pro... | Graydon Hoare | -1/+1 |
| 2010-07-15 | Make mutability no longer a type constructor | Patrick Walton | -39/+57 |
| 2010-07-02 | Parse effect-qualified type definitions. | Graydon Hoare | -3/+0 |
| 2010-06-30 | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke... | Graydon Hoare | -7/+7 |
| 2010-06-30 | Add support for parsing COMP_deref lval components (*foo). | Graydon Hoare | -0/+13 |
| 2010-06-29 | Initial stab at lowering mutable and exterior into the type system. | Graydon Hoare | -68/+47 |
| 2010-06-25 | Rearrange pexp-custom stuff a bit. | Graydon Hoare | -22/+16 |
| 2010-06-24 | Add fmt module, move out some common format helpers, add instruction-selectio... | Graydon Hoare | -1/+1 |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+1354 |