aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Merge PR#460: Turning the printing primitive projection compatibility flag ↵Gravatar Maxime Dénès2017-04-09
|\ | | | | | | off by default
* \ Merge PR#485: Document Show MatchGravatar Maxime Dénès2017-04-07
|\ \
| | * Turning the printing primitive projection parameter flag off by default.Gravatar Hugo Herbelin2017-04-07
| | |
| | * Turning the printing primitive projection compatibility flag off by default.Gravatar Hugo Herbelin2017-04-07
| |/ |/|
* | Merge PR#455: Farewell decl_modeGravatar Maxime Dénès2017-04-06
|\ \
* \ \ Merge PR#433: doc: fix a French-ismGravatar Maxime Dénès2017-03-23
|\ \ \
* | | | Fix some typos.Gravatar Guillaume Melquiond2017-03-22
| | | |
* | | | Merge PR#482: [toplevel] Remove unusable option -notopGravatar Maxime Dénès2017-03-22
|\ \ \ \
| | | | * Document Show Match, add ref to that in match variants/extensionsGravatar Paul Steckler2017-03-17
| |_|_|/ |/| | |
| | * | doc: fix a French-ismGravatar Valentin Robert2017-03-14
| | | |
| * | | [toplevel] Remove unusable option -notopGravatar Emilio Jesus Gallego Arias2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maxime points out that -notop cannot be used as the kernel requires all constants to belong into a module. Indeed: ``` $ rlwrap ./bin/coqtop -notop Coq < Definition foo := True. Toplevel input, characters 0-23: > Definition foo := True. > ^^^^^^^^^^^^^^^^^^^^^^^ Error: No session module started (use -top dir) Coq < Module M. Definition foo := True. End M. Module M is defined Coq < Locate foo. Constant If you see this, it's a bug.M.foo (shorter name to refer to it in current context is M.foo) ``` My rationale for the removal is that this kind of incomplete features are often confusing to newcomers ─ it has happened to me many times ─ as it can be seen for example in #397 .
* | | | Merge PR#438: Fix V7 syntax in refman.Gravatar Maxime Dénès2017-03-14
|\ \ \ \ | |/ / / |/| | |
* | | | Typo doc notations.Gravatar Hugo Herbelin2017-03-09
| | | |
* | | | Clarifying doc about interpretation of scopes in notations (#5386).Gravatar Hugo Herbelin2017-03-09
| | | |
| | | * Farewell decl_modeGravatar Enrico Tassi2017-03-07
| | |/ | | | | | | | | | | | | This commit removes from the source tree plugins/decl_mode, its chapter in the reference manual and related tests.
* | | Adding explicitly a file to work in the context of propositional extensionality.Gravatar Hugo Herbelin2017-03-03
| | |
* | | Adding a file providing extensional choice (i.e. choice over setoids).Gravatar Hugo Herbelin2017-03-03
| | | | | | | | | | | | Also integrating suggestions from Théo.
* | | Logic library: Adding a characterization of excluded-middle in term ofGravatar Hugo Herbelin2017-03-03
| |/ |/| | | | | | | | | | | | | | | | | choice of a representative in a partition of bool. Also move a result about propositional extensionality from ClassicalFacts.v to PropExtensionalityFacts.v, generalizing it by symmetry. Also spotting typos (thanks to Théo).
| * Fix V7 syntax in refman.Gravatar Théo Zimmermann2017-02-20
|/
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-01-19
|\
| * Fix some typos in tutorial (bug #5294).Gravatar Guillaume Melquiond2016-12-28
| | | | | | | | | | | | This commit uses the proper url for bug reporting, marks urls as such, stops qualifying the Coq'Art book as new, and fix the spacing after the Coq name.
| * Fix incorrect documentation that prevents successful compilation (bug #5265).Gravatar Guillaume Melquiond2016-12-16
| |
* | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-12-07
|\|
| * Fix broken documentation in presence of \zeroone{... \tt ...}.Gravatar Guillaume Melquiond2016-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | The way \zeroone was defined, the \tt modifier was leaked outside the brackets, thus messing with the following text. There are a bunch of occurrences of this issue in the manual, so rather than turning all the \tt into \texttt, the definition of \zeroone is made more robust. Unfortunately, there is one single occurrence of \zeroone that does not support the more robust version. (Note that this specific usage of \zeroone is morally a bug, since it goes against all the LaTeX conventions.) So the commit also keeps the old leaky version of \zeroone around as \zeroonelax so that it can be used there.
| * Update documentation (bugs #5246 and #5251).Gravatar Guillaume Melquiond2016-12-06
| |
| * Change module for Coq loopGravatar Paul Steckler2016-12-05
| |
| * the -byte option is deprecatedGravatar Paul Steckler2016-12-05
| |
| * Merge remote-tracking branch 'github/pr/364' into v8.6Gravatar Maxime Dénès2016-12-02
| |\ | | | | | | | | | Was PR#364: Add missing label. Fixes broken ref.
* | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-11-30
|\| |
| * | Update copyright on documentation cover.Gravatar Maxime Dénès2016-11-30
| | |
| * | Fix some documentation typos.Gravatar Guillaume Melquiond2016-11-24
| | | | | | | | | | | | | | | Note: "dependant" does exist, but it is a noun and it means a person that is somehow financially dependent on someone else.
* | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-11-18
|\| |
| | * Add missing label. Fixes broken ref.Gravatar Théo Zimmermann2016-11-17
| |/
| * Revert more of a477dc for good measureGravatar Matthieu Sozeau2016-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We stop failing automatically on non-declared-class nested or toplevel subgoals as in 8.5, instead of the previous a477dc behavior of shelving those goals and failing if shelved goals remained at the end of resolution. It means typeclass resolution during refinement is closer to all:typeclasses eauto. Hints in typeclass_instances for non-declared classes can be used during resolution of _nested_ subgoals when it is fired from type-inference, toplevel goals considered in this case are still only classes (as in 8.5 and before). The code that triggers the restriction to only declared class subgoals is commented. Revert changes to test-suite, adding test for #5203, #5198 is fixed too. Add corresponding tests in the test-suite (that will break if we, e.g. disallow non-class subgoals) and update the refman accordingly.
| * Revert part of a477dc, disallow_shelvedGravatar Matthieu Sozeau2016-11-15
| | | | | | | | | | | | | | | | | | In only_classes mode we do not try to implement a stricter semantics for shelved goals in 8.6. Leaving this for 8.7. Update the documentation as well. Remove a spurious printf call as well. Fix test-suite now that shelved goals are allowed
| * Do not mention "none" in warnings doc, as it is there for compatibility.Gravatar Maxime Dénès2016-11-14
| |
| * Update CHANGES and credits for 8.6beta1.Gravatar Maxime Dénès2016-11-10
| |
| * Merge remote-tracking branch 'github/pr/348' into v8.6Gravatar Maxime Dénès2016-11-08
| |\ | | | | | | | | | Was PR#348: Credits for 8.6
| * | Update documentation of Arguments after recent changes.Gravatar Maxime Dénès2016-11-08
| | |
| | * Rewording from EnricoGravatar Matthieu Sozeau2016-11-08
| | |
| | * After Emilio's comment.Gravatar Matthieu Sozeau2016-11-07
| | |
| * | Merge remote-tracking branch 'github/pr/339' into v8.6Gravatar Maxime Dénès2016-11-07
| |\ \ | | | | | | | | | | | | Was PR#339: Documenting type class options, typeclasses eauto
| | * | Document two new variants of refineGravatar Matthieu Sozeau2016-11-07
| | | | | | | | | | | | | | | | | | | | They allow to call refine without doing typeclass resolution, allowing to use refine in typeclass hints.
| | | * More accurate contributor list.Gravatar Matthieu Sozeau2016-11-07
| | | | | | | | | | | | | | | | | | | | | | | | Command used: git log v8.5..HEAD --pretty=format:"%an," | sort -k 2 | uniq with some manual postprocessing for login names, particles and multiple first names.
| | | * Hugo and Maxime's 2nd pass of commentsGravatar Matthieu Sozeau2016-11-07
| | | |
| | | * Hugo's commentsGravatar Matthieu Sozeau2016-11-06
| | | |
| | | * Maxime's commentsGravatar Matthieu Sozeau2016-11-06
| | | |
| | | * Fixes from Enrico's reviewGravatar Matthieu Sozeau2016-11-06
| | | |
| | | * Credits for 8.6Gravatar Matthieu Sozeau2016-11-05
| | | |
| | | * Minor fix in documentationGravatar Matthieu Sozeau2016-11-05
| | |/ | |/|