summaryrefslogtreecommitdiff
path: root/src/monoize.sml
Commit message (Collapse)AuthorAge
...
* Fix a bug in GROUP BY generation [keeping within today's release]Gravatar Adam Chlipala2014-04-26
|
* noMangleSql .urp directiveGravatar Adam Chlipala2014-01-04
|
* Compile-time error for periodic tasks in nonpersistent protocolsGravatar Adam Chlipala2013-12-29
|
* Change handling of returned text blobs, to activate the normal EWrite ↵Gravatar Adam Chlipala2013-12-11
| | | | optimizations
* Add show instance for 'id' typeGravatar Sergey Mironov2013-10-07
|
* MergeGravatar Adam Chlipala2013-12-09
|\
* | Rename <activeHead> to <script> and make it work properlyGravatar Adam Chlipala2013-12-09
| |
* | activeHead: don't modify the head. just execute the code providedGravatar Sergey Mironov2013-12-06
| |
* | Add activeHead tag.Gravatar Sergey Mironov2013-12-06
| | | | | | | | activeHead is similar to active but produces xhead instead of xbody
| * Add 'xhead' case to MonoizeGravatar Adam Chlipala2013-12-06
|/
* Add monoize case for 'dml' typeGravatar Adam Chlipala2013-10-01
|
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* Make Scriptcheck catch more script/message-passing uses, and move the phase ↵Gravatar Adam Chlipala2013-03-15
| | | | earlier in compilation
* Add more HTML singleton tags, anticipating that others may make them ↵Gravatar Adam Chlipala2012-12-31
| | | | available via the FFI
* Add some name-mangling rules to allow XML attribute 'name' and attributes ↵Gravatar Adam Chlipala2012-12-27
| | | | with dashes
* Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a ↵Gravatar Adam Chlipala2012-12-11
| | | | kind of simple dynamic typing (unsafe, of course)
* add Placeholder attribute to <password>; change <textbox> code generation to ↵Gravatar Adam Chlipala2012-11-30
| | | | set 'type' to 'text'
* Allow any FFI module to declare new HTML tagsGravatar Adam Chlipala2012-11-28
|
* Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a ↵Gravatar Adam Chlipala2012-11-28
| | | | test case for it
* Standard library additions: Option.unsafeGet, Basis.expGravatar Austin Seipp2012-11-28
|
* Tweaking treatment of function application: substitute or introduce a 'let'?Gravatar Adam Chlipala2012-08-05
|
* show_sql_queryGravatar Adam Chlipala2012-08-22
|
* Revert last changeset for now; needs more thoughtGravatar Adam Chlipala2012-08-05
|
* Tweaking treatment of function application: substitute or introduce a 'let'?Gravatar Adam Chlipala2012-08-05
|
* New NameJs phase, still needing some debuggingGravatar Adam Chlipala2012-08-02
|
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Fix bug in handling of event attributes within client-side widgetsGravatar Adam Chlipala2012-07-21
|
* <active>Gravatar Adam Chlipala2012-07-21
|
* New event records for key and mouse handlersGravatar Adam Chlipala2012-07-21
|
* Lighter-weight encoding of window function useGravatar Adam Chlipala2012-06-03
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* Compiled a window function useGravatar Adam Chlipala2012-06-02
|
* Track whether SQL expressions may use window functions, in preparation for ↵Gravatar Adam Chlipala2012-06-02
| | | | actual window function support
* Fix bugs in support for 'style' and 'dynStyle'Gravatar Adam Chlipala2012-05-06
|
* 'dynStyle' pseudo-attributeGravatar Adam Chlipala2012-05-06
|
* 'style' attributesGravatar Adam Chlipala2012-05-06
|
* Simplify type of Basis.tag, regarding 'class' attribute; new compatibility ↵Gravatar Adam Chlipala2012-05-06
| | | | parsing of 'class' values given as string literals
* Fix generation of normal datatypes from polymorphic variantsGravatar Adam Chlipala2012-04-29
|
* Fix urlification of recursive polymorphic variantsGravatar Adam Chlipala2012-04-28
|
* Ensure proper ordering of <script> execution, to bring identifiers into ↵Gravatar Adam Chlipala2012-04-27
| | | | scope in time
* Fix monoization of recursive variantsGravatar Adam Chlipala2012-04-16
|
* Saving uw_event for all events (so stopPropagation works everywhere)Gravatar Vladimir Shabanov2012-04-11
|
* Fixed 'onload' handling for img tag.Gravatar Vladimir Shabanov2012-04-11
|
* Avoid 'not fully determined' errors for fancy tasksGravatar Adam Chlipala2012-03-03
|
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
|
* Fix fetching of keycodes for key eventsGravatar Adam Chlipala2012-01-15
|
* Finish function argument order-of-operations fixGravatar Adam Chlipala2012-01-07
|
* First part of changes to avoid depending on C function call argument order ↵Gravatar Adam Chlipala2012-01-07
| | | | of evaluation (omitting normal Ur function calls, so far)
* Adapt Monoize serialization to handle freshly created variant typesGravatar Adam Chlipala2012-01-02
|
* Error messages about applying 'dynClass' to tags that don't like itGravatar Adam Chlipala2011-12-31
|