aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-16Merge PR #944: Fix typos. Improve wording.Maxime Dénès
2017-08-16Merge PR #943: Reference Manual: minor wording improvementsMaxime Dénès
2017-08-16Merge PR #940: Replace jarring use of "Remark" with "Note"Maxime Dénès
2017-08-16Merge PR #934: Fix some coq-tex errors in the reference manual.Maxime Dénès
2017-08-16Merge PR #880: Fix coqdoc bug #5648 on user idents colliding with keywords ↵Maxime Dénès
wrongly tagged as keywords
2017-08-16Merge PR #864: Some cleanups after cumulativity for inductive typesMaxime Dénès
2017-08-15Don't allow coq-dpdgraph to failJason Gross
2017-08-15Move the rest of the ci target to a bash fileJason Gross
2017-08-15Better error messages on the CIJason Gross
This makes it so that when a ci target fails, we don't get red herring error messages about .ok files not existing. Since this requires bash, we make a helper script that invokes bash, so as to not depend on bash in general.
2017-08-15Fix a typoJason Gross
As per https://github.com/coq/coq/pull/968#discussion_r133238157 and https://github.com/coq/coq/pull/969#discussion_r133241472
2017-08-15Removing trailing "/" and "\" in directory names only on win32.Hugo Herbelin
This refines e234f3ef. By the way, note that e234f3ef fixed #5391 (command line tools do not accept trailing "/" - or "\" - in windows).
2017-08-15Adding a test for BZ#1859 as suggested by @tchajed.Théo Zimmermann
2017-08-15Never mind, don't mention coqdevTej Chajed
I don't really want to recommend that someone subscribes to ask a question.
2017-08-15Mention coqdev@Tej Chajed
2017-08-13Makefile : ignore user-contrib in various file searchesPierre Letouzey
This is crucial for the search for binary files without known sources (commit 7d1fc1), since coq_makefile currently doesn't install in user-contrib the ML sources of plugins. This could also helps for variables such as $(EXISTINGML).
2017-08-12Moving file primitive.ml to cPrimitive.ml to avoid conflict with OCaml.Hugo Herbelin
Indeed OCaml has a similar file and this conflicts, at least in debugger.
2017-08-12Also mention Stack ExchangeTej Chajed
2017-08-12Merge PR #963: fix coq_makefileMaxime Dénès
2017-08-12Add some things Jason mentionedTej Chajed
2017-08-12Expand PR process explanationTej Chajed
2017-08-12Link to the existing list of tutorialsTej Chajed
2017-08-12fix coq_makefileMatej Košík
Make sure that when plugin writer does not use -bypass-API, API is opened by default.
2017-08-12More portable location for the time command.Théo Zimmermann
On NixOS in particular, /usr/bin/time doesn't exist.
2017-08-11Introducing a syntax for goal dispatch.Pierre-Marie Pédrot
2017-08-10Simplify a bit of wordingTej Chajed
2017-08-10Describe pull requests a bit more preciselyTej Chajed
2017-08-10Some more tweaks to contributing guideTej Chajed
2017-08-10Amendments to contributing docTej Chajed
Incorporating some feedback from @Zimmi48
2017-08-10Add a set of contributing guidelinesTej Chajed
Heavily inspired by the Rust guidelines (https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
2017-08-08Another batch of primitive operations.Pierre-Marie Pédrot
2017-08-08Set detachable windows type hint to dialog.Olivier Marty
Windows such as Search & Replace are dialogs. For some window managers, the hint changes how the window is displayed.
2017-08-08Code simplification in quotations.Pierre-Marie Pédrot
2017-08-07Defining several aliases for built-in tactics.Pierre-Marie Pédrot
2017-08-07Defining abbreviations for tactics that can parse as atoms.Pierre-Marie Pédrot
2017-08-07Fix location of not-unit warning.Pierre-Marie Pédrot
2017-08-07Fix parsing of parenthesized expressions.Pierre-Marie Pédrot
2017-08-07Defining a few base tacticals.Pierre-Marie Pédrot
2017-08-07Introducing grammar-free tactic notations.Pierre-Marie Pédrot
2017-08-07Add build_coq_or to APISigurd Schneider
2017-08-06Print names of all open blocksTej Chajed
Fixes bug 5597.
2017-08-05Exporting more reduction functions.Pierre-Marie Pédrot
2017-08-05More notations for basic tactics.Pierre-Marie Pédrot
2017-08-05Exporting the rewrite tactic.Pierre-Marie Pédrot
2017-08-04Introducing quotations for the rewrite tactic.Pierre-Marie Pédrot
2017-08-04Makefile: install-byte works even if -coqide noEnrico Tassi
2017-08-04Adding locations to quotation types.Pierre-Marie Pédrot
2017-08-04More precise type for quoted structures.Pierre-Marie Pédrot
2017-08-04Adding the induction and destruct tactics.Pierre-Marie Pédrot
2017-08-04Introducing notations for destruct and induction arguments.Pierre-Marie Pédrot
2017-08-03Amend wording to capture intended meaningSam Pablo Kuper
per @Zimmi48's comments [here](https://github.com/coq/coq/pull/944#discussion_r131072333) and [here](https://github.com/coq/coq/pull/944#discussion_r131072790).