| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add tests and fix pexp bug. Closes #141. | Graydon Hoare | 2010-08-03 | 1 | -1/+1 |
| | | |||||
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -101/+3 |
| | | | | | a cast notation. Closes #129. | ||||
| * | Rename STMT_init_* to STMT_new_*; former name was confusing. | Graydon Hoare | 2010-07-23 | 1 | -10/+10 |
| | | |||||
| * | Re-classify some err / bug cases as unimpl. Ideally rustboot should never ↵ | Graydon Hoare | 2010-07-22 | 1 | -1/+1 |
| | | | | | produce a backtrace. | ||||
| * | Make mutability no longer a type constructor | Patrick Walton | 2010-07-15 | 1 | -39/+57 |
| | | |||||
| * | Parse effect-qualified type definitions. | Graydon Hoare | 2010-07-02 | 1 | -3/+0 |
| | | |||||
| * | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵ | Graydon Hoare | 2010-06-30 | 1 | -7/+7 |
| | | | | | keep MEM_interior for describing interior-parts-of-allocations) | ||||
| * | Add support for parsing COMP_deref lval components (*foo). | Graydon Hoare | 2010-06-30 | 1 | -0/+13 |
| | | |||||
| * | Initial stab at lowering mutable and exterior into the type system. | Graydon Hoare | 2010-06-29 | 1 | -68/+47 |
| | | |||||
| * | Rearrange pexp-custom stuff a bit. | Graydon Hoare | 2010-06-25 | 1 | -22/+16 |
| | | |||||
| * | Add fmt module, move out some common format helpers, add ↵ | Graydon Hoare | 2010-06-24 | 1 | -1/+1 |
| | | | | | instruction-selection tracing and make selection use queues rather than list refs. | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+1354 |