aboutsummaryrefslogtreecommitdiff
path: root/src/boot/driver
Commit message (Collapse)AuthorAgeFilesLines
* 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