summaryrefslogtreecommitdiff
path: root/src/sources
Commit message (Collapse)AuthorAge
* New phase: DbmodecheckGravatar Adam Chlipala2014-08-17
|
* Some more nested functor bug-fixing, including generating fresh internal ↵Gravatar Adam Chlipala2014-02-20
| | | | names at applications; still need to debug issues with datatype constructors
* Allow building in a separate build directoryGravatar Anders Kaseorg2013-11-22
| | | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 30 +++--- src/c/Makefile.am | 2 +- src/compiler.mlb | 2 +- src/sources | 302 +++++++++++++++++++++++++++--------------------------- 4 files changed, 168 insertions(+), 168 deletions(-)
* Add Sigcheck phase to avoid issues with signatures in global initializersGravatar Adam Chlipala2013-06-15
|
* New NameJs phase, still needing some debuggingGravatar Adam Chlipala2012-08-02
|
* Initial support for reusing elaboration resultsGravatar Adam Chlipala2012-04-29
|
* Refactor SQL parsing code from Iflow to Sql, add querydml parser.Gravatar Edward Z. Yang2012-03-12
|
* Fix handling of quotes in generating C literalsGravatar Adam Chlipala2012-01-02
|
* Better error messages about server-side use of client-side functionsGravatar Adam Chlipala2011-11-14
|
* Support the full set of XHTML character entitiesGravatar Adam Chlipala2011-11-05
|
* Generated pretty-printed HTML for a simple tutorial source fileGravatar Adam Chlipala2011-07-15
|
* Reduce: Inline let-bound variables whose types involve functionsGravatar Adam Chlipala2010-08-22
|
* Another run of Specialize, using ReduceLocal on datatype parametersGravatar Adam Chlipala2010-06-05
|
* Command-line use of IflowGravatar Adam Chlipala2010-04-13
|
* Generated basic dummy Iflow conditionsGravatar Adam Chlipala2010-04-04
|
* Basic analysis of tag and CSS class usageGravatar Adam Chlipala2010-02-27
|
* RPC uses VM support for call/ccGravatar Adam Chlipala2009-10-25
|
* Grid changed to use Dlist.replace; filters stopped workingGravatar Adam Chlipala2009-09-17
|
* demo/sql works with SQLiteGravatar Adam Chlipala2009-07-17
|
* Fix dependency misorderingGravatar Adam Chlipala2009-07-17
|
* Demo working with MySQLGravatar Adam Chlipala2009-07-16
|
* Demo compiles again with Postgres and MySQL; MySQL version lacks sequence ↵Gravatar Adam Chlipala2009-07-12
| | | | code and so doesn't work yet
* Start of multi-DBMS supportGravatar Adam Chlipala2009-06-28
|
* Move http protocol into its own fileGravatar Adam Chlipala2009-06-28
|
* Successfully starting FastCGI sessions with ApacheGravatar Adam Chlipala2009-06-27
|
* Avoid using prepared statements for non-persistent protocolsGravatar Adam Chlipala2009-06-27
|
* C FFI compiler optionsGravatar Adam Chlipala2009-04-30
|
* Effectness analysisGravatar Adam Chlipala2009-04-16
|
* Label exported symbols by effect-ness; factor out some common datatypesGravatar Adam Chlipala2009-04-16
|
* Track uniqueness sets in table typesGravatar Adam Chlipala2009-04-07
|
* MarshalcheckGravatar Adam Chlipala2009-03-28
|
* Avoid any JavaScript when pages don't need it; update demo proseGravatar Adam Chlipala2009-03-10
|
* Start of RPCificationGravatar Adam Chlipala2009-02-14
|
* Start of JsCompGravatar Adam Chlipala2008-12-20
|
* Untangle and shake within Especialize loopGravatar Adam Chlipala2008-11-27
|
* Fusing writes with recursive function callsGravatar Adam Chlipala2008-11-25
|
* Defunctionalization gets CommentBlog workingGravatar Adam Chlipala2008-11-09
|
* Especialize working reasonably well; need to add new closure representation passGravatar Adam Chlipala2008-11-09
|
* Nested save compilesGravatar Adam Chlipala2008-11-01
|
* Almost have that nested save function compilingGravatar Adam Chlipala2008-11-01
|
* First Unnest tests workingGravatar Adam Chlipala2008-11-01
|
* EspecializeGravatar Adam Chlipala2008-10-30
|
* Demo HTML generation, minus source codeGravatar Adam Chlipala2008-10-19
|
* Proper configuration and installationGravatar Adam Chlipala2008-10-19
|
* Proper generation of relation names; checking that sequences existGravatar Adam Chlipala2008-10-19
|
* foldTR2Gravatar Adam Chlipala2008-09-13
|
* Unpoly non-recursive functionGravatar Adam Chlipala2008-09-11
|
* Termination checkingGravatar Adam Chlipala2008-09-09
|
* Ran a prepared statement with one string parameterGravatar Adam Chlipala2008-09-07
|
* Laconic -> UrGravatar Adam Chlipala2008-08-31
|