aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge PR #997: coqdoc: Support comments in verbatim outputGravatar Maxime Dénès2017-09-07
|\
* \ Merge PR #1016: 2 Typos in 'Add Parametric Morphism' DocumentationGravatar Maxime Dénès2017-09-07
|\ \
* \ \ Merge PR #968: Better error messages on the CIGravatar Maxime Dénès2017-09-07
|\ \ \
* \ \ \ Merge PR #931: Parametrize module bodyGravatar Maxime Dénès2017-09-07
|\ \ \ \
* \ \ \ \ Merge PR #914: Making the detyper lazyGravatar Maxime Dénès2017-09-07
|\ \ \ \ \
* \ \ \ \ \ Merge PR #904: Add build_coq_or to API.CoqlibGravatar Maxime Dénès2017-09-07
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #1022: Appveyor packageGravatar Maxime Dénès2017-09-06
|\ \ \ \ \ \ \
| * | | | | | | Make AppVeyor generate Windows package.Gravatar Maxime Dénès2017-09-05
| | | | | | | |
| * | | | | | | Remove -debug option from Windows build script.Gravatar Maxime Dénès2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer accepted by Coq's ./configure.
| * | | | | | | Get sources of cygwin packages after building the installer.Gravatar Maxime Dénès2017-09-05
| | | | | | | |
| * | | | | | | Adapt Windows build script to new CoqIDE data installation directory.Gravatar Maxime Dénès2017-09-05
| | | | | | | |
| * | | | | | | Print more of the Coq build output.Gravatar Maxime Dénès2017-09-05
| | | | | | | |
| * | | | | | | Print Coq build output.Gravatar Maxime Dénès2017-09-05
| | | | | | | |
| * | | | | | | In regression test mode, run cygwin setup to install dependencies.Gravatar Maxime Dénès2017-09-05
|/ / / / / / /
* | | | | | | Merge PR #1011: fix test-suite/coq-makefile/findlib-package on windows after ↵Gravatar Maxime Dénès2017-09-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | #958
* \ \ \ \ \ \ \ Merge PR #1020: .mailmap updateGravatar Guillaume Melquiond2017-09-05
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #1010: Move mention of native_compute profiling in CHANGESGravatar Maxime Dénès2017-09-05
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #1021: Fix Software Foundations build.Gravatar Maxime Dénès2017-09-05
|\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | .mailmap updateGravatar Gaëtan Gilbert2017-09-05
| |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix Software Foundations build.Gravatar Maxime Dénès2017-09-05
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | The Software Foundations archive has been replaced by three volumes.
| | * / / / / / / fix test-suite/coq-makefile/findlib-package on windowsGravatar Enrico Tassi2017-09-04
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge PR #1018: Avoid reinstalling some Cygwin dependencies on AppVeyor.Gravatar Maxime Dénès2017-09-04
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid reinstalling some Cygwin dependencies on AppVeyor.Gravatar Maxime Dénès2017-09-04
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | For some reason, OPAM was not happy after we reinstalled curl.
| | | * / / / / Making detyping potentially lazy.Gravatar Pierre-Marie Pédrot2017-09-04
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The internal detype function takes an additional arguments dictating whether it should be eager or lazy. We introduce a new type of delayed `DAst.t` AST nodes and use it for `glob_constr`. Such type, instead of only containing a value, it can contain a lazy computation too. We use a GADT to discriminate between both uses statically, so that no delayed terms ever happen to be marshalled (which would raise anomalies). We also fix a regression in the test-suite: Mixing laziness and effects is a well-known hell. Here, an exception that was raised for mere control purpose was delayed and raised at a later time as an anomaly. We make the offending function eager.
| | | | | * | 2 Typos in 'Add Parametric Morphism' DocumentationGravatar staffehn2017-09-03
| |_|_|_|/ / |/| | | | |
| * | | | | move mention of native_compute profiling in CHANGESGravatar Paul Steckler2017-09-01
|/ / / / /
* | | | | Bump MacOS version number and magic numbers.Gravatar Maxime Dénès2017-09-01
| | | | |
* | | | | Change version string to 8.8+alpha.Gravatar Maxime Dénès2017-09-01
| | | | |
* | | | | Merge PR #980: Adding combinators + a canonical renaming in List, Option, NameGravatar Maxime Dénès2017-08-31
|\ \ \ \ \
* \ \ \ \ \ Merge PR #992: Fix BZ#5687: Coqtop died badly modal message box from CoqIDE.Gravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #993: Credits for version 8.7Gravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \
| * | | | | | | Credits for version 8.7Gravatar Matthieu Sozeau2017-08-31
| | | | | | | |
* | | | | | | | Merge PR #999: For BZ#5688, mention hanging issue in ocamldebug and workaroundGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #996: Fix BZ#5697: Congruence does not work with primitive projectionsGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #995: Program: fix BZ#5683, missing lift when building case predicateGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #994: Fix BZ#5245 hnf on projections with simpl never flagGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #989: Prevent overallocation in Array.map_to_list and remove custom ↵Gravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation from Detyping.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #971: Don't allow coq-dpdgraph to failGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #969: Fix a typoGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #967: Update debuggingGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #958: coq_makefile: build/use .cma for packed plugins tooGravatar Maxime Dénès2017-08-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #998: Avoid running interactive tests on Windows.Gravatar Maxime Dénès2017-08-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | mention issue with OCAMLRUNPARAM and ocamldebugGravatar Paul Steckler2017-08-29
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | coq_makefile: fix .merlin generation (FLG -thread)Gravatar Enrico Tassi2017-08-29
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | coq_makefile: improve documentationGravatar Enrico Tassi2017-08-29
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | coq_makefile: print error message when coqlib is not set properlyGravatar Enrico Tassi2017-08-29
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | coq_makefile(pack): ml -> cmx --pack-> cmx -> cmxa -> cmxsGravatar Enrico Tassi2017-08-29
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Fix link to debugging file.Gravatar Théo Zimmermann2017-08-29
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Adapt debugging doc to configure/Makefile changes.Gravatar Théo Zimmermann2017-08-29
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Move debugging to Markdown.Gravatar Théo Zimmermann2017-08-29
| | | | |_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a minimal diff (so I'm not putting quotes ` ` around all the code).