summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Even gentler handling of back-button returns to pages with stale ↵Gravatar Adam Chlipala2011-08-28
| | | | message-passing credentials
* 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
|
* Gracefully accept browser's refusal to let us set certain AJAX headersGravatar Adam Chlipala2011-08-26
|
* Document monadic shorthandsGravatar Adam Chlipala2011-08-24
|
* 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
|
* List.mapXiGravatar Adam Chlipala2011-08-15
|
* Fix bug with <dyn> as first child of <table>Gravatar Adam Chlipala2011-08-14
|
* 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
|
* Mention transitive dependency calculation for tree shakingGravatar Adam Chlipala2011-08-10
|
* '-dumpTypes'Gravatar Adam Chlipala2011-08-07
|
* Manual: emphasize how great '-tc' isGravatar 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
|
* Fix to use of .hg_archival.txt (thanks to Austin Seipp)Gravatar Adam Chlipala2011-08-02
|
* Improve detection of XML in urweb-mode; small tutorial improvementGravatar Adam Chlipala2011-08-02
|
* Compile self-tail-calls as gotosGravatar Adam Chlipala2011-08-02
|
* Remove some GCC-specific identifier choice and documentationGravatar Adam Chlipala2011-08-02
|
* Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)Gravatar Adam Chlipala2011-08-02
|
* A few error message improvementsGravatar Adam Chlipala2011-08-02
|
* Tracking and printing of version numbers (based on a patch by Austin Seipp)Gravatar Adam Chlipala2011-08-02
|
* List.findGravatar Adam Chlipala2011-07-24
|
* Client-side 'addSeconds'Gravatar Adam Chlipala2011-07-24
|
* <image>Gravatar Adam Chlipala2011-07-24
|
* A few more tweaks to support Clang (including ending use of nested functions)Gravatar Adam Chlipala2011-07-23
|
* Stop using -fno-inline by defaultGravatar Adam Chlipala2011-07-23
|
* Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds ↵Gravatar Adam Chlipala2011-07-22
| | | | and Basis.toSeconds
* Tutorial: hyperlinks for metaprogramming and row typesGravatar Adam Chlipala2011-07-20
|
* Change cookie signature comparison to resist timing attacks (based on code ↵Gravatar Adam Chlipala2011-07-19
| | | | suggested by Robin Green and Austin Seipp)
* Tutorial: link to demo and manualGravatar Adam Chlipala2011-07-17
|
* Copy some project front-page text to the tutorial introGravatar Adam Chlipala2011-07-17
|
* Document tutorial featuresGravatar Adam Chlipala2011-07-17
|
* Tutorial proof-readingGravatar Adam Chlipala2011-07-17
|
* Tutorial: TLC meets type classes and modulesGravatar Adam Chlipala2011-07-17
|