summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Support the full set of XHTML character entitiesGravatar Adam Chlipala2011-11-05
|
* Tweaks to choices of source positions to use in error messages, including ↵Gravatar Adam Chlipala2011-11-05
| | | | for subSgn
* Adjust for different ml-lex behavior between SML/NJ and MLtonGravatar Adam Chlipala2011-11-05
|
* Strengthen consNeq, to avoid unwise unificationsGravatar Adam Chlipala2011-11-05
|
* Fix confusing error message when record unification fails because enclosed ↵Gravatar Adam Chlipala2011-11-05
| | | | types are incompatible
* Remove debug printGravatar Adam Chlipala2011-11-02
|
* Handle application in decompileConGravatar Adam Chlipala2011-11-02
|
* Shorter, more focused error messages about undetermined unification variablesGravatar Adam Chlipala2011-10-29
|
* Clear reducedSummariesGravatar Adam Chlipala2011-10-28
|
* Harmonize have/need terminology in error messages; display canceled record ↵Gravatar Adam Chlipala2011-10-27
| | | | summaries on errors
* Turn off warnings about deprecated functions, to placate silly OpenSSL ↵Gravatar Adam Chlipala2011-10-26
| | | | change for OS X
* Catch UnboundNamed exceptions that arise from missing signature itemsGravatar Adam Chlipala2011-10-21
|
* Fix parsing conflictGravatar Adam Chlipala2011-10-15
|
* Change error message display order: only show disjointness/type class ↵Gravatar Adam Chlipala2011-10-15
| | | | failures if all record unifications succeeded
* Improved unification of record literals in type class resolutionGravatar Adam Chlipala2011-10-15
|
* Extend and document 'con' syntax with argumentsGravatar Adam Chlipala2011-10-15
|
* For new IF, fix Monoize typing and add to manualGravatar Adam Chlipala2011-10-15
|
* IF THEN ELSE conditional for SQL.Gravatar Karn Kallio2011-10-14
|
* Primitive int/float functions: ceil, float, round, truncGravatar Adam Chlipala2011-10-08
|
* Fix wildification for signatures with synonymsGravatar Adam Chlipala2011-10-08
|
* Basis.nullGravatar Adam Chlipala2011-10-06
|
* Tweaked Emacs mode to handle many "->" faster.Gravatar Vladimir Shabanov2011-09-26
|
* Minor tweak to speed up Emacs mode.Gravatar Vladimir Shabanov2011-09-26
|
* Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL ↵Gravatar Austin Seipp2011-09-23
| | | | connection string.
* Resugar tag names before printing parse errorsGravatar Adam Chlipala2011-09-22
|
* New Basis functions: preventDefault and stopPropagation (code contributed by ↵Gravatar Adam Chlipala2011-09-11
| | | | Vladimir Shabanov)
* Disable C optimization in debug modeGravatar Adam Chlipala2011-09-11
|
* An abstract type of IDsGravatar Adam Chlipala2011-09-03
|
* New client-side, document-level event handlersGravatar Adam Chlipala2011-09-03
|
* Better detection of type class witnesses in local bindingsGravatar Adam Chlipala2011-09-03
|
* Gentle handling of back-button returns to pages with stale message-passing ↵Gravatar Adam Chlipala2011-08-28
| | | | credentials
* Warn about concurrency issues with message-passingGravatar Adam Chlipala2011-08-28
|
* Postgres deadlock triggers unlimited retryGravatar Adam Chlipala2011-08-28
|
* Fix another list unurlification segfault bug; List.foldlMiGravatar Adam Chlipala2011-08-21
|
* Add prototypes for [un]urlification functionsGravatar Adam Chlipala2011-08-21
|
* Fix crash in list unurlificationGravatar Adam Chlipala2011-08-21
|
* Basis.mkMonadGravatar Adam Chlipala2011-08-19
|
* Add antiquote for ORDER BY directionsGravatar Adam Chlipala2011-08-19
|
* Add timestamps to 'app.js' filenames, to prevent inappropriate caching by ↵Gravatar Adam Chlipala2011-08-19
| | | | browsers
* Fix bug in JavaScript embedding of listsGravatar Adam Chlipala2011-08-15
|
* Compiler frees as much memory as possible before passing control to C compilerGravatar Adam Chlipala2011-08-15
|
* Fix list urlificationGravatar Adam Chlipala2011-08-14
|
* Remove commented-out codeGravatar Adam Chlipala2011-08-14
|
* Handle case where shakeExp can remove datatype.Gravatar Karn Kallio2011-08-12
|
* Remove some unnecessary parensGravatar Adam Chlipala2011-08-14
|
* Distribute applications of "arrow type" ECase across branches.Gravatar Karn Kallio2011-08-11
|
* '-dumpTypes'Gravatar Adam Chlipala2011-08-07
|
* Better wildification, avoiding some unintentional variable captureGravatar Adam Chlipala2011-08-06
|
* Configure correct C compiler options for PthreadsGravatar Adam Chlipala2011-08-04
|
* Fix opening of shadowing, principal-signatured modules that open other modulesGravatar Adam Chlipala2011-08-04
|