aboutsummaryrefslogtreecommitdiff
path: root/src/boot/driver/session.ml
Commit message (Collapse)AuthorAgeFilesLines
* 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) ↵Graydon Hoare2010-11-021-0/+1
| | | | impure-effect checking.
* 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 ↵Graydon Hoare2010-10-051-0/+1
| | | | unneeded for rustc. Shrink rustc by 300kb. Back under 1mb.
* 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 ↵Graydon Hoare2010-09-151-0/+1
| | | | later stages. Fixes to pexp pretty printer.
* 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 ↵Graydon Hoare2010-07-271-1/+2
| | | | a cast notation. Closes #129.
* Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare2010-07-201-0/+13
| | | | undesirable) sorts of error, we should handle better than "backtrace and exit 2".
* Populate tree.Graydon Hoare2010-06-231-0/+111