| Commit message (Expand) | Author | Age |
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |
* | Add some tests for Content-Disposition | Adam Chlipala | 2016-05-05 |
* | At runtime, catch when we exceed 'limit inputs' | Adam Chlipala | 2016-03-30 |
* | More consistent formatting for new List functions | Adam Chlipala | 2016-02-26 |
* | Finish removing PWild; only load a library once, even if referenced multiple ... | Adam Chlipala | 2016-02-07 |
* | Merge PVar and PWild, to get more reasonable type-class resolution | Adam Chlipala | 2016-02-07 |
* | Merge Sqlcache | Adam Chlipala | 2015-12-20 |
|\ |
|
* | | Fix tricky case of functor signature subsumption | Adam Chlipala | 2015-11-27 |
| * | Fix condition for installing new cache entries | Adam Chlipala | 2015-11-19 |
|/ |
|
* | Proper error message for excessively fancy FFI signatures | Adam Chlipala | 2015-08-27 |
* | Add a simple 'make test' target | Adam Chlipala | 2015-07-29 |
* | Add HTML 'align' attribute | Adam Chlipala | 2015-07-02 |
* | Allow mouse and key events for <body> | Adam Chlipala | 2015-07-02 |
* | Apply syntax sugar for 'class' attribute to <form> as well | Adam Chlipala | 2015-06-08 |
* | Fix .sql generation to honor 'noMangleSql' in column names | Adam Chlipala | 2015-05-10 |
* | New mouse events oncontextmenu, onmouseenter, and onmouseleave. | Ziv Scully | 2015-04-07 |
* | Fix interpretation of 'file' argument paths | Adam Chlipala | 2015-03-08 |
* | Support 'dynClass' and 'dynStyle' for <body> | Adam Chlipala | 2015-03-03 |
* | Fix XML syntax for closing <input> tags | Adam Chlipala | 2014-12-18 |
* | More HTML5 AJAX widgets | Adam Chlipala | 2014-11-16 |
* | Textual HTML5 AJAX widgets | Adam Chlipala | 2014-11-16 |
* | Some more HTML5 input types | Adam Chlipala | 2014-11-16 |
* | More simple textual HTML5 input types | Adam Chlipala | 2014-11-16 |
* | Remove 'value' attribute of <checkbox> | Adam Chlipala | 2014-11-16 |
* | Make 'required' and 'autofocus' attributes Boolean; add a syntax extension fo... | Adam Chlipala | 2014-11-16 |
* | Default to parsing time strings with the application-configured format | Adam Chlipala | 2014-09-20 |
* | Extend ScriptCheck to take RPCs into account | Adam Chlipala | 2014-08-24 |
* | A new test for <button> | Adam Chlipala | 2014-08-17 |
* | Add tests/dbupload2.* files | Sergey Mironov | 2014-08-15 |
* | MonoReduce bug involving 'error' | Adam Chlipala | 2014-08-06 |
* | When unifying constructor-level unification variables, also unify their kinds | Adam Chlipala | 2014-08-01 |
* | 'aria-*' attributes | Adam Chlipala | 2014-08-01 |
* | New .urp directive: file | Adam Chlipala | 2014-07-31 |
* | Small tweak to ordering of unification rules, to support better record matching | Adam Chlipala | 2014-07-29 |
* | Default 'jsFunc' for less-safe FFI | Adam Chlipala | 2014-07-16 |
* | Fix off-by-one error in less-safe FFI wrapper generation | Adam Chlipala | 2014-07-13 |
* | Finish example | Adam Chlipala | 2014-06-25 |
* | New syntactic shorthand for antiquoting subqueries | Adam Chlipala | 2014-06-25 |
* | 'sql_injectable_prim' instance for 'url' | Adam Chlipala | 2014-06-15 |
* | let..where..end | Adam Chlipala | 2014-06-11 |
* | Align to sizeof(void *) instead of fixed 4 | Adam Chlipala | 2014-05-28 |
* | Fix dynClass for non-<body> contexts | Adam Chlipala | 2014-05-04 |
* | New lessSafeFfi | Adam Chlipala | 2014-05-02 |
* | Monadic bind supports patterns | Adam Chlipala | 2014-05-02 |
* | HTML5 data-* attributes | Adam Chlipala | 2014-05-02 |
* | <thead>, <tbody>, <tfoot> | Adam Chlipala | 2014-04-30 |
* | Change <active> to avoid generating an empty <span> for empty content | Adam Chlipala | 2014-04-21 |
* | getenv calls UNIX getenv() when no special alternative is set | Adam Chlipala | 2014-03-07 |
* | Change Basis.getenv to return None outside the context of a web request | Adam Chlipala | 2014-03-04 |
* | Some more nested functor bug-fixing, including generating fresh internal name... | Adam Chlipala | 2014-02-20 |