aboutsummaryrefslogtreecommitdiff
path: root/src/boot/driver
Commit message (Collapse)AuthorAgeFilesLines
* Remove effect system from src.Graydon Hoare2011-04-192-5/+0
|
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-254-4/+4
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-254-4/+4
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-254-4/+4
| | | | off src root.
* Remove GC overspend; running out of memory on some tinderboxes.Graydon Hoare2011-03-081-5/+0
|
* Add FreeBSD_x86_elf target to rustbootRob Arnold2011-02-092-6/+27
|
* More mopping up wrong-named rules in the Makefile.Graydon Hoare2010-12-291-0/+0
|
* Remove LLVM rustboot backend.Graydon Hoare2010-12-291-39/+0
|
* Change 'stratum' to the friendlier term 'layer'.Graydon Hoare2010-12-033-6/+6
|
* Code sketch and comment notes on textual crate signatures.Graydon Hoare2010-11-033-0/+235
|
* Split out stratum-checking pass, implement more-strict (overly aggressive) ↵Graydon Hoare2010-11-023-0/+6
| | | | impure-effect checking.
* Add quad-counting system.Graydon Hoare2010-10-082-0/+6
|
* Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare2010-10-082-0/+6
|
* Add -minimal mode to rustboot that skips emitting code that's broken or ↵Graydon Hoare2010-10-052-0/+6
| | | | unneeded for rustc. Shrink rustc by 300kb. Back under 1mb.
* Add -lpasses for logging just the progress of passes.Graydon Hoare2010-10-052-0/+4
|
* Add insn-selection fixup-name logging.Graydon Hoare2010-09-211-1/+8
|
* Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare2010-09-203-7/+13
|
* Beginnings of post-resolve simplify pass.Graydon Hoare2010-09-163-0/+6
|
* Add beginnings of a fuzzer to rustboot.Graydon Hoare2010-09-162-0/+11
|
* Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into ↵Graydon Hoare2010-09-152-0/+6
| | | | later stages. Fixes to pexp pretty printer.
* First lame stab at solving the diamond import problemPatrick Walton2010-09-082-20/+31
|
* Initial support for a global crate metadata cachePatrick Walton2010-09-073-1/+17
|
* 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
|
* Use a better heuristic to determine whether we're on a Mac, issue 69Patrick Walton2010-08-021-5/+3
|
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-272-1/+3
| | | | a cast notation. Closes #129.
* Add a cumulative timer count to be sure we're getting everything.Graydon Hoare2010-07-261-3/+6
|
* Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare2010-07-202-4/+33
| | | | undesirable) sorts of error, we should handle better than "backtrace and exit 2".
* Let the compiler find libraries that aren't in the current directory.Jeffrey Yasskin2010-07-161-1/+2
|
* Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare2010-07-031-0/+7
|
* Initial stab at lowering mutable and exterior into the type system.Graydon Hoare2010-06-292-2/+2
|
* Fix underlying failure to signal errors when dep'ing.Graydon Hoare2010-06-291-6/+8
|
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-282-4/+6
|
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-241-2/+2
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Populate tree.Graydon Hoare2010-06-235-0/+817