Thu, 27 Dec 2012 15:34:11 -0500 |
Adam Chlipala |
Add some name-mangling rules to allow XML attribute 'name' and attributes with dashes |
Sat, 19 May 2012 11:32:12 -0400 |
Adam Chlipala |
Some standard library additions from Edward Z. Yang |
Sun, 11 Dec 2011 15:02:55 -0500 |
Adam Chlipala |
Some new List functions, based on code by Ron de Bruijn |
Sun, 21 Aug 2011 13:41:57 -0400 |
Adam Chlipala |
Fix another list unurlification segfault bug; List.foldlMi |
Mon, 15 Aug 2011 10:22:09 -0400 |
Adam Chlipala |
List.mapXi |
Sun, 24 Jul 2011 15:47:09 -0400 |
Adam Chlipala |
List.find |
Mon, 27 Jun 2011 21:36:32 +0100 |
Robin Green |
recToList |
Sat, 15 Jan 2011 14:53:13 -0500 |
Adam Chlipala |
Allow subqueries to reference aggregate-only columns of free tables; treat non-COUNT aggregate functions as possibly returning NULL |
Thu, 16 Dec 2010 13:35:40 -0500 |
Adam Chlipala |
Fiddly tweaks |
Sun, 21 Nov 2010 15:43:24 -0500 |
Adam Chlipala |
Fix a bug in C list unurlification |
Sat, 20 Nov 2010 10:45:22 -0500 |
Adam Chlipala |
queryL1 and List.sort |
Sun, 13 Jun 2010 14:13:47 -0400 |
Adam Chlipala |
List.mapi |
Thu, 25 Mar 2010 15:44:24 -0400 |
Adam Chlipala |
Subquery expressions |
Thu, 31 Dec 2009 18:07:53 -0500 |
Adam Chlipala |
Eta-expand bodies of transaction functions in Monoization, to enable later optimization |
Sat, 05 Dec 2009 14:01:34 -0500 |
Adam Chlipala |
Represent FFI function names as strings, to deal with cross-file recursion |
Tue, 08 Sep 2009 10:18:19 -0400 |
Adam Chlipala |
dragList almost kinda works |
Sat, 22 Aug 2009 12:55:18 -0400 |
Adam Chlipala |
Convert to requiring explicit 'rpc' marker |
Tue, 16 Jun 2009 17:52:44 -0400 |
Adam Chlipala |
Fix a variable capture bug in nested JavaScript; some more list stuff |
Tue, 09 Jun 2009 18:11:59 -0400 |
Adam Chlipala |
Some standard library reorgs and additions; handle mutual datatypes better in Specialize |
Tue, 09 Jun 2009 11:12:34 -0400 |
Adam Chlipala |
Mark current as effectful; add List functions |
Sun, 07 Jun 2009 16:45:00 -0400 |
Adam Chlipala |
Fix datatype import bug in Elaborate; fix server-side source setting; more standard library stuff |
Sun, 07 Jun 2009 14:15:22 -0400 |
Adam Chlipala |
List.all; fix ANDALSO/ORELSE parsing precedence |
Sat, 06 Jun 2009 15:29:34 -0400 |
Adam Chlipala |
Fix unbound name problem in Jscomp injectors; more List stuff |
Sat, 06 Jun 2009 14:09:30 -0400 |
Adam Chlipala |
List library additions; fix another substructure unification bug |
Sat, 30 May 2009 14:44:29 -0400 |
Adam Chlipala |
Defer pattern-matching exhaustiveness checks and normalize pattern types more thoroughly |
Thu, 28 May 2009 10:16:50 -0400 |
Adam Chlipala |
fn-pattern code in but not tested yet; hello compiles |
Tue, 26 May 2009 12:25:06 -0400 |
Adam Chlipala |
Chars and more string operations |
Thu, 14 May 2009 13:18:31 -0400 |
Adam Chlipala |
Proper lifting of MonoEnv stored expressions; avoidance of onchange clobbering |
Thu, 14 May 2009 09:11:58 -0400 |
Adam Chlipala |
Fix a nasty binding bug in CoreUtil |
Thu, 14 May 2009 08:13:54 -0400 |
Adam Chlipala |
Improving/reordering Unpoly and Especialize; pathmaps |