graph
- Add fieldset and legend tags2015-05-04, by Julian Squires
- Set dummy header lookup function in static.c2015-05-03, by Adam Chlipala
- Ignore manual.out2015-04-24, by Adam Chlipala
- Allow file directives to contain slashes2015-04-24, by Julian Squires
- Use hyperref in manual2015-04-24, by Julian Squires
- Fix missing SQL name-mangling in table initialization2015-04-23, by Istvan Chung
- Return to working version mode2015-04-12, by Adam Chlipala
- New release2015-04-12, by Adam Chlipala
- New mouse events oncontextmenu, onmouseenter, and onmouseleave.2015-04-07, by Ziv Scully
- Make flattening of reactive HTML trees iterative instead of recursive, to avoid stack overflows2015-03-08, by Adam Chlipala
- Fix dynClass JavaScript reversion2015-03-08, by Adam Chlipala
- Fix interpretation of 'file' argument paths2015-03-08, by Adam Chlipala
- Change MonoReduce to do fixed-pointing, since it sometimes enables more optimizations for itself (e.g., yanking lambdas out of [case]s)2015-03-06, by Adam Chlipala
- Document hexadecimal literals2015-03-05, by Adam Chlipala
- Hexadecimal integer literals, contributed by Gabriel Riba2015-03-05, by Adam Chlipala
- Document new infix operators2015-03-05, by Adam Chlipala
- Some new infix operators, contributed by Gabriel Riba2015-03-05, by Adam Chlipala
- Support 'dynClass' and 'dynStyle' for <body>2015-03-03, by Adam Chlipala
- Evaluate minus and times in MonoOpt2015-02-16, by Adam Chlipala
- Add 'download' attribute to <a/>, part of HTML52014-10-26, by Sergey Mironov
- Return to working version mode2015-02-14, by Adam Chlipala
- New release2015-02-14, by Adam Chlipala
- The 2nd half of proper CSRF protection related to environment variables2015-02-12, by Adam Chlipala
- An Emacs urweb-mode optimization contributed by John Wiegley2015-02-11, by Adam Chlipala
- Merge2015-02-10, by Adam Chlipala
- Fix resolution of 'file' paths2015-02-10, by Adam Chlipala
- Treat getHeader and getenv as vectors for reading request data supplied implicitly by browsers2015-02-05, by Adam Chlipala
- Don't allow singleton <button> tags2015-02-01, by Adam Chlipala
- A new MonoReduce optimization for lifting 'let' out of field projection; JavaScript compilation for exponentiation2015-02-01, by Adam Chlipala
- Improve wildification for records of type-class witnesses2015-01-28, by Adam Chlipala
- Fix case issue in name mangling for MySQL2015-01-22, by Adam Chlipala
- Reference manual: fix rendering of field removal operators2015-01-22, by Adam Chlipala
- Fix a potential memory bug in fastcgi.c2015-01-22, by Adam Chlipala
- Fix silly mistake from last commit; also switch away from rand() in openssl.c2015-01-22, by Adam Chlipala
- Switch to using OpenSSL PRNG for the one remaining rand()2015-01-12, by Adam Chlipala
- Fix arguments to PQprepare()2015-01-07, by Adam Chlipala
- Return to working version mode2015-01-03, by Adam Chlipala
- Fixing one small issue with changes to signature matching (grandfathered into release)2015-01-03, by Adam Chlipala
- New release2015-01-03, by Adam Chlipala
- Fix a bug in subsignature checking for submodules2014-12-30, by Adam Chlipala
- Add to .hgignore2014-12-26, by Adam Chlipala
- Client-side conversion of string to bool2014-12-25, by Adam Chlipala
- Broaden handling of wildcard rewrites2014-12-24, by Adam Chlipala
- List.mem2014-12-23, by Adam Chlipala
- Improve wildify heuristic for finding record type-class witnesses2014-12-23, by Adam Chlipala
- New antiquote syntax for ORDER BY2014-12-23, by Adam Chlipala
- Another try at a proper fix for constraint matching in subsignature checking2014-12-23, by Adam Chlipala
- Compatibility fix in header file2014-12-21, by Adam Chlipala
- Fix XML syntax for closing <input> tags2014-12-18, by Adam Chlipala
- Return to working version mode2014-12-06, by Adam Chlipala
- New release2014-12-06, by Adam Chlipala
- Move code from last changeset, to improve performance2014-12-05, by Adam Chlipala
- In checking signature subsumption, be sure to try constraints last.2014-12-04, by Adam Chlipala
- Optimizing writes of single characters2014-12-04, by Adam Chlipala
- More aggressive inlining of 'let' with record literals, plus some changes to Monoization of queries, to make inlining more common2014-12-04, by Adam Chlipala
- MonoOpt: remove concatenation with empty string2014-12-03, by Adam Chlipala
- Some more optimization of string expressions showing up in JSON generation (Meta library)2014-12-03, by Adam Chlipala
- Tiny lexer change for SML/NJ compatibility (suggested by Ziv Scully)2014-11-25, by Adam Chlipala
- More HTML5 AJAX widgets2014-11-16, by Adam Chlipala
- Textual HTML5 AJAX widgets2014-11-16, by Adam Chlipala