Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update man pageHEADmaster | Benjamin Barenblat | 2020-05-31 |
| | |||
* | Update packaging for SONAME bump | Benjamin Barenblat | 2020-05-31 |
| | |||
* | Refresh patches | Benjamin Barenblat | 2020-05-31 |
| | |||
* | Update build dependencies for 20200209 | Benjamin Barenblat | 2020-05-31 |
| | |||
* | Merge branch 'dfsg_clean' | Benjamin Barenblat | 2020-05-31 |
|\ | |||
| * | Merge branch 'upstream' into dfsg_clean20200209+dfsgdfsg_clean | Benjamin Barenblat | 2020-05-30 |
| |\ | |||
* | | | Document files excluded in DFSG-freeing process | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | debian/watch: Use dversionmangle to strip +dfsg suffix from source | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Move library packages to Section: libs | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Add Build-Depends-Package stanzas to symbols files | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | debian/watch: Update for GitHub move | Benjamin Barenblat | 2020-05-30 |
| | | | | | | | | | | | | | | | Ur/Web releases are now hosted on GitHub; update debian/watch to check for releases there. | ||
* | | | Use Priority: optional, not Priority: extra | Benjamin Barenblat | 2020-05-30 |
| | | | | | | | | | | | | Priority: extra has been deprecated; use Priority: optional instead. | ||
* | | | Update to debhelper 13 | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Set `Rules-Requires-Root: no` | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Update standards version | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Don’t set `Multi-Arch: foreign` for urweb | Benjamin Barenblat | 2020-05-30 |
| | | | | | | | | | | | | | | | Fix the Lintian multiarch-foreign-static-library error by removing the `Multi-Arch: foreign` stanza from the urweb package. | ||
* | | | Update build dependencies | Benjamin Barenblat | 2020-05-30 |
| | | | |||
* | | | Use -D_FORTIFY_SOURCE=1 instead of 2 | Benjamin Barenblat | 2020-05-30 |
| | | | | | | | | | | | | | | | | | | Prevent major performance regressions by forcing -D_FORTIFY_SOURCE=1 instead of -D_FORTIFY_SOURCE=2. See https://bugs.debian.org/934722 for details. | ||
| | * | Stop putting extraneous files in release tarballs20200209 | Adam Chlipala | 2020-02-09 |
| | | | |||
| | * | New release | Adam Chlipala | 2020-02-09 |
| | | | |||
| | * | List.foldli | Adam Chlipala | 2020-02-07 |
| | | | |||
| | * | Fix signature matching of an imported datatype vs. a fresh datatype | Adam Chlipala | 2020-02-07 |
| | | | |||
| | * | Merge pull request #196 from mdempsky/manual-edits | Adam Chlipala | 2020-02-06 |
| | |\ | | | | | | | | | Manual edits | ||
| | | * | Remove superfluous lambdas before guarded types | Matthew Dempsky | 2020-02-04 |
| | | | | | | | | | | | | | | | | | | | | Guarded expression abstractions (fn [c ~ c] => e) begin with a lambda, but guarded types ([c ~ c] => t) do not. | ||
| | | * | Fix typos in kinding judgments | Matthew Dempsky | 2020-02-04 |
| | | | | | | | | | | | | | | | | Kind-polymorphism is written as "X --> k", not "X -> k". | ||
| | | * | Fix record type shorthand | Matthew Dempsky | 2020-02-04 |
| | |/ | | | | | | | | | | | | | | | | | | | The syntax is {c : c}, not {c = c}. Also, replace uses of shorthand (both correct and incorrect) in semantics rules with elaborated $[c = c]. | ||
| | * | Merge pull request #194 from mdempsky/manual-tweaks | Adam Chlipala | 2020-01-27 |
| | |\ | | | | | | | | | Manual tweaks | ||
| | | * | Elaborate e^* and e^+ syntax | Matthew Dempsky | 2020-01-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that parentheses are used if and only if e consists of multiple symbols; also, that both e and the separator (if any) will be paranthesized. ("if any" is appropriate because the grammar extensions for XML include "(x[=v])*", which has no separator.) Fix the known-length type-level record syntax to indicate that commas are used to separate field descriptors. Change the pattern matching grammar to use "\mid" instead of "|" for internal consistency. (No visible change, as far as I can tell.) | ||
| | | * | Consistently introduce application syntax before abstraction | Matthew Dempsky | 2020-01-22 |
| | | | | | | | | | | | | | | | | Makes it slightly easier to recognize the symmetry between forms. | ||
| | | * | Kind variables must be bracketed in expression-level binders | Matthew Dempsky | 2020-01-22 |
| | | | | |||
| | * | | Merge pull request #193 from mdempsky/monad-kind | Adam Chlipala | 2020-01-21 |
| | |\ \ | | | |/ | | |/| | monad has kind (Type->Type)->Type, not just Type->Type | ||
| | | * | monad has kind (Type->Type)->Type, not just Type->Type | Matthew Dempsky | 2020-01-21 |
| | |/ | |||
| | * | Merge pull request #192 from mdempsky/manual-typo | Adam Chlipala | 2020-01-19 |
| | |\ | | | | | | | | | Fix documentation typo | ||
| | | * | Fix documentation typo | Matthew Dempsky | 2020-01-19 |
| | |/ | | | | | | | | | | Cooperative threads run *un*interrupted between context-switch points. | ||
| | * | Merge pull request #136 from dredozubov/anchor-links | Adam Chlipala | 2020-01-15 |
| | |\ | | | | | | | | | Same page link anchors | ||
| | * \ | Merge pull request #186 from FrigoEU/lsp | Adam Chlipala | 2020-01-15 |
| | |\ \ | | | | | | | | | | | Language Server Protocol (LSP) | ||
| | | * | | Added some documentation for the LSP server to the manual | Simon Van Casteren | 2020-01-15 |
| | | | | | |||
| | | * | | LSP: Improved handling of datatypes from signatures | Simon Van Casteren | 2020-01-12 |
| | | | | | |||
| | * | | | Merge pull request #185 from docelic/better-error-reports | Adam Chlipala | 2020-01-12 |
| | |\ \ \ | | | | | | | | | | | | | Improve error messages | ||
| | | | * | | Fixed review changes: Better foundInEnv naming, correct interpretation of | Simon Van Casteren | 2020-01-11 |
| | | | | | | | | | | | | | | | | | | | | | | | | SgiSgn, fix uniq | ||
| | | | * | | Change findSmallestSpan to findClosestSpan: faster at 99% of times better | Simon Van Casteren | 2020-01-10 |
| | | | | | | |||
| | * | | | | At compile time, allow '#' as a URL | Adam Chlipala | 2020-01-10 |
| | | | | | | |||
| | | | * | | Refactor to do all matching on strings, more precise and faster | Simon Van Casteren | 2020-01-10 |
| | | | | | | |||
| | | | * | | Fixed smaller review remarks | Simon Van Casteren | 2020-01-08 |
| | | | | | | |||
| | | | * | | Allow simple .ur files to double as .urs files for LSP | Simon Van Casteren | 2020-01-08 |
| | | | | | | |||
| | | | * | | Added some type sigs required by SMLNJ | Simon Van Casteren | 2020-01-08 |
| | | | | | | |||
| | | | * | | Add bg_thread.dummy.sml to mock MLton threads in sml/nj | Simon Van Casteren | 2020-01-08 |
| | | | | | | |||
| | | | * | | Return only unique diags + better formatting | Simon Van Casteren | 2020-01-08 |
| | | | | | | |||
| | | | * | | Added some more stuff to lsp getInfo and completions | Simon Van Casteren | 2020-01-04 |
| | | | | | | |||
| | * | | | | More lenient RFC 3339 parsing | Adam Chlipala | 2019-12-23 |
| | | | | | |