about summary refs log tree commit diff
path: root/src/boot/driver/session.ml
AgeCommit message (Collapse)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-149/+0
2011-04-19Remove effect system from src.Graydon Hoare-1/+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-12-03Change 'stratum' to the friendlier term 'layer'.Graydon Hoare-1/+1
2010-11-03Code sketch and comment notes on textual crate signatures.Graydon Hoare-0/+1
2010-11-02Split out stratum-checking pass, implement more-strict (overly aggressive) ↵Graydon Hoare-0/+1
impure-effect checking.
2010-10-08Add quad-counting system.Graydon Hoare-0/+2
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-0/+1
2010-10-05Add -minimal mode to rustboot that skips emitting code that's broken or ↵Graydon Hoare-0/+1
unneeded for rustc. Shrink rustc by 300kb. Back under 1mb.
2010-10-05Add -lpasses for logging just the progress of passes.Graydon Hoare-0/+1
2010-09-20Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare-0/+5
2010-09-16Beginnings of post-resolve simplify pass.Graydon Hoare-0/+1
2010-09-16Add beginnings of a fuzzer to rustboot.Graydon Hoare-0/+1
2010-09-15Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into ↵Graydon Hoare-0/+1
later stages. Fixes to pexp pretty printer.
2010-09-07Initial support for a global crate metadata cachePatrick Walton-0/+10
2010-08-24Make error reporting slightly more regular.Graydon Hoare-1/+1
2010-08-20Modify session to report errors in an emacs-parser-friendlier way.Graydon Hoare-2/+2
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare-1/+2
a cast notation. Closes #129.
2010-07-20Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare-0/+13
undesirable) sorts of error, we should handle better than "backtrace and exit 2".
2010-06-23Populate tree.Graydon Hoare-0/+111