aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-19new script to create opam meta packagesCyril Cohen
- the opam files in the branch where the script is launched should be correct - if not, the second argument to the script should be a branch in which the opam files are correct
2017-10-19No more `cm*` files in the installer!Enrico
Since they are all in Coq!
2017-10-12fix Coq version detection on Windows, and in case there are errorsRalf Jung
2017-10-10fix building with make flagsRalf Jung
Fixes #139
2017-09-13update the opam description for use in coq.8.7Yves Bertot
2017-09-07Merge pull request #106 from akr/remove-subfilter-docCyril Cohen
remove documentation for subfilter.
2017-09-07extended changelog in preparation for the next releaseCyril Cohen
2017-09-07adding odd_order to the list of released content for 1.6Cyril Cohen
2017-09-07travis: also test Coq v8.7Enrico
2017-08-13Merge pull request #134 from PatrickMassot/masterEnrico
Fix typo in fingroup documentation
2017-08-13Fix typo in fingroup documentationPatrick Massot
2017-07-31Fix build of ssreflect/ only on 8.6Enrico Tassi
2017-07-13trunk -> masterEnrico
2017-07-13travis: trunk -> masterEnrico
2017-06-14No .ml4 file in the standard MakeEnrico
it is to the caller of coq_makefile to eventually add .ml4 files
2017-06-14Merge pull request #131 from matejkosik/masterEnrico
Fix compilation of ssreflect submodule
2017-06-14Fix compilation of ssreflect/ submoduleMatej Košík
2017-06-09fix compilation on 8.5Enrico Tassi
2017-06-09fix compilation on 8.6Enrico Tassi
2017-06-07Merge pull request #129 from maximedenes/ssr-mergeMaxime Dénès
Ssr merge
2017-06-07Change failing test.Maxime Dénès
2017-06-07For trunk, use merged ssr plugin.Maxime Dénès
2017-06-06Merge pull request #128 from maximedenes/remove-sigmaMaxime Dénès
Fix plugin after Sigma removal.
2017-06-06Fix plugin after Sigma removal.Maxime Dénès
2017-06-06Merge pull request #127 from herbelin/trunk+interp_closed_glob_constrMaxime Dénès
Binding glob_constr to interp_glob_closure so as to factorize low-level code.
2017-06-05Merge pull request #123 from herbelin/trunk+pr590-patvarMaxime Dénès
Adapting to PR #590 (a more explicit algebraic type for evars of kind…
2017-05-31Adapting to PR #590 (a more explicit algebraic type for evars of kind ↵Hugo Herbelin
MatchingVar).
2017-05-31Binding glob_constr to interp_glob_closure so as to factorize low-level code.Hugo Herbelin
2017-05-28Merge pull request #126 from ejgallego/coqlib-part-02Maxime Dénès
[coqlib] Update to explicitly build terms from references.
2017-05-25[coqlib] Update to explicitly build terms from references.Emilio Jesus Gallego Arias
See coq/coq#678
2017-05-25Merge pull request #125 from ejgallego/options+remove_non_syncMaxime Dénès
[options] Sync with upstream API changes.
2017-05-25Merge pull request #124 from ejgallego/located_switchMaxime Dénès
[ast] Adapt to Coq's #402 new generic AST node.
2017-05-23[options] Sync with upstream API changes.Emilio Jesus Gallego Arias
2017-04-19[ast] Adapt to Coq's #402 new generic AST node.Emilio Jesus Gallego Arias
2017-04-17Merge pull request #120 from SkySkimmer/remove-vernacerrorEnrico
Coq PR #565: G_vernac.subgoal_command is replaced by query_command
2017-04-17Coq PR #565: G_vernac.subgoal_command is replaced by query_commandGaetan Gilbert
2017-04-12Merge pull request #119 from maximedenes/econstrMaxime Dénès
Econstr support
2017-04-07Merge pull request #113 from ejgallego/no_camlp4_compatMaxime Dénès
[camplX] Remove camlp4 support.
2017-04-07[camplX] Remove camlp4 support.Emilio Jesus Gallego Arias
Adapting to Coq upstream.
2017-04-05Merge remote-tracking branch 'upstream/master' into econstrMaxime Dénès
2017-04-04Merge pull request #1 from ppedrot/econstrMaxime Dénès
Fix ML compilation after introduction of EInstance.
2017-04-04Fix ML compilation after introduction of EInstance.Pierre-Marie Pédrot
2017-04-03Merge pull request #118 from maximedenes/coq-pr417-landingEnrico
Adapt the ssr plugin to Coq's PR#417.
2017-04-03Adapt the ssr plugin to Coq's PR#417.Maxime Dénès
Let-ins in constrexpr and glob_constr now take an optional type, instead of relying on a cast in the body.
2017-03-24[econstr] Adapt to naming changes.Emilio Jesus Gallego Arias
2017-03-24Port to EConstrEnrico Tassi
2017-03-23ssrtest/elim.v: don't depend on FunctionEnrico Tassi
We inline the lemmas it generated, to ectly test the same thing as before.
2017-03-21Merge pull request #108 from ejgallego/pp_new_fixMaxime Dénès
Use pp_with as msg_with is being removed upstream.
2017-03-21Merge pull request #111 from ejgallego/safe_stringEnrico
Compile with -safe-string
2017-03-17Merge pull request #117 from strub/ignore-ssrmatchingEnrico
.gitignore (ssrmatching.v)