aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-01Merge PR #893: Removing default evar-normalization for ARGUMENT EXTEND.Maxime Dénès
2017-08-01Merge PR #834: Adding support for recursive notations of the form "x , .. , ↵Maxime Dénès
y , z".
2017-08-01Merge PR #806: closing bug 5315Maxime Dénès
2017-08-01Merge PR #775: [toplevel] Remove long ago deprecated and NOOP options.Maxime Dénès
2017-08-01adding a comment to explain the changeJulien Forest
2017-08-01Fixup docPierre-Marie Pédrot
2017-08-01Fixup docPierre-Marie Pédrot
2017-08-01Adding documentation from the CEP.Pierre-Marie Pédrot
2017-08-01Do not thunk notations preemptively.Pierre-Marie Pédrot
One has to rely on the 'thunk' token to produce such thunks.
2017-08-01Adding new scopes for standard Ltac structures.Pierre-Marie Pédrot
2017-08-01solving b1859Julien Forest
2017-07-31Fix incorrect use of "At the end".Sam Pablo Kuper
2017-07-31Minor grammar fix: replace a "then" with a "so".Sam Pablo Kuper
2017-07-31Replace jarring use of "Remark" with "Note"Sam Pablo Kuper
or with nothing at all, to improve readability for native English speakers. Editors may wish to remove such constructions altogether in future revisions, per general style guidance such as: - https://en.wikipedia.org/wiki/Wikipedia:%22Note_that%22_is_unnecessary - https://english.stackexchange.com/a/238142/7318 - http://blog.apastyle.org/apastyle/2015/09/principles-of-writing-how-to-avoid-wordiness.html
2017-07-31Update documentation of cumulativityAmin Timany
2017-07-31Improve errors for cumulativity when monomorphicAmin Timany
We now only issue an error for locally specified (non)cumulativity whenever it is the context (set locally or globally) is monorphic.
2017-07-31Change the option for cumulativityAmin Timany
2017-07-31Fix typo and Add Jason's example to the docAmin Timany
2017-07-31Improve documentation of cumulativityAmin Timany
2017-07-31Add Jason's example of fun-ext with cumulativityAmin Timany
2017-07-31Add test for NonCumulative inductivesAmin Timany
2017-07-31Issue error on monomorphic cumulative inductivesAmin Timany
2017-07-31Merge PR #761: deprecate Pp.std_ppcmds type and promote Pp.t insteadMaxime Dénès
2017-07-31Merge PR #746: Timing on ci via coq_makefile for various projectsMaxime Dénès
2017-07-31[general] Remove spurious dependency of highparsing on toplevel.Emilio Jesus Gallego Arias
`G_vernac` was depending on `toplevel` just for parsing the compat number information. IMHO this was not the right place, so I have moved the parsing bits to parsing and updated the files. This allows to finally separate the `toplevel` from Coq, which avoids linking it in alternative toplevels.
2017-07-31better `try with` scope in `discr_positions`amblaf
2017-07-31Correcting [build_discriminator] to make the test-suite passamblaf
2017-07-31Replacing tclENV with the goal environmentamblaf
In functions match_eqdec and check_unused_names
2017-07-31env, sigma as first arguments of functionsamblaf
2017-07-31Remove references to Global.env in tactics/*.mlamblaf
Only in ml files that are not related to Coq commands
2017-07-30Exporting more internals from Coq implementation.Pierre-Marie Pédrot
2017-07-29Drop paragraph mentioning Addendum as separate doc.Théo Zimmermann
As suggested by @herbelin.
2017-07-29closing bug 5315Julien Forest
2017-07-28Parameterizing FFI functions for parameterized types.Pierre-Marie Pédrot
2017-07-28Moving the Ltac2 FFI to a separate file.Pierre-Marie Pédrot
2017-07-28Merge PR #923: [api] Fix base_include LTAC parts.Maxime Dénès
2017-07-28Merge PR #889: Removing template polymorphism for definitions.Maxime Dénès
2017-07-28Merge PR #888: Stronger kernel typesMaxime Dénès
2017-07-28Merge PR #823: Async off in Windows by default in CoqIDEMaxime Dénès
2017-07-28Merge PR #782: Update API for fiatMaxime Dénès
2017-07-28Allowing generic patterns in let-bindings.Pierre-Marie Pédrot
2017-07-28Fix some coq-tex errors in the reference manual.Guillaume Melquiond
2017-07-28Fix documentation of Hint Mode (bug #4911).Guillaume Melquiond
2017-07-28Fix shuffled documentation.Guillaume Melquiond
2017-07-28Merge PR #852: Makefile: fails if some .vo or .cm* file has no sourceMaxime Dénès
2017-07-27Add missing paragraph to introductionBenjamin Pierce
2017-07-27Fixing bug #5671 (specialize unclean wrt Metas).Hugo Herbelin
2017-07-27Factorizing code for constructors and tuples.Pierre-Marie Pédrot
2017-07-27Extraction.tex: mention the possible "From Coq Require Extraction"letouzey
2017-07-27Cleaning up code in internalization.Pierre-Marie Pédrot