| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-16 | Merge PR #6023: Use GHC.Base.Any for compatibility with GHC 8.2 | Maxime Dénès | |
| 2017-11-15 | Merge PR #6147: Change OCAMLRUNPARAM warning to mention OCaml 4.06 | Maxime Dénès | |
| 2017-11-15 | Merge PR #6146: coq_makefile: document COQ_SRC_SUBDIRS | Maxime Dénès | |
| 2017-11-15 | Merge PR #6138: Clean up/less files at root | Maxime Dénès | |
| 2017-11-15 | Merge PR #6122: Remove dependency of test-suite on git (fix #5725). | Maxime Dénès | |
| 2017-11-15 | Merge PR #6058: Remove redundant env argument to Reduction.ccnv | Maxime Dénès | |
| 2017-11-15 | Merge PR #6045: [travis] [coq] Complete 4.06.0 support. | Maxime Dénès | |
| 2017-11-13 | Move contributing files to .github/ sub-directory. | Théo Zimmermann | |
| The overall goal is to reduce the number of files at the root of the repository. | |||
| 2017-11-13 | Remove useless file README.doc. | Théo Zimmermann | |
| This file is useless because all the information it contains is also in INSTALL.doc. The overall goal is to reduce the number of files at the root of the repository. | |||
| 2017-11-13 | Change OCAMLRUNPARAM warning to mention OCaml 4.06 | Paul Steckler | |
| 2017-11-13 | [ci] [coq] Complete 4.06.0 support. | Emilio Jesus Gallego Arias | |
| Due to an API change in laglgtk, we need to update CoqIDE. We use a makefile hack so it can compile with lablgtk < 2.8.16, another option would be to require 2.8.16 as a minimal dependency. We also refactor travis to test more lablgtk versions. We also need to account for improved attribute handling in 4.06.0, in particular module aliases will propagate the deprecation status. Fixes #6140. | |||
| 2017-11-13 | coq_makefile: document COQ_SRC_SUBDIRS | Enrico Tassi | |
| 2017-11-13 | Merge PR #6098: [api] Move structures deprecated in the API to the core. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6136: Update and simplify README. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6126: Fix ci-bignums.sh "missing ]" error. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6124: Adding a debugging printer for ident maps whose codomain ↵ | Maxime Dénès | |
| type is unknown | |||
| 2017-11-13 | Merge PR #6117: Fix printing anomaly in conv | Maxime Dénès | |
| 2017-11-13 | Merge PR #6103: Hack to restore printing of glob_constr in debugger. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6088: Remove packaging scripts while waiting for a fix to #5998. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6071: [ci] Add Ltac2 | Maxime Dénès | |
| 2017-11-13 | Merge PR #6065: [api] Deprecate all legacy uses of Names in core. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6052: [general] Move Tactypes to `interp` + API reordering. | Maxime Dénès | |
| 2017-11-13 | Merge PR #6000: Adding support for syntax "let _ := e in e'" in Ltac. | Maxime Dénès | |
| 2017-11-10 | Update and simplify README. | Théo Zimmermann | |
| 2017-11-09 | Fix ci-bignums.sh "missing ]" error. | Gaëtan Gilbert | |
| It made the test always fail so ci-common was always sourced. It's not quite idempotent as it adds COQBIN to PATH but it didn't lead to CI failure. | |||
| 2017-11-08 | Adding a debugging printer for ident maps whose codomain type is unknown. | Hugo Herbelin | |
| Actually, ocaml is apparently doing well. If there is a printer for 'a Id.Map.t and another for say Id.t Id.Map.id, it uses the most defined existing ones, so, it is apparently not a problem to have overlapping printer. | |||
| 2017-11-08 | Remove dependency of test-suite on git (fix #5725). | Théo Zimmermann | |
| The two lines that this commit remove are spurious as a `git clean -dfx || true` is already performed in `test-suite/coq-makefile/template/init.sh`. While this resolves the accidental dependency on git, I am still unhappy with this call of `git clean -dfx`. | |||
| 2017-11-08 | Merge PR #6100: [api] Remove 8.7 ML-deprecated functions. | Maxime Dénès | |
| 2017-11-08 | Merge PR #6096: Documentation: "tac1 || tac2" means "first [ progress tac1 | ↵ | Maxime Dénès | |
| tac2 ]" | |||
| 2017-11-08 | Merge PR #6087: [feedback] Helper to print feedback messages in the console. | Maxime Dénès | |
| 2017-11-08 | Merge PR #6086: [ci] Switch VST back to upstream. | Maxime Dénès | |
| 2017-11-08 | Merge PR #922: New beta-iota compatibility refinements | Maxime Dénès | |
| 2017-11-08 | Fixing missing separator in an error message. | Hugo Herbelin | |
| The message is the "Conversion test raised an anomaly" one. | |||
| 2017-11-08 | Fixing an (apparently misplaced) spc in anomaly reporting message. | Hugo Herbelin | |
| 2017-11-07 | Hack to restore printing of glob_constr in debugger. | Hugo Herbelin | |
| 2017-11-07 | [api] Remove 8.7 ML-deprecated functions. | Emilio Jesus Gallego Arias | |
| 2017-11-06 | [api] Move structures deprecated in the API to the core. | Emilio Jesus Gallego Arias | |
| We do up to `Term` which is the main bulk of the changes. | |||
| 2017-11-06 | [api] Deprecate all legacy uses of Names in core. | Emilio Jesus Gallego Arias | |
| This will allow to merge back `Names` with `API.Names` | |||
| 2017-11-06 | Merge PR #6064: [api] Deprecate all legacy uses of Name.Id in core. | Maxime Dénès | |
| 2017-11-06 | Documentation: "tac1 || tac2" means "first [ progress tac1 | tac2 ]", | Samuel Gruetter | |
| not "first [ progress tac1 | progress tac2 ]". And add a missing backslash. | |||
| 2017-11-06 | Remove packaging scripts while waiting for a fix to #5998. | Théo Zimmermann | |
| This is a temporary commit which should be reverted once the issue is fixed. | |||
| 2017-11-06 | [feedback] Helper to print feedback messages in the console. | Emilio Jesus Gallego Arias | |
| This is useful for tools such as `coqchk` or `coq_makefile` that want to handle feedback on their own. | |||
| 2017-11-06 | Merge PR #6072: Protecting evar map printer | Maxime Dénès | |
| 2017-11-06 | Merge PR #6074: Refining PR#924 (insensitivity of projection heuristics to ↵ | Maxime Dénès | |
| alphabet). | |||
| 2017-11-06 | Merge PR #6085: Update .mailmap with a jkloos alias | Maxime Dénès | |
| 2017-11-06 | Merge PR #6063: Finish removing Show Goal uid | Maxime Dénès | |
| 2017-11-06 | Merge PR #6049: provide "loc : Loc.t" binding within "VERNAC COMMAND EXTEND" ↵ | Maxime Dénès | |
| rules | |||
| 2017-11-06 | Merge PR #1139: Add a linter. | Maxime Dénès | |
| 2017-11-05 | Update .mailmap with a jkloos alias | Jason Gross | |
| 2017-11-05 | Refining PR#924 (insensitivity of projection heuristics to alphabet). | Hugo Herbelin | |
| We refine the criterion for selecting a projection. Before PR#924 it was alphabetic (i.e. morally "random" up to alpha-conversion). After PR#924 it was chronological. We refine a bit more by giving priority to simple projections when they exist over projections which include an evar instantiation (and which may actually be ill-typed). | |||
