summaryrefslogtreecommitdiff
path: root/src/mono_env.sml
Commit message (Collapse)AuthorAge
* Merge PVar and PWild, to get more reasonable type-class resolutionGravatar Adam Chlipala2016-02-07
|
* Use referenced (rather than all) free variables as keys for pure caches.Gravatar Ziv Scully2015-09-27
|
* Pure caching sort of works.Gravatar Ziv Scully2015-09-27
|
* Allow subqueries to reference aggregate-only columns of free tables; treat ↵Gravatar Adam Chlipala2011-01-15
| | | | non-COUNT aggregate functions as possibly returning NULL
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
|
* Pushing policies throughGravatar Adam Chlipala2010-04-04
|
* Convert to task syntaxGravatar Adam Chlipala2009-12-15
|
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Mutual datatypes through PathcheckGravatar Adam Chlipala2009-05-16
|
* Proper lifting of MonoEnv stored expressions; avoidance of onchange clobberingGravatar Adam Chlipala2009-05-14
|
* A view query worksGravatar Adam Chlipala2009-04-28
|
* Catching duplicate cookie and style pathsGravatar Adam Chlipala2009-04-16
|
* style declarationsGravatar Adam Chlipala2009-04-12
|
* Successfully generated a page element from a signalGravatar Adam Chlipala2008-12-20
|
* Start of JsCompGravatar Adam Chlipala2008-12-20
|
* SQL sequencesGravatar Adam Chlipala2008-09-14
|
* Converting string to intGravatar Adam Chlipala2008-09-07
|
* Table declarations pushed to CjrGravatar Adam Chlipala2008-09-02
|
* 'database' declaration threaded through compilerGravatar Adam Chlipala2008-09-02
|
* 'Option' datatype encodingGravatar Adam Chlipala2008-08-09
|
* Lists all the way throughGravatar Adam Chlipala2008-08-09
|
* Datatype representation optimizationGravatar Adam Chlipala2008-08-03
|
* Optimizing 'case' in Mono_reduceGravatar Adam Chlipala2008-08-03
|
* Compiled pattern matching to CGravatar Adam Chlipala2008-08-03
|
* Cases through monoizeGravatar Adam Chlipala2008-08-03
|
* First part of getting cases through monoizeGravatar Adam Chlipala2008-08-03
|
* Storing datatype constructors in type references past monoizeGravatar Adam Chlipala2008-07-29
|
* Datatypes through monoizeGravatar Adam Chlipala2008-07-29
|
* Tagging (non-mutual) 'val rec'Gravatar Adam Chlipala2008-07-17
|
* Remove closure conversion in favor of zany fun with modules, which also ↵Gravatar Adam Chlipala2008-07-13
| | | | replaces 'page'
* page declaration, up through monoizeGravatar Adam Chlipala2008-07-10
|
* Separate compilation and automatic basis importationGravatar Adam Chlipala2008-06-22
|
* MonoizeGravatar Adam Chlipala2008-06-10