about summary refs log tree commit diff
path: root/src/comp/front/eval.rs
AgeCommit message (Expand)AuthorLines
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 build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-4/+3
2011-03-14Merge remote branch 'brson/recursive-elseif'Graydon Hoare-18/+11
2011-03-14Add basic file-system functionalityMarijn Haverbeke-2/+2
2011-03-13Merge branch 'master' into recursive-elseifBrian Anderson-3/+6
2011-03-10Update the current id when we create sub parsers.Rafael Ávila de Espíndola-2/+5
2011-03-10Fix eval typo (caught by Martin Hock).Graydon Hoare-1/+1
2011-03-07Merge branch 'master' into recursive-elseifBrian Anderson-0/+436
2011-03-01Populate default compilation environment as in rustboot.Graydon Hoare-1/+1
2011-02-25Fix typo in crate directive evaluator.Graydon Hoare-1/+1
2011-02-24Factor crate expr evaluator out of parser, expand to simple scalars and ops, ...Graydon Hoare-0/+443