| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add -minimal mode to rustboot that skips emitting code that's broken or ↵ | Graydon Hoare | 2010-10-05 | 1 | -0/+1 |
| | | | | | unneeded for rustc. Shrink rustc by 300kb. Back under 1mb. | ||||
| * | Add -lpasses for logging just the progress of passes. | Graydon Hoare | 2010-10-05 | 1 | -0/+1 |
| | | |||||
| * | Move id counters into sess in preparation for moving desugaring to middle-end. | Graydon Hoare | 2010-09-20 | 1 | -0/+5 |
| | | |||||
| * | Beginnings of post-resolve simplify pass. | Graydon Hoare | 2010-09-16 | 1 | -0/+1 |
| | | |||||
| * | Add beginnings of a fuzzer to rustboot. | Graydon Hoare | 2010-09-16 | 1 | -0/+1 |
| | | |||||
| * | Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into ↵ | Graydon Hoare | 2010-09-15 | 1 | -0/+1 |
| | | | | | later stages. Fixes to pexp pretty printer. | ||||
| * | Initial support for a global crate metadata cache | Patrick Walton | 2010-09-07 | 1 | -0/+10 |
| | | |||||
| * | Make error reporting slightly more regular. | Graydon Hoare | 2010-08-24 | 1 | -1/+1 |
| | | |||||
| * | Modify session to report errors in an emacs-parser-friendlier way. | Graydon Hoare | 2010-08-20 | 1 | -2/+2 |
| | | |||||
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -1/+2 |
| | | | | | a cast notation. Closes #129. | ||||
| * | Tidy up handling of unimplemented features. These are expected (if ↵ | Graydon Hoare | 2010-07-20 | 1 | -0/+13 |
| | | | | | undesirable) sorts of error, we should handle better than "backtrace and exit 2". | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+111 |