aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge PR #6844: Adding tclBINDFIRST/tclBINDLAST, generalizing type of ↵Gravatar Pierre-Marie Pédrot2018-04-01
|\ | | | | | | tclTHENFIRST/tclTHENLAST, informative version of shelve unifiable
* \ Merge PR #7106: Supporting fix and cofix in Ltac pattern-matching (wish #7092)Gravatar Pierre-Marie Pédrot2018-04-01
|\ \
* \ \ Merge PR #7132: [doc] Add some more documentation to STM API.Gravatar Enrico Tassi2018-04-01
|\ \ \
* \ \ \ Merge PR #6802: Remove deprecated commands Implicit Arguments and Arguments ↵Gravatar Enrico Tassi2018-04-01
|\ \ \ \ | | | | | | | | | | | | | | | Scope
| | * | | [doc] Add some more documentation to STM API.Gravatar Emilio Jesus Gallego Arias2018-03-31
| |/ / / |/| | |
* | | | Merge PR #6950: pre-commit, linter: verify user overlay extensions (must be sh)Gravatar Emilio Jesus Gallego Arias2018-03-31
|\ \ \ \
| | * | | Add CHANGES for removing Implicit Arguments and Arguments ScopeGravatar Jasper Hugunin2018-03-30
| | | | |
| | * | | Remove deprecated commands Arguments Scope and Implicit ArgumentsGravatar Jasper Hugunin2018-03-30
| | | | |
| | * | | Change Implicit Arguments to Arguments in test-suiteGravatar Jasper Hugunin2018-03-30
| |/ / / |/| | |
* | | | Merge PR #7121: Remove outdated patch from ci-sfGravatar Emilio Jesus Gallego Arias2018-03-31
|\ \ \ \
* \ \ \ \ Merge PR #6989: Enable whitespace checking for new Sphinx file extensions.Gravatar Emilio Jesus Gallego Arias2018-03-31
|\ \ \ \ \
* \ \ \ \ \ Merge PR #7111: Fix #6631: Derive Plugin gives "Anomaly: more than one ↵Gravatar Emilio Jesus Gallego Arias2018-03-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | statement".
| | | | * | | Linter: verify overlay extensions.Gravatar Gaëtan Gilbert2018-03-31
| | | | | | |
| | | | * | | pre-commit: verify user overlay extensions (must be .sh).Gravatar Gaëtan Gilbert2018-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This has come up a couple times.
* | | | | | | Merge PR #7130: gitlab: fix environment for build templateGravatar Emilio Jesus Gallego Arias2018-03-31
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | gitlab: fix environment for build templateGravatar Gaëtan Gilbert2018-03-30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `build` was made to build the doc it dropped `-coqide opt` and dropped the environment variables for building coqide. The combination means that when the cache had lablgtk in opam (installed by some other job) configure would pick it up but the system package wouldn't be there causing a failure. When lablgtk isn't in the cache everything was fine.
| | | * / / Remove outdated patch from ci-sfGravatar Jasper Hugunin2018-03-29
| |_|/ / / |/| | | |
| * | | | Fix #6631: Derive Plugin gives "Anomaly: more than one statement".Gravatar Pierre-Marie Pédrot2018-03-29
|/ / / / | | | | | | | | | | | | | | | | | | | | We use a lower level function that accesses the proof without raising an anomaly. This is a direct candidate for backport, so I used a V82 API but eventually this API should be cleaned up.
* | | | Merge PR #7057: Sphinx Chapter 20: Type ClassesGravatar Maxime Dénès2018-03-29
|\ \ \ \
* \ \ \ \ Merge PR #7072: Update codeownersGravatar Maxime Dénès2018-03-29
|\ \ \ \ \
| * | | | | Remove dev/doc/changes.md from files with a code owner.Gravatar Théo Zimmermann2018-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like CHANGES, and the test-suite folder, this file receives too many updates to have a code owner. It is the job of the reviewer of the PR to review changes to these files as well.
| | | | * | Supporting fix/cofix in Ltac pattern-matching (wish #7092).Gravatar Hugo Herbelin2018-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by not failing for fix/cofix while translating from glob_constr to constr_pattern.
| | | | * | Patterns: Accepting patterns in PFix and PCofix and not only constr.Gravatar Hugo Herbelin2018-03-28
| | | | | |
| | | | * | Adding Array.fold_left4.Gravatar Hugo Herbelin2018-03-28
| | | | | |
| | | | * | Detyping: Adding a variant of share_names for patterns.Gravatar Hugo Herbelin2018-03-28
| | | | | |
| | | | * | Detyping: Making detype_fix/detype_cofix polymorphic combinator (step 1).Gravatar Hugo Herbelin2018-03-28
| | | | | |
| | | | * | Patternops: renaming an internal function to more closely match its effect.Gravatar Hugo Herbelin2018-03-28
| | | | | |
| | | | * | Glob_ops: cosmetic renaming to reflect the type of objects.Gravatar Hugo Herbelin2018-03-28
| | | | | |
* | | | | | Merge PR #7090: stm: don't propagate side effects when editing a proofGravatar Emilio Jesus Gallego Arias2018-03-28
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #6961: [test-suite] Add backtracking test for `Load`.Gravatar Enrico Tassi2018-03-28
|\ \ \ \ \ \ \
| | * | | | | | stm: don't propagate side effects when editing a proofGravatar Enrico Tassi2018-03-27
| | | | | | | |
| | | | | | | * Adding tacticals tclBINDFIRST/tclBINDLAST.Gravatar Hugo Herbelin2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Design choice: Failing with an anomaly or with a catchable Ltac error "Fail": we fail with a Fail as it was the case with the related constrained version of tclTHENFIRST/tclTHENLAST.
| | | | | | | * Export Proofview.undefined as "unsafe" primitive.Gravatar Hugo Herbelin2018-03-27
| | | | | | | |
| | | | | | | * Adding informative variant of shelve_unifiable returning set of shelved evars.Gravatar Hugo Herbelin2018-03-27
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge PR #6835: Deprecate undocumented "intros until 0" in favor of "intros *"Gravatar Pierre-Marie Pédrot2018-03-27
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7062: Slightly refining some error messages about unresolvable evars.Gravatar Pierre-Marie Pédrot2018-03-27
|\ \ \ \ \ \ \ \
| | | | | | * | | [doc] Port Chapter 20 Type Classes to SphinxGravatar Matthieu Sozeau2018-03-26
| | | | | | | | |
* | | | | | | | | Merge PR #6739: Tentative fix for #6520: camlcity.org unresponsive makes ↵Gravatar Maxime Dénès2018-03-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | AppVeyor fail.
| | | | | | * | | Move Classes.tex to type-classes.rstGravatar Matthieu Sozeau2018-03-26
| | | | | | | | |
* | | | | | | | | Merge PR #6970: [vernac] Move `Quit` and `Drop` to the toplevel layer.Gravatar Enrico Tassi2018-03-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | * | | Add Michael Soegtrop as a code owner for Windows build scripts.Gravatar Théo Zimmermann2018-03-26
| | | | | | | | |
| | | | | | * | | Use Pierre Corbineau GitHub nickname in CODEOWNERS.Gravatar Théo Zimmermann2018-03-26
| |_|_|_|_|/ / / |/| | | | | | |
| | | * | | | | Slightly refining some error messages about unresolvable evars.Gravatar Hugo Herbelin2018-03-24
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | For instance, error in "Goal forall a f, f a = 0" is now located.
| | | * | | | Deprecate undocumented "intros until 0" in favor of "intros *".Gravatar Hugo Herbelin2018-03-23
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The case 0 makes the code of intros until (and in particular of Detyping.lookup_quantified_hypothesis_as_displayed more complicated). - The introduction pattern "*" is compositional while "until 0" is not.
* | | | | | Merge PR #7046: Switch maintainers for documentationGravatar Théo Zimmermann2018-03-23
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #7018: Fix typo in CHANGES.Gravatar Maxime Dénès2018-03-23
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7029: improve merge-pr scriptGravatar Maxime Dénès2018-03-23
|\ \ \ \ \ \ \ \
| * | | | | | | | improve merge-pr scriptGravatar Enrico Tassi2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script now performs many more checks and reports errors in a more intelligible way.
* | | | | | | | | Merge PR #7052: More precise wording about the merge process.Gravatar Théo Zimmermann2018-03-23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | More precise wording about the merge process.Gravatar Maxime Dénès2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, don't use the GitHub interface. Also, not all reviews are mandatory in some corner cases.