summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Hopeful fix for the Great Unification BugGravatar Adam Chlipala2010-10-10
|
* Flex kinds for type-level tuples; ::_ notationGravatar Adam Chlipala2010-10-10
|
* Demo improvementsGravatar Adam Chlipala2010-09-30
|
* Fix typing of cut operators; fix lexing of XML commentsGravatar Adam Chlipala2010-09-16
|
* Support empty datatypes, which can now be generated via 'variant []'Gravatar Adam Chlipala2010-09-09
|
* Shortcut invocations for single .ur filesGravatar Adam Chlipala2010-09-07
|
* 'tryDml' works with PostgresGravatar Adam Chlipala2010-09-07
|
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
|
* tryDmlGravatar Adam Chlipala2010-09-05
|
* Support multiple CSS classes for a single tagGravatar Adam Chlipala2010-09-05
|
* Confirm boxes; proper event handler setting for ctagsGravatar Adam Chlipala2010-08-22
|
* Reduce: Inline let-bound variables whose types involve functionsGravatar Adam Chlipala2010-08-22
|
* Some post-type-checking support for polymorphic variantsGravatar Adam Chlipala2010-08-21
|
* Polymorphic variantsGravatar Adam Chlipala2010-08-19
|
* Fix C-side jsification of UTF-8 stringsGravatar Adam Chlipala2010-08-10
|
* Better UTF-8 escaping for JavaScript and SQL literalsGravatar Adam Chlipala2010-08-10
|
* HTML commentsGravatar Adam Chlipala2010-08-10
|
* ML-style comments inside XMLGravatar Adam Chlipala2010-08-10
|
* Roll back WHERE checkingGravatar Adam Chlipala2010-07-27
|
* equalAny policiesGravatar Adam Chlipala2010-07-27
|
* Initial version of equalKnown working for secretGravatar Adam Chlipala2010-07-27
|
* Catch a missed ReduceLocal of field projection annotationsGravatar Adam Chlipala2010-06-13
|
* More generous wildification, covering map-recordsGravatar Adam Chlipala2010-06-13
|
* Another run of Specialize, using ReduceLocal on datatype parametersGravatar Adam Chlipala2010-06-05
|
* Undo fancy wildification; instead, client code should include extra wildcard ↵Gravatar Adam Chlipala2010-06-03
| | | | con declarations
* Some serious bug-fix work to get HTML example to compile; this includes ↵Gravatar Adam Chlipala2010-06-03
| | | | fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
* Allow complex attribute records in TagGravatar Adam Chlipala2010-06-01
|
* Try harder to place wildified 'con' declarations properlyGravatar Adam Chlipala2010-06-01
|
* Improve consNeq to detect unequal projected consGravatar Adam Chlipala2010-06-01
|
* Include new config.h in C source filesGravatar Adam Chlipala2010-05-30
|
* -moduleOf command-line option; compatibility fixes and better error messages ↵Gravatar Adam Chlipala2010-05-27
| | | | for SQLite
* Consider view declarations while shakingGravatar Adam Chlipala2010-05-27
|
* Fix bug in module path generation with module roots; push wildification ↵Gravatar Adam Chlipala2010-05-27
| | | | through substructures
* Support HTTP caching of app.jsGravatar Adam Chlipala2010-05-23
|
* Switch to strings and eval for thunkifying JavaScripted functionsGravatar Adam Chlipala2010-05-22
|
* Thunking recursive JavaScripted function ASTs, to reduce page load time ↵Gravatar Adam Chlipala2010-05-22
| | | | dramatically
* URL-escape with '.' instead of '%', to avoid confusing proxiesGravatar Adam Chlipala2010-05-18
|
* Fix width/height CSS choices for table rows/columns; stop warning about ↵Gravatar Adam Chlipala2010-05-16
| | | | inability to embed type in JavaScript
* Fix C-mangling of datatype namesGravatar Adam Chlipala2010-05-16
|
* Avoid reimplementing conversion to C stringsGravatar Adam Chlipala2010-05-15
|
* Some Iflow improvements for gradebookGravatar Adam Chlipala2010-05-06
|
* Safe unmodeled SQL expressions marked as knownGravatar Adam Chlipala2010-05-01
|
* Basic handling of recursive functions in IflowGravatar Adam Chlipala2010-05-01
|
* Add rand to Basis and handle it in IflowGravatar Adam Chlipala2010-04-29
|
* Complain about DValRec; optimizations for unit-valued ECase and forgetting ↵Gravatar Adam Chlipala2010-04-29
| | | | of path conditions across ESeq
* Avoid state space explosion with ECase that just writes a constant in each caseGravatar Adam Chlipala2010-04-18
|
* Fix innappropriate removal of duplicate tables from DML policiesGravatar Adam Chlipala2010-04-18
|
* Better handling of DELETE and UPDATEGravatar Adam Chlipala2010-04-18
|
* Take advantage of equalities between get_cookie callsGravatar Adam Chlipala2010-04-18
|
* Use key information in more places, and catch cases where one key completion ↵Gravatar Adam Chlipala2010-04-18
| | | | depends on another having happened already