about summary refs log tree commit diff
path: root/src/boot/me/alias.ml
AgeCommit message (Collapse)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-156/+0
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare-1/+1
build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare-1/+1
off src root.
2010-11-08Add a check for binding an alias. Good thing, as we had two instances in our ↵Graydon Hoare-0/+26
library.
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-3/+2
2010-08-09Add names to tasks and domains. These can either be an explicit literal stringJeffrey Yasskin-1/+1
after the "spawn" keyword, or implicitly the call expression used to start the spawn.
2010-07-27Distill semantics of use-def maps to fewer and more-obvious words.Graydon Hoare-6/+5
- 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.
2010-07-23Rename STMT_init_* to STMT_new_*; former name was confusing.Graydon Hoare-4/+4
2010-07-15Make mutability no longer a type constructorPatrick Walton-1/+1
2010-07-14Minimize pointless logging during walk.Graydon Hoare-1/+2
2010-07-08Build fix from jmuizelaar (on ocamlc versions that notice this bug; drat, ↵Graydon Hoare-1/+1
not all do)
2010-07-01Relax alias-analysis pass to permit literal-aliasing.Graydon Hoare-1/+1
2010-06-29Initial stab at lowering mutable and exterior into the type system.Graydon Hoare-1/+1
2010-06-25Fix over-conservatism in alias analysis.Graydon Hoare-7/+4
2010-06-23Populate tree.Graydon Hoare-0/+134