summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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
* 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
|
* Back out last change and pursue a different fix, based on explicitly ↵Gravatar Adam Chlipala2012-08-03
| | | | aborting script execution at times when we don't expect scripts to run
* New NameJs phase, still needing some debuggingGravatar Adam Chlipala2012-08-02
|
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Change 'spawn' implementation to allow blocking within <active code>Gravatar Adam Chlipala2012-07-25
|
* Fix JavaScript implementation of strcspn()Gravatar Adam Chlipala2012-07-24
|
* Disallow suspending operations in <active code={...}>Gravatar Adam Chlipala2012-07-23
|
* Add more global mouse event hooksGravatar Adam Chlipala2012-07-23
|
* Nicer <active> semanticsGravatar Adam Chlipala2012-07-22
|
* Fix bug in handling of event attributes within client-side widgetsGravatar Adam Chlipala2012-07-21
|
* Top.postFieldsGravatar Adam Chlipala2012-07-21
|
* <active>Gravatar Adam Chlipala2012-07-21
|
* Basis.giveFocusGravatar Adam Chlipala2012-07-21
|
* New event records for key and mouse handlersGravatar Adam Chlipala2012-07-21
|
* Support fancy expressions in module-level 'val' declarationsGravatar Adam Chlipala2012-07-18
|
* Flush elaboration cache when switching between .urp filesGravatar Adam Chlipala2012-06-23
|
* 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
|
* Some standard library additions from Edward Z. YangGravatar Adam Chlipala2012-05-19
|
* Run-time CSS style validationGravatar Adam Chlipala2012-05-06
|
* New optional suffice for 'rewrite' in .urp files: [-]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
* More diagnostic information about some type class resolution failuresGravatar Adam Chlipala2012-05-04
|
* Reinitialize lexer state properlyGravatar Adam Chlipala2012-05-04
|
* Don't modify the module cache after elaboration failuresGravatar Adam Chlipala2012-05-02
|
* Better discovery of type class instances from recursive definitionsGravatar Adam Chlipala2012-05-02
|
* In simplifying constructors for error messages, unfold constructor synonyms ↵Gravatar Adam Chlipala2012-05-02
| | | | from modules
* 'urweb daemon start' and 'urweb daemon stop'Gravatar Adam Chlipala2012-04-29
|
* Include JavaScript files properly in error handler pagesGravatar Adam Chlipala2012-04-28
|
* Fix urlification of recursive polymorphic variantsGravatar Adam Chlipala2012-04-28
|
* Avoid generating empty <script> tagsGravatar Adam Chlipala2012-04-27
|
* Ensure proper ordering of <script> execution, to bring identifiers into ↵Gravatar Adam Chlipala2012-04-27
| | | | scope in time
* Omit unnecessary parens around arrows in pretty-printingGravatar Adam Chlipala2012-04-27
|
* 'linker' .urp directiveGravatar Adam Chlipala2012-04-22
|
* Another test for cancelation in error messagesGravatar Adam Chlipala2012-04-22
|
* -unifyMoreGravatar Adam Chlipala2012-04-22
|
* Antiquote for PRIMARY KEYGravatar Adam Chlipala2012-04-21
|
* Omit 'Basis.' in pretty-printing constructors, where this is unambiguousGravatar Adam Chlipala2012-04-21
|
* Pretty-print tuple types using tuple syntaxGravatar Adam Chlipala2012-04-21
|
* Saving proper environments, to use in displaying nested error messagesGravatar Adam Chlipala2012-04-21
|
* Add another rule to simplify record concatenations for pretty-printingGravatar Adam Chlipala2012-04-21
|
* Avoid kindof failures in elaborationGravatar Adam Chlipala2012-04-21
|