summaryrefslogtreecommitdiff
path: root/src/jscomp.sml
Commit message (Collapse)AuthorAge
* Fix bug in JavaScript embedding of listsGravatar Adam Chlipala2011-08-15
|
* Add client-side Basis.now and pretty-printing of timesGravatar Adam Chlipala2011-07-06
|
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
|
* To generate server-side source JavaScript, try both the old and new ↵Gravatar Adam Chlipala2011-03-28
| | | | strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* Notice that Basis.now is effectful; smarter JavaScript encoding of initial ↵Gravatar Adam Chlipala2011-02-08
| | | | source values built using server-side expressions that can't be turned into JavaScript
* Patch from Vladimir Shabanov to support implicit passing of 'time' values ↵Gravatar Adam Chlipala2011-01-20
| | | | from server to client
* Client-side redirectsGravatar Adam Chlipala2011-01-06
|
* [De]serialization of times in JavaScript; proper integer division in ↵Gravatar Adam Chlipala2010-12-23
| | | | JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types
* Fix JavaScript unit unurlification; URL blessing client-sideGravatar Adam Chlipala2010-11-26
|
* Fix RPC deserialization of channelsGravatar Adam Chlipala2010-11-19
|
* tryDmlGravatar Adam Chlipala2010-09-05
|
* Better UTF-8 escaping for JavaScript and SQL literalsGravatar Adam Chlipala2010-08-10
|
* 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
* Fix width/height CSS choices for table rows/columns; stop warning about ↵Gravatar Adam Chlipala2010-05-16
| | | | inability to embed type in JavaScript
* Louder jscomp; toUpper/Lower fix for JavaScriptGravatar Adam Chlipala2010-03-04
|
* Tone down Reduce and compensate with a new push-lambda-inside-case rule in ↵Gravatar Adam Chlipala2010-03-02
| | | | MonoOpt; expand more Basis synonyms in Monoize
* Proper C-side deserialization; Shake.sliceDbGravatar Adam Chlipala2010-01-03
|
* JavaScript urlification; more lenient export pattern in Corify; only include ↵Gravatar Adam Chlipala2010-01-02
| | | | scripts in pages that use JavaScript
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
|
* Represent FFI function names as strings, to deal with cross-file recursionGravatar Adam Chlipala2009-12-05
|
* Initial form for paper assignmentGravatar Adam Chlipala2009-11-01
|
* Use call/cc for recv and sleepGravatar Adam Chlipala2009-10-25
|
* RPC uses VM support for call/ccGravatar Adam Chlipala2009-10-25
|
* demo/more compiles; small problem left with foreign keys in Grid1Gravatar Adam Chlipala2009-09-24
|
* demo/increment works with interpretationGravatar Adam Chlipala2009-09-24
|
* Might have fixed demo/listEditGravatar Adam Chlipala2009-09-24
|
* demo/react works with interpretationGravatar Adam Chlipala2009-09-22
|
* Compiled an 'option' pattern-matchGravatar Adam Chlipala2009-09-22
|
* More interpreter debuggingGravatar Adam Chlipala2009-09-22
|
* Hopefully complete refactoring of Jscomp to output ASTs; partial ↵Gravatar Adam Chlipala2009-09-22
| | | | implementation of interpreter in runtime system (demo/alert works)
* Grid sorting workingGravatar Adam Chlipala2009-09-19
|
* Hopefully fixed Jscomp bug that was breaking GridGravatar Adam Chlipala2009-09-19
|
* Don't try to compile sigString() calls to JavaScriptGravatar Adam Chlipala2009-09-17
|
* Fix JavaScript char literals; don't generate demo links to nonexistent filesGravatar Adam Chlipala2009-09-15
|
* Fix a bug in Jscomp environment calculation for EQuery; smarter embedding of ↵Gravatar Adam Chlipala2009-09-14
| | | | record projection in JavaScript
* Fix inconsistency in bool URLification between C and JavaScriptGravatar Adam Chlipala2009-08-25
|
* Fix list jsification bug; grid1 working with foreign key, but booleans not ↵Gravatar Adam Chlipala2009-08-25
| | | | getting into database properly
* grid1 compiles but gets stuck in JSGravatar Adam Chlipala2009-08-25
|
* Be careful in Jscomp to avoid interpreting non-boolean/reference types as ↵Gravatar Adam Chlipala2009-08-11
| | | | booleans with ?:
* Library improvements; proper list [un]urlification; remove server-side ↵Gravatar Adam Chlipala2009-08-09
| | | | ServerCalls; eta reduction in type inference
* Key events get key code inputGravatar Adam Chlipala2009-07-18
|
* Fix a variable capture bug in nested JavaScript; some more list stuffGravatar Adam Chlipala2009-06-16
|
* <dyn> inside <table>; fix Specialize bug with datatype decls generating ↵Gravatar Adam Chlipala2009-06-13
| | | | other mutually-recursive datatype decls
* Start of Option; Basis.current; fix missed cases in Jscomp.isNullableGravatar Adam Chlipala2009-06-07
|
* Fix unbound name problem in Jscomp injectors; more List stuffGravatar Adam Chlipala2009-06-06
|
* Lexing some more string escape sequences; JS versions of number read; fix ↵Gravatar Adam Chlipala2009-06-02
| | | | problem with signature unification; escape < more often in Jscomp
* Less whining about match failures; fix singleton record Jscomp bugGravatar Adam Chlipala2009-06-02
|