aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Improved chapter 'The tactic language' of the Reference Manual.Gravatar Zeimer2018-07-20
* Merge PR #8037: Export a function to apply toplevel tactic values in Tacinterp.Gravatar Enrico Tassi2018-07-20
|\
* \ Merge PR #8089: Remove declare_object for SsrHave NoTCResolution.Gravatar Enrico Tassi2018-07-20
|\ \
* \ \ Merge PR #8070: Fixed some typos and grammar errors from section 'The languag...Gravatar Théo Zimmermann2018-07-20
|\ \ \
| * | | Rewrote section 'Accessing the Type level' in the chapter 'The Coq library' o...Gravatar Zeimer2018-07-19
| * | | Fixed some typos and grammar errors from section 'The language' of the Refere...Gravatar Zeimer2018-07-19
|/ / /
* | | Merge PR #7941: Extend QuestionMark to produce a better error message in case...Gravatar Pierre-Marie Pédrot2018-07-19
|\ \ \
| | * | Remove declare_object for SsrHave NoTCResolution.Gravatar Maxime Dénès2018-07-19
| |/ / |/| |
* | | Merge PR #8054: [dev] Autogenerate OCaml dev files.Gravatar Enrico Tassi2018-07-18
|\ \ \
* \ \ \ Merge PR #7897: Remove fourier pluginGravatar Enrico Tassi2018-07-18
|\ \ \ \
* \ \ \ \ Merge PR #8068: [build] Build Coq and plugins with `-strict-sequence`Gravatar Enrico Tassi2018-07-18
|\ \ \ \ \
* \ \ \ \ \ Merge PR #8060: Remove useless libobject in proof_usingGravatar Enrico Tassi2018-07-18
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #8055: Fast accumulator check in native compilationGravatar Maxime Dénès2018-07-17
|\ \ \ \ \ \ \
| | | | * | | | Remove fourier pluginGravatar Maxime Dénès2018-07-17
| |_|_|/ / / / |/| | | | | |
| | | | | * | change into QuestionMark defaultGravatar Siddharth Bhat2018-07-17
| | | | | * | Add overlay for Coq-Equations for QuestionMark.Gravatar Siddharth Bhat2018-07-17
| | | | | * | Change QuestionMark for better record field missing error message.Gravatar Siddharth Bhat2018-07-17
| |_|_|_|/ / |/| | | | |
* | | | | | Merge PR #8069: Only check overlay extensions on git-tracked filesGravatar Gaëtan Gilbert2018-07-16
|\ \ \ \ \ \
| * | | | | | Only check overlay extensions on git-tracked filesGravatar Jason Gross2018-07-16
|/ / / / / /
* | | | | | Merge PR #8023: Introduce a team of code owners for the CI system.Gravatar Maxime Dénès2018-07-16
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #8066: [ltac] Remove unused functions.Gravatar Pierre-Marie Pédrot2018-07-16
|\ \ \ \ \ \ \
| | | | | * | | [build] Build Coq and plugins with `-strict-sequence`Gravatar Emilio Jesus Gallego Arias2018-07-14
| |_|_|_|/ / / |/| | | | | |
| * | | | | | [ltac] Remove unused functions / constructors.Gravatar Emilio Jesus Gallego Arias2018-07-14
|/ / / / / /
* | | | | | Merge PR #8057: Fixed typos, wording and grammar errors in the Preamble of th...Gravatar Théo Zimmermann2018-07-13
|\ \ \ \ \ \
| | | | * | | Remove useless libobject in proof_usingGravatar Maxime Dénès2018-07-13
* | | | | | | Merge PR #6930: Make -warn-error fail on warnings emitted by coqc on stdlib.Gravatar Emilio Jesus Gallego Arias2018-07-13
|\ \ \ \ \ \ \
| * | | | | | | Make -warn-error fail on warnings emitted by coqc on stdlib.Gravatar Maxime Dénès2018-07-13
|/ / / / / / /
| | | * | | | Generate type-specific code for is_accu in native compilation of fixpoints.Gravatar Pierre-Marie Pédrot2018-07-13
| | | * | | | Store the {struct} inductive type in native fixpoint AST.Gravatar Pierre-Marie Pédrot2018-07-13
| | | * | | | Pass a proper environment to Nativelambda.lambda_of_constr.Gravatar Pierre-Marie Pédrot2018-07-13
| * | | | | | Fixed typos, wording and grammar errors in the Preamble of the Reference Manu...Gravatar Zeimer2018-07-12
* | | | | | | Merge PR #8041: [ci] Remove warning jobs in favor of default `-warn-error yes`Gravatar Gaëtan Gilbert2018-07-12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge PR #7907: Tactic deprecation machineryGravatar Pierre-Marie Pédrot2018-07-12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | * | [dev] Autogenerate OCaml dev files.Gravatar Emilio Jesus Gallego Arias2018-07-12
| |_|_|_|/ / |/| | | | |
* | | | | | Merge PR #8051: Clean-up user-overlays folder.Gravatar Emilio Jesus Gallego Arias2018-07-12
|\ \ \ \ \ \
| * | | | | | Clean-up user-overlays folder.Gravatar Théo Zimmermann2018-07-12
| | |_|_|/ / | |/| | | |
| | | * | | [warnings] Disable warning 58 "no cmx file was found in path"Gravatar Emilio Jesus Gallego Arias2018-07-12
| | | * | | [warnings] Disable warning 59 [assignment to a non-mutable value] to make fla...Gravatar Emilio Jesus Gallego Arias2018-07-12
| | | * | | [ci] Remove warning jobs in favor of default `-warn-error yes`Gravatar Emilio Jesus Gallego Arias2018-07-12
| |_|/ / / |/| | | |
* | | | | Merge PR #7871: [ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.0Gravatar Gaëtan Gilbert2018-07-12
|\ \ \ \ \ | |/ / / / |/| | | |
| | * | | Tactic deprecation machineryGravatar Maxime Dénès2018-07-12
| |/ / / |/| | |
| * | | [ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.0Gravatar Emilio Jesus Gallego Arias2018-07-11
|/ / /
* | | Merge PR #7998: [coqpp] Move to its own directory.Gravatar Pierre-Marie Pédrot2018-07-11
|\ \ \
* \ \ \ Merge PR #8035: Fix #8033: Tactic assert-suceeds has a typo in its name in th...Gravatar Théo Zimmermann2018-07-11
|\ \ \ \
* \ \ \ \ Merge PR #8021: Get rid of horrendous hack limiting the size of parsed integersGravatar Pierre-Marie Pédrot2018-07-11
|\ \ \ \ \
* \ \ \ \ \ Merge PR #8002: make-both-single-timing-files: fix --sort-by=diffGravatar Jason Gross2018-07-11
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #7898: Remove camlp4 remainsGravatar Emilio Jesus Gallego Arias2018-07-11
|\ \ \ \ \ \ \
| | | | | * | | [coqpp] Move to its own directory.Gravatar Emilio Jesus Gallego Arias2018-07-11
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge PR #7984: Compile `coqpp` inside the `bin/` folder and make it availabl...Gravatar Emilio Jesus Gallego Arias2018-07-11
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #8031: Remove auto-retry in GitLab CI now that @coqbot is handling it.Gravatar Emilio Jesus Gallego Arias2018-07-11
|\ \ \ \ \ \ \ \