aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/eval.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-85/+85
* Keep resolve data in external hash table, rather than embedded defsMarijn Haverbeke2011-05-121-3/+6
* Remove mod indices from the ASTMarijn Haverbeke2011-05-111-31/+15
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-15/+15
* Start sketching --depend support in rustc.Graydon Hoare2011-05-031-0/+12
* Remove effect system from src.Graydon Hoare2011-04-191-5/+5
* collect crate meta info and ext crate namesMarijn Haverbeke2011-04-181-1/+4
* Move to single-uint file-position representation.Marijn Haverbeke2011-04-091-61/+61
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-161-4/+3
* Merge remote branch 'brson/recursive-elseif'Graydon Hoare2011-03-141-18/+11
|\
| * Merge branch 'master' into recursive-elseifBrian Anderson2011-03-131-3/+6
| |\
| * | Merge branch 'master' into recursive-elseifBrian Anderson2011-03-071-18/+11
* | | Add basic file-system functionalityMarijn Haverbeke2011-03-141-2/+2
| |/ |/|
* | Update the current id when we create sub parsers.Rafael Ávila de Espíndola2011-03-101-2/+5
* | Fix eval typo (caught by Martin Hock).Graydon Hoare2011-03-101-1/+1
|/
* Populate default compilation environment as in rustboot.Graydon Hoare2011-03-011-1/+1
* Fix typo in crate directive evaluator.Graydon Hoare2011-02-251-1/+1
* Factor crate expr evaluator out of parser, expand to simple scalars and ops, ...Graydon Hoare2011-02-241-0/+443