2013-04-16 |
Adam Chlipala |
Basis.tryRpc |
2012-01-07 |
Adam Chlipala |
First part of changes to avoid depending on C function call argument order of evaluation (omitting normal Ur function calls, so far) |
2010-09-07 |
Adam Chlipala |
Server-side 'onError' |
2010-04-04 |
Adam Chlipala |
Pushing policies through |
2010-03-16 |
Adam Chlipala |
Undo an Especialize change that turned out to be unecessary |
2009-12-15 |
Adam Chlipala |
Convert to task syntax |
2009-12-13 |
Adam Chlipala |
Initializers and setval |
2009-10-25 |
Adam Chlipala |
RPC uses VM support for call/cc |
2009-09-17 |
Adam Chlipala |
Basic tail recursion introduction seems to be working |
2009-08-22 |
Adam Chlipala |
Convert to requiring explicit 'rpc' marker |
2009-05-16 |
Adam Chlipala |
Mutual datatypes through Effectize |
2009-05-16 |
Adam Chlipala |
Fix a Core_untangle bug that missed closure variable references; XHTMLize |
2009-05-14 |
Adam Chlipala |
Fix a nasty binding bug in CoreUtil |
2009-04-28 |
Adam Chlipala |
A view query works |
2009-04-12 |
Adam Chlipala |
Stop tracking CSS classes in XML types |
2009-04-12 |
Adam Chlipala |
style declarations |
2009-04-07 |
Adam Chlipala |
PRIMARY KEY |
2009-04-07 |
Adam Chlipala |
Track uniqueness sets in table types |
2009-04-07 |
Adam Chlipala |
UNIQUE constraints |
2009-02-22 |
Adam Chlipala |
demo/hello compiles with kind polymorphism |
2009-02-22 |
Adam Chlipala |
Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top |
2009-02-21 |
Adam Chlipala |
"Hello world" compiles, after replacing type-level fold with map |
2009-02-15 |
Adam Chlipala |
First gimpy RPC |
2009-02-14 |
Adam Chlipala |
Start of RPCification |
2008-11-27 |
Adam Chlipala |
Avoid Especializing polymorphic code |
2008-11-12 |
Adam Chlipala |
Add CutMulti |
2008-11-11 |
Adam Chlipala |
Get preliminary ThreadedBlog working |
2008-11-09 |
Adam Chlipala |
Defunctionalization gets CommentBlog working |
2008-11-09 |
Adam Chlipala |
Especialize working reasonably well; need to add new closure representation pass |
2008-11-08 |
Adam Chlipala |
Broaden set of possible especializations |
2008-11-06 |
Adam Chlipala |
Cookies through shake2 |
2008-11-02 |
Adam Chlipala |
Almost have that nested save function compiling |
2008-11-01 |
Adam Chlipala |
Wrapping works in Blog |
2008-10-31 |
Adam Chlipala |
Replace 'with' with '++' |
2008-10-30 |
Adam Chlipala |
Especialize |
2008-10-21 |
Adam Chlipala |
Simple listShop working |
2008-09-14 |
Adam Chlipala |
Crud supports INSERT |
2008-09-14 |
Adam Chlipala |
SQL sequences |
2008-09-02 |
Adam Chlipala |
'database' declaration threaded through compiler |
2008-08-31 |
Adam Chlipala |
Fix Core con comparison |
2008-08-31 |
Adam Chlipala |
Corify tables |
2008-08-16 |
Adam Chlipala |
Corifying con-tuples |
2008-08-09 |
Adam Chlipala |
'Option' datatype encoding |
2008-08-09 |
Adam Chlipala |
Lists all the way through |
2008-08-08 |
Adam Chlipala |
Specialization of single-parameter datatypes |
2008-08-08 |
Adam Chlipala |
Parametrized datatypes through corify |
2008-08-03 |
Adam Chlipala |
Datatype representation optimization |
2008-08-03 |
Adam Chlipala |
Compiled pattern matching to C |
2008-08-03 |
Adam Chlipala |
Cases through monoize |
2008-08-02 |
Adam Chlipala |
Case through corify |
2008-07-29 |
Adam Chlipala |
Datatypes through corify |
2008-07-24 |
Adam Chlipala |
Record cut |
2008-07-17 |
Adam Chlipala |
Reducing (non-mutual) 'val rec' |
2008-07-17 |
Adam Chlipala |
Corifying (non-mutual) 'val rec' |
2008-07-13 |
Adam Chlipala |
Starting with closure links |
2008-07-13 |
Adam Chlipala |
Remove closure conversion in favor of zany fun with modules, which also replaces 'page' |
2008-07-10 |
Adam Chlipala |
Writing HTML |
2008-07-10 |
Adam Chlipala |
page declaration, up through monoize |
2008-07-01 |
Adam Chlipala |
Push KUnit and CUnit through the phases |
2008-06-26 |
Adam Chlipala |
Corify efold |