| Commit message (Expand) | Author | Age |
* | Optimize code from last changeset a bit | Adam Chlipala | 2012-04-08 |
* | Refactor to avoid dependence on recursive mutexes | Adam Chlipala | 2012-04-08 |
* | Fix defunctorization of modules containing datatype definitions | Adam Chlipala | 2012-03-29 |
* | Change ID generation scheme to conform to HTML standards (thanks to Edward Ya... | Adam Chlipala | 2012-03-16 |
* | Remove weird special case for FFI functions whose first arguments have type [... | Adam Chlipala | 2012-03-14 |
* | Delete C temporary directories, even if other files wind up there | Adam Chlipala | 2012-03-13 |
* | Remove seemingly inaccurate part of comment (perhaps clarified version can be... | Adam Chlipala | 2012-03-13 |
* | Refactor SQL parsing code from Iflow to Sql, add querydml parser. | Edward Z. Yang | 2012-03-12 |
* | Some minor documentation to the Mono AST. | Edward Z. Yang | 2012-03-12 |
* | Handle recursive RPC handlers | Adam Chlipala | 2012-03-11 |
* | New release | Adam Chlipala | 2012-03-10 |
* | Change <radio> to yield [option string] | Adam Chlipala | 2012-03-10 |
* | Avoid URL size limit in RPCs with large arguments | Adam Chlipala | 2012-03-03 |
* | Avoid 'not fully determined' errors for fancy tasks | Adam Chlipala | 2012-03-03 |
* | Pass non-printing characters through unchanged in sqlifyString, to support UTF-8 | Adam Chlipala | 2012-03-03 |
* | Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday | Adam Chlipala | 2012-02-04 |
* | Extend and document RANDOM | Adam Chlipala | 2012-02-04 |
* | 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn) | Adam Chlipala | 2012-02-02 |
* | Fix fetching of keycodes for key events | Adam Chlipala | 2012-01-15 |
* | Fixed clients mutex initialization for compiling under OS X. | Vladimir Shabanov | 2012-01-14 |
* | -dumpSource flag; Especialize tweak: may specialize any argument sequence end... | Adam Chlipala | 2012-01-12 |
* | Small fix to previous commit | Adam Chlipala | 2012-01-11 |
* | New, more principled heuristic for Especialize: only specialize uniform funct... | Adam Chlipala | 2012-01-11 |
* | Tweak Especialize heuristic | Adam Chlipala | 2012-01-11 |
* | Make Ubuntu linking patch more general | Adam Chlipala | 2012-01-10 |
* | Fix some locking issues for client array | Adam Chlipala | 2012-01-10 |
* | Properly handle case where an RPC changes signed cookie state | Adam Chlipala | 2012-01-10 |
* | Prevent horrifying loops in unification variable graph | Adam Chlipala | 2012-01-09 |
* | Tweak Especialize heuristic to prevent non-termination | Adam Chlipala | 2012-01-09 |
* | Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in con... | Adam Chlipala | 2012-01-09 |
* | Fix channel delivery to handle sending of messages for channels whose clients... | Adam Chlipala | 2012-01-08 |
* | Finish function argument order-of-operations fix | Adam Chlipala | 2012-01-07 |
* | First part of changes to avoid depending on C function call argument order of... | Adam Chlipala | 2012-01-07 |
* | Make wildification a bit smarter about ordering of new wildcard declarations | Adam Chlipala | 2012-01-07 |
* | Revert last unification tweak | Adam Chlipala | 2012-01-06 |
* | Change linking argument order, based on reported problems in Ubuntu 11.10 | Adam Chlipala | 2012-01-05 |
* | Tweak new unification heuristic | Adam Chlipala | 2012-01-05 |
* | Prevent unifications of 'others' pieces in record summaries, when both pieces... | Adam Chlipala | 2012-01-05 |
* | Fix handling of quotes in generating C literals | Adam Chlipala | 2012-01-02 |
* | Adapt Monoize serialization to handle freshly created variant types | Adam Chlipala | 2012-01-02 |
* | Add arguments to [type] declarations and signature items | Adam Chlipala | 2012-01-02 |
* | Error messages about applying 'dynClass' to tags that don't like it | Adam Chlipala | 2011-12-31 |
* | Add dynamic content before running its scripts, to get IDs in scope; fix gene... | Adam Chlipala | 2011-12-29 |
* | Get a few more source files up-to-date with change to [tag] type | Adam Chlipala | 2011-12-28 |
* | 'dynClass' pseudo-attribute | Adam Chlipala | 2011-12-27 |
* | Order constructors properly in wildification, to avoid spuriously displeasing... | Adam Chlipala | 2011-12-18 |
* | Add a new scoping check for unification variables, to fix a type inference bug | Adam Chlipala | 2011-12-18 |
* | Allow .urp libraries to set prefix | Adam Chlipala | 2011-12-17 |
* | SQL lower() and upper() functions | Adam Chlipala | 2011-12-17 |
* | Fix C-side unurlification of unboxable Option datatypes | Adam Chlipala | 2011-12-17 |