Sat Jan 29 19:50:06 PST 2011  John Meacham <john@repetae.net>
  * bump version to 0.7.7, add announcement

Sat Jan 29 19:06:57 PST 2011  John Meacham <john@repetae.net>
  * unbox returning applications, can normalize many lets in grin

Sat Jan 29 19:06:43 PST 2011  John Meacham <john@repetae.net>
  * cleanup

Sat Jan 29 18:25:13 PST 2011  John Meacham <john@repetae.net>
  * turn on the garbage collector by default

Sat Jan 29 18:24:39 PST 2011  John Meacham <john@repetae.net>
  * clean up Options.hs, allow setting the garbage collector via the ini file.

Sat Jan 29 14:58:38 PST 2011  John Meacham <john@repetae.net>
  * remove old Grin.Simplify module

Sat Jan 29 14:53:35 PST 2011  John Meacham <john@repetae.net>
  * add no-strict-aliasing flag to gcc options

Sat Jan 29 14:29:22 PST 2011  John Meacham <john@repetae.net>
  * add Rand.hs to regression tests for WRAPPER bug fix

Wed Jan 26 13:41:44 PST 2011  John Meacham <john@repetae.net>
  * fix bug that would sometimes keep WRAPPERs from being inlined, dramatically speeds up some tests.

Wed Jan 26 12:50:30 PST 2011  John Meacham <john@repetae.net>
  * print out core when dumping libraries

Sat Jan 22 19:33:06 PST 2011  John Meacham <john@repetae.net>
  * fix argument order for shiftL/R instances

Sat Jan 22 18:13:58 PST 2011  John Meacham <john@repetae.net>
  * We want to inline generated wrappers even when user's inline PRAGMAs are disabled.

Sat Jan 22 18:08:27 PST 2011  John Meacham <john@repetae.net>
  * code cleanups

Tue Dec  7 04:17:05 PST 2010  John Meacham <john@repetae.net>
  * pre-initialize GC caches to avoid check in allocator gaining a couple percent in speed.

Mon Dec  6 21:03:22 PST 2010  John Meacham <john@repetae.net>
  * don't increment allocation count when we arn't using it for status updates.

Mon Dec  6 19:33:58 PST 2010  John Meacham <john@repetae.net>
  * remove quadratic behavior in programSetDs'

Mon Dec  6 19:15:57 PST 2010  John Meacham <john@repetae.net>
  * fix bug where the static argument transformation would clear rules. clean up a lot of code.

Mon Dec  6 04:25:55 PST 2010  John Meacham <john@repetae.net>
  * clean ups and remove unused module, make selftest work with the new ghc

Mon Dec  6 04:04:51 PST 2010  John Meacham <john@repetae.net>
  * fix type checker bug that occasionally reported false erros

Sat Dec  4 15:18:05 PST 2010  John Meacham <john@repetae.net>
  * fix pretty printing fixity of core to reduce ambiguity

Fri Dec  3 19:59:31 PST 2010  John Meacham <john@repetae.net>
  * Fix a lot of compiler warnings, clean up dependencies.

Thu Aug 26 02:15:09 PDT 2010  John Meacham <john@repetae.net>
  * show text of exception when dumping core.

Thu Aug 12 03:24:58 PDT 2010  John Meacham <john@repetae.net>
  * remove ePrettyEx

Thu Aug 12 03:24:35 PDT 2010  John Meacham <john@repetae.net>
  * clean up warnings

Thu Aug 12 03:14:52 PDT 2010  John Meacham <john@repetae.net>
  * clean up E showing, get rid of -dhtml mode, get rid of ANSI color coding, dump jhc_core to files on error

Wed Aug 11 22:45:00 PDT 2010  John Meacham <john@repetae.net>
  * when let-shrinking a tail, be sure to optimize function bodies

Wed Aug 11 22:44:46 PDT 2010  John Meacham <john@repetae.net>
  * improve Grin Linting a little

Tue Aug 10 18:44:51 PDT 2010  John Meacham <john@repetae.net>
  * add imported ghc typechecking regression tests

Tue Aug 10 17:26:07 PDT 2010  John Meacham <john@repetae.net>
  * import ghc parsing regression tests

Tue Aug 10 17:24:45 PDT 2010  John Meacham <john@repetae.net>
  * add 'skip' to regression options to skip certain tests

Tue Aug 10 16:33:04 PDT 2010  John Meacham <john@repetae.net>
  * allow unicode characters in haskell source

Tue Aug 10 16:02:16 PDT 2010  John Meacham <john@repetae.net>
  * add regex-compat to dependencies

Mon Aug  9 23:38:32 PDT 2010  John Meacham <john@repetae.net>
  * accept empty class contexts

Mon Aug  9 22:49:06 PDT 2010  John Meacham <john@repetae.net>
  * add 'transformers' package to included libraries

Mon Aug  9 22:39:44 PDT 2010  John Meacham <john@repetae.net>
  * fix desugaring of irrefutable lambda bindings

Mon Aug  9 22:38:27 PDT 2010  John Meacham <john@repetae.net>
  * add some strictness annotations

Fri Aug  6 04:28:20 PDT 2010  John Meacham <john@repetae.net>
  * clean ups

Fri Aug  6 04:17:03 PDT 2010  John Meacham <john@repetae.net>
  * speed up name choosing a little

Fri Aug  6 02:28:15 PDT 2010  John Meacham <john@repetae.net>
  * further seperate out concrete types to speed up checking

Fri Aug  6 02:03:49 PDT 2010  John Meacham <john@repetae.net>
  * split type environment into concrete and mutable sets, to avoid retraversing the concrete imported types

Fri Aug  6 01:26:22 PDT 2010  John Meacham <john@repetae.net>
  * create a better relation representation, speed up export chasing signifigantly

Thu Aug  5 21:58:09 PDT 2010  John Meacham <john@repetae.net>
  * fix a few minor bugs in libraries found by better error reporting

Thu Aug  5 21:57:59 PDT 2010  John Meacham <john@repetae.net>
  * check export lists for unknown names

Thu Aug  5 20:24:55 PDT 2010  John Meacham <john@repetae.net>
  * ret rid of seperate subtable and errortable in favor of unified namemap

Thu Aug  5 19:39:48 PDT 2010  John Meacham <john@repetae.net>
  * treat () the same as tuples when renaming

Thu Aug  5 19:12:41 PDT 2010  John Meacham <john@repetae.net>
  * move selector creation from desugar to renamer, detect multiply defined top level values and report an error properly.

Thu Aug  5 17:09:00 PDT 2010  John Meacham <john@repetae.net>
  * add initial version of jhc-prim

Tue Aug  3 00:37:54 PDT 2010  John Meacham <john@repetae.net>
  * clean up preprocessing a little

Mon Aug  2 03:00:36 PDT 2010  John Meacham <john@repetae.net>
  * utilize preprocessor rather than ./configure to handle System.Info

Sun Aug  1 01:35:07 PDT 2010  John Meacham <john@repetae.net>
  * fix some warnings

Sun Aug  1 01:21:37 PDT 2010  John Meacham <john@repetae.net>
  * fix build problem for tarball

Sun Aug  1 01:00:35 PDT 2010  John Meacham <john@repetae.net>
  * update strictness and UNPACK annotations

Sat Jul 31 04:13:53 PDT 2010  John Meacham <john@repetae.net>
  * add announcement for 0.7.6

Sat Jul 31 03:49:08 PDT 2010  John Meacham <john@repetae.net>
  tagged 0.7.6
