summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Get a few more source files up-to-date with change to [tag] typeGravatar Adam Chlipala2011-12-28
|
* 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|
* Order constructors properly in wildification, to avoid spuriously ↵Gravatar Adam Chlipala2011-12-18
| | | | displeasing the new scoping check
* Add a new scoping check for unification variables, to fix a type inference bugGravatar Adam Chlipala2011-12-18
|
* Allow .urp libraries to set prefixGravatar Adam Chlipala2011-12-17
|
* SQL lower() and upper() functionsGravatar Adam Chlipala2011-12-17
|
* Fix C-side unurlification of unboxable Option datatypesGravatar Adam Chlipala2011-12-17
|
* Treat [naughtyDebug] as pure for optimization purposesGravatar Adam Chlipala2011-12-05
|
* Fix client-side [int] parsing and extend server-side [time] parsing to ↵Gravatar Adam Chlipala2011-12-04
| | | | support a format that also works portably in JavaScript
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* Don't crash on invalid URL head terms during TagGravatar Adam Chlipala2011-12-03
|
* New 't.*' notation for SELECTGravatar Adam Chlipala2011-12-03
|
* Nicer record summary error messagesGravatar Adam Chlipala2011-12-03
|
* Change client-side debug to use console.debugGravatar Adam Chlipala2011-12-03
|
* Client-side strlenGeGravatar Adam Chlipala2011-12-03
|
* Better error messages about non-SQL-izability of typesGravatar Adam Chlipala2011-12-03
|
* Allow sources to be returned by RPCsGravatar Adam Chlipala2011-12-03
|
* Catching integer divisions by zeroGravatar Adam Chlipala2011-12-03
|
* Update Coq semantics for 8.3pl2Gravatar Adam Chlipala2011-11-30
|
* Support 'safeGet' in demosGravatar Adam Chlipala2011-11-25
|
* Fix server-side urlification of custom Option typesGravatar Adam Chlipala2011-11-25
|
* Announce sidedness errors with source locationsGravatar Adam Chlipala2011-11-25
|
* Tweak error message about Basis.get to use that name instead of internal nameGravatar Adam Chlipala2011-11-24
|
* Client-side timefGravatar Adam Chlipala2011-11-24
|
* Add LIKE operator to SQL sublanguage.Gravatar Karn Kallio2011-11-23
|
* Yet another fix to previous changeGravatar Adam Chlipala2011-11-20
|
* Fix bug in previous changeGravatar Adam Chlipala2011-11-20
|
* Don't treat comment-only lines as blank, in determining split point of .urp ↵Gravatar Adam Chlipala2011-11-20
| | | | files
* COALESCEGravatar Adam Chlipala2011-11-19
|
* Better error messages when client-side constructs are detected in CjrizeGravatar Adam Chlipala2011-11-19
|
* Fix catalog querying about empty tablesGravatar Adam Chlipala2011-11-18
|
* Regenerate proper Autotools files; fix JS stringToTime and add ↵Gravatar Adam Chlipala2011-11-18
| | | | stringToTime_error
* MergeGravatar Ron de Bruijn2011-11-17
|\
* | Add read instance for time on the clientGravatar Ron de Bruijn2011-11-17
| |
| * Include character encoding in HTTP response headers.Gravatar Karn Kallio2011-11-16
|/
* 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
|
* 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