about summary refs log tree commit diff
path: root/src/boot/driver/main.ml
AgeCommit message (Collapse)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-530/+0
2011-04-19Remove effect system from src.Graydon Hoare-4/+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.
2011-03-08Remove GC overspend; running out of memory on some tinderboxes.Graydon Hoare-5/+0
2011-02-09Add FreeBSD_x86_elf target to rustbootRob Arnold-6/+23
2010-12-03Change 'stratum' to the friendlier term 'layer'.Graydon Hoare-4/+4
2010-11-03Code sketch and comment notes on textual crate signatures.Graydon Hoare-0/+15
2010-11-02Split out stratum-checking pass, implement more-strict (overly aggressive) ↵Graydon Hoare-0/+4
impure-effect checking.
2010-10-08Add quad-counting system.Graydon Hoare-0/+4
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-0/+5
2010-10-05Add -minimal mode to rustboot that skips emitting code that's broken or ↵Graydon Hoare-0/+5
unneeded for rustc. Shrink rustc by 300kb. Back under 1mb.
2010-10-05Add -lpasses for logging just the progress of passes.Graydon Hoare-0/+3
2010-09-21Add insn-selection fixup-name logging.Graydon Hoare-1/+8
2010-09-20Move id counters into sess in preparation for moving desugaring to middle-end.Graydon Hoare-1/+4
2010-09-16Beginnings of post-resolve simplify pass.Graydon Hoare-0/+4
2010-09-16Add beginnings of a fuzzer to rustboot.Graydon Hoare-0/+10
2010-09-15Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into ↵Graydon Hoare-0/+5
later stages. Fixes to pexp pretty printer.
2010-09-08First lame stab at solving the diamond import problemPatrick Walton-2/+7
2010-09-07Initial support for a global crate metadata cachePatrick Walton-0/+2
2010-08-02Use a better heuristic to determine whether we're on a Mac, issue 69Patrick Walton-5/+3
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare-0/+1
a cast notation. Closes #129.
2010-07-26Add a cumulative timer count to be sure we're getting everything.Graydon Hoare-3/+6
2010-07-20Tidy up handling of unimplemented features. These are expected (if ↵Graydon Hoare-4/+20
undesirable) sorts of error, we should handle better than "backtrace and exit 2".
2010-07-03Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare-0/+7
2010-06-29Initial stab at lowering mutable and exterior into the type system.Graydon Hoare-1/+1
2010-06-29Fix underlying failure to signal errors when dep'ing.Graydon Hoare-6/+8
2010-06-28Some fixme-to-issue housekeeping.Graydon Hoare-2/+4
2010-06-24Add fmt module, move out some common format helpers, add ↵Graydon Hoare-2/+2
instruction-selection tracing and make selection use queues rather than list refs.
2010-06-23Populate tree.Graydon Hoare-0/+421