aboutsummaryrefslogtreecommitdiff
path: root/src/boot/driver/session.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove effect system from src.Graydon Hoare2011-04-191-1/+0
* 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
* Change 'stratum' to the friendlier term 'layer'.Graydon Hoare2010-12-031-1/+1
* Code sketch and comment notes on textual crate signatures.Graydon Hoare2010-11-031-0/+1
* Split out stratum-checking pass, implement more-strict (overly aggressive) im...Graydon Hoare2010-11-021-0/+1
* Add quad-counting system.Graydon Hoare2010-10-081-0/+2
* Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare2010-10-081-0/+1
* Add -minimal mode to rustboot that skips emitting code that's broken or unnee...Graydon Hoare2010-10-051-0/+1
* Add -lpasses for logging just the progress of passes.Graydon Hoare2010-10-051-0/+1
* Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare2010-09-201-0/+5
* Beginnings of post-resolve simplify pass.Graydon Hoare2010-09-161-0/+1
* Add beginnings of a fuzzer to rustboot.Graydon Hoare2010-09-161-0/+1
* Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...Graydon Hoare2010-09-151-0/+1
* Initial support for a global crate metadata cachePatrick Walton2010-09-071-0/+10
* Make error reporting slightly more regular.Graydon Hoare2010-08-241-1/+1
* Modify session to report errors in an emacs-parser-friendlier way.Graydon Hoare2010-08-201-2/+2
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare2010-07-271-1/+2
* Tidy up handling of unimplemented features. These are expected (if undesirabl...Graydon Hoare2010-07-201-0/+13
* Populate tree.Graydon Hoare2010-06-231-0/+111