about summary refs log tree commit diff
path: root/src/boot/driver
AgeCommit message (Expand)AuthorLines
2011-05-13Remove rustboot from the repository.Graydon Hoare-1159/+0
2011-04-19Remove effect system from src.Graydon Hoare-5/+0
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-4/+4
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-4/+4
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-4/+4
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/+27
2010-12-29More mopping up wrong-named rules in the Makefile.Graydon Hoare-0/+0
2010-12-29Remove LLVM rustboot backend.Graydon Hoare-39/+0
2010-12-03Change 'stratum' to the friendlier term 'layer'.Graydon Hoare-6/+6
2010-11-03Code sketch and comment notes on textual crate signatures.Graydon Hoare-0/+235
2010-11-02Split out stratum-checking pass, implement more-strict (overly aggressive) im...Graydon Hoare-0/+6
2010-10-08Add quad-counting system.Graydon Hoare-0/+6
2010-10-08Add -lpath mechanism for logging only a subset of a pass (by module-path prefix)Graydon Hoare-0/+6
2010-10-05Add -minimal mode to rustboot that skips emitting code that's broken or unnee...Graydon Hoare-0/+6
2010-10-05Add -lpasses for logging just the progress of passes.Graydon Hoare-0/+4
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-7/+13
2010-09-16Beginnings of post-resolve simplify pass.Graydon Hoare-0/+6
2010-09-16Add beginnings of a fuzzer to rustboot.Graydon Hoare-0/+11
2010-09-15Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into late...Graydon Hoare-0/+6
2010-09-08First lame stab at solving the diamond import problemPatrick Walton-20/+31
2010-09-07Initial support for a global crate metadata cachePatrick Walton-1/+17
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-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 a...Graydon Hoare-1/+3
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 undesirabl...Graydon Hoare-4/+33
2010-07-16Let the compiler find libraries that aren't in the current directory.Jeffrey Yasskin-1/+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-2/+2
2010-06-29Fix underlying failure to signal errors when dep'ing.Graydon Hoare-6/+8
2010-06-28Some fixme-to-issue housekeeping.Graydon Hoare-4/+6
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-2/+2
2010-06-23Populate tree.Graydon Hoare-0/+817