| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Distill semantics of use-def maps to fewer and more-obvious words. | Graydon Hoare | 2010-07-27 | 1 | -12/+12 |
| | | | | | | | | - Remove redundant uses of 'resolve' and 'referent' in semant. - Use defn, defn_id, lval, lval_base more consistently. - Make associated query functions more consistent. - Closes #127. | ||||
| * | Minimize pointless logging during walk. | Graydon Hoare | 2010-07-14 | 1 | -8/+8 |
| | | |||||
| * | Add detection for cyclic imports. | Graydon Hoare | 2010-07-08 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of [email protected]:graydon/rust into ↵ | Graydon Hoare | 2010-07-02 | 1 | -1/+1 |
| |\ | | | | | | | exterior_and_mutable_types | ||||
| | * | Fix two bugs in tag patterns: 1. Look up the tag constructor function item ↵ | Roy Frostig | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | | | using lval_item, not lval_to_referent; 2. Correct the form of the name used to query the tag or iso ty_tag when obtaining the corresponding type tuple. | ||||
| * | | Parse effect-qualified type definitions. | Graydon Hoare | 2010-07-02 | 1 | -4/+4 |
| | | | |||||
| * | | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵ | Graydon Hoare | 2010-06-30 | 1 | -1/+1 |
| | | | | | | | | | keep MEM_interior for describing interior-parts-of-allocations) | ||||
| * | | Add a COMP_deref to lvals for explicit-derefs, modify typechecker to ↵ | Graydon Hoare | 2010-06-30 | 1 | -1/+2 |
| |/ | | | | implicitly deref in only *some* contexts. | ||||
| * | Whitespace. | Graydon Hoare | 2010-06-28 | 1 | -1/+1 |
| | | |||||
| * | Some fixme-to-issue housekeeping. | Graydon Hoare | 2010-06-28 | 1 | -21/+19 |
| | | |||||
| * | Once more with feeling. Closes #13. | Graydon Hoare | 2010-06-27 | 1 | -1/+0 |
| | | |||||
| * | Previous commit closes #13. Trying to convince github of that fact ↵ | Graydon Hoare | 2010-06-27 | 1 | -0/+1 |
| | | | | | automagically. | ||||
| * | Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵ | Graydon Hoare | 2010-06-27 | 1 | -4/+83 |
| | | | | | instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13. | ||||
| * | Resolve and typecheck patterns in pattern alt redux. This time featuring ↵ | Roy Frostig | 2010-06-25 | 1 | -31/+32 |
| | | | | | way more correctness. | ||||
| * | Add fmt module, move out some common format helpers, add ↵ | Graydon Hoare | 2010-06-24 | 1 | -3/+3 |
| | | | | | instruction-selection tracing and make selection use queues rather than list refs. | ||||
| * | Resolve and typecheck patterns in pattern alt. | Roy Frostig | 2010-06-24 | 1 | -18/+51 |
| | | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+959 |