aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me/resolve.ml
Commit message (Expand)AuthorAgeFilesLines
* Distill semantics of use-def maps to fewer and more-obvious words.Graydon Hoare2010-07-271-12/+12
* Minimize pointless logging during walk.Graydon Hoare2010-07-141-8/+8
* Add detection for cyclic imports.Graydon Hoare2010-07-081-3/+3
* Merge branch 'master' of [email protected]:graydon/rust into exterior_and_mutabl...Graydon Hoare2010-07-021-1/+1
|\
| * Fix two bugs in tag patterns: 1. Look up the tag constructor function item us...Roy Frostig2010-07-011-1/+1
* | Parse effect-qualified type definitions.Graydon Hoare2010-07-021-4/+4
* | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...Graydon Hoare2010-06-301-1/+1
* | Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit...Graydon Hoare2010-06-301-1/+2
|/
* Whitespace.Graydon Hoare2010-06-281-1/+1
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-21/+19
* Once more with feeling. Closes #13.Graydon Hoare2010-06-271-1/+0
* Previous commit closes #13. Trying to convince github of that fact automagica...Graydon Hoare2010-06-271-0/+1
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...Graydon Hoare2010-06-271-4/+83
* Resolve and typecheck patterns in pattern alt redux. This time featuring way...Roy Frostig2010-06-251-31/+32
* Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare2010-06-241-3/+3
* Resolve and typecheck patterns in pattern alt.Roy Frostig2010-06-241-18/+51
* Populate tree.Graydon Hoare2010-06-231-0/+959