aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | | | Complete rewrite of the documentation of overlays after Jim's additional ↵Gravatar Théo Zimmermann2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments. [ci skip]
| * | | | | | | | | | | | | | | Relax advice on the name of user-overlays following Gaëtan's suggestion.Gravatar Théo Zimmermann2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | Improve merging and overlay documentations.Gravatar Théo Zimmermann2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarification prompted by Jim Fehrle. [ci skip]
* | | | | | | | | | | | | | | | Merge PR #7177: Unifying names of "smart" combinators + adding combinators ↵Gravatar Pierre-Marie Pédrot2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in CArray
* | | | | | | | | | | | | | | | Merge PR #7594: Fix #5983 (many frequent AppVeyor failures) by increasing ↵Gravatar Emilio Jesus Gallego Arias2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spawn timeout.
| | | * | | | | | | | | | | | | | Fix #7323: coqchk puts polymorphic univs of inductive in global envGravatar Gaëtan Gilbert2018-05-24
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | [ide] Move common protocol library to its own folder/object.Gravatar Emilio Jesus Gallego Arias2018-05-24
| |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `ide` folder contains two different binaries, the language server `coqidetop` and `coqide` itself. Even if these binaries are in the same folder, the only thing they have in common is that they link to the protocol files. In the OCaml world, having "doubly" linked files in the same project is considered a bit of an ugly practice, and some build tools such as Dune disallow it.q Thus, to clean up the build, we move the common protocol files to its own library `ideprotocol`. This helps towards Dune integration and towards having an IDE standalone target, such as the one that was implemented here: https://github.com/ejgallego/coqide-exp
* | | | | | | | | | | | | | | Merge PR #7581: Mention warning and error message docs in PR templateGravatar Théo Zimmermann2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7328: Fix #7327: coqchk subtyping of polymorphic constantsGravatar Pierre-Marie Pédrot2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7317: Fix #6798: coqchk ignores ugraph when comparing constant ↵Gravatar Pierre-Marie Pédrot2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instances
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7575: [build] Add -cclib -lcoqrun options to build of kernel.cmxa.Gravatar Enrico Tassi2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | Fix #5983 (many frequent AppVeyor failures) by increasing spawn timeout.Gravatar Théo Zimmermann2018-05-24
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge PR #7582: [ci] Build fiat-crypto targets in sequenceGravatar Emilio Jesus Gallego Arias2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | * Don't try to install native compiled files if native-compile is not setGravatar Jim Fehrle2018-05-23
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge PR #6515: [api] Move `Vernacexpr` to parsing.Gravatar Pierre-Marie Pédrot2018-05-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | Document Smart/Array changes in dev/doc/Changes.md.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Renaming miscellaneous internal smart functions.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Collecting Map.smart_* functions into a module Map.Smart.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Moving Rtree.smart_map into Rtree.Smart.map.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Moving Option.smart_map to Option.Smart.map.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Collecting List.smart_* functions into a module List.Smart.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Exporting Fun1 within Array so that Array.Fun1 and not only CArray.Fun1 works.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Collecting Array.smart_* functions into a module Array.Smart.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | Emphasizing the "smart"ness of Array.smartfoldmap{,2} in their documentation.Gravatar Hugo Herbelin2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows the model of smartmap and smartmap2.
| | | | | | | * | | | | | | | | | | | CArray: adding combinators.Gravatar Hugo Herbelin2018-05-23
| |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Fix #7576: broken link for Delahaye paper.Gravatar Théo Zimmermann2018-05-23
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Remove unused references from biblio.Gravatar Théo Zimmermann2018-05-23
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | Remove dashes from PR templateGravatar Jason Gross2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per PR comment suggestion
| * | | | | | | | | | | | | | | | [api] Move `Vernacexpr` to parsing.Gravatar Emilio Jesus Gallego Arias2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were a few spurious dependencies on the `Vernac` AST in the pretyper, we remove them and move `Vernacexpr` and `Extend` to parsing, where they do belong more.
| * | | | | | | | | | | | | | | | [api] Move `opacity_flag` to `Proof_global`.Gravatar Emilio Jesus Gallego Arias2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Proof_global` is the main consumer of the flag, which doesn't seem to belong to the AST as plugins show. This will allow the vernac AST to be placed in `vernac` indeed.
* | | | | | | | | | | | | | | | | Merge PR #7414: Add .byte targets for every bestocaml targetGravatar Enrico Tassi2018-05-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge PR #7567: Clean-up dead file in test-suite.Gravatar Enrico Tassi2018-05-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | [ci] Build fiat-crypto targets in sequenceGravatar Jason Gross2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully alleviate memory problems on gitlab, by first building the `lite` targets, and then building the remaining not-that-big targets.
* | | | | | | | | | | | | | | | | | Merge PR #7565: Document the new nested-proof error message.Gravatar Emilio Jesus Gallego Arias2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7577: Fixing debugger after #6859 (loading dynlink.cma before ↵Gravatar Emilio Jesus Gallego Arias2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib.cma).
| | | | | | | | * | | | | | | | | | | Mention warning and error message docs in PR templateGravatar Jason Gross2018-05-22
| |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #7580 c.f. https://github.com/coq/coq/pull/7559#issuecomment-390749207 and https://github.com/coq/coq/pull/7559#issuecomment-390872924. This should be reverted if and when we move to autogenerated docs for warnings and errors, as suggested in #7373.
| * | | | | | | | | | | | | | | | | Fixing debugger after #6859 (loading dynlink.cma before lib.cma).Gravatar Hugo Herbelin2018-05-22
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | [doc] Document the new report_undocumented_coq_objects settingGravatar Clément Pit-Claudel2018-05-22
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | [doc] Add a list of common mistakesGravatar Clément Pit-Claudel2018-05-22
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | [doc] Fix an incorrect use of $PWD in Makefile.docGravatar Clément Pit-Claudel2018-05-22
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | [doc] Add a setting to warn about empty Coq objectsGravatar Clément Pit-Claudel2018-05-22
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge PR #7384: Split UniversesGravatar Pierre-Marie Pédrot2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | Add myself as a secondary maintainer for the documentation.Gravatar Théo Zimmermann2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To reflect reality. [ci skip]
* | | | | | | | | | | | | | | | | | Merge PR #7324: Infrastructure for ocamldebug on the checkerGravatar Hugo Herbelin2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7526: [circle] Use Docker image from Gitlab registry.Gravatar Gaëtan Gilbert2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7568: [ci] [gitlab] Fix printenv sorting for variables that span ↵Gravatar Gaëtan Gilbert2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple lines
| | | | | | | | * | | | | | | | | | | | | [build] Add -cclib -lcoqrun options to build of kernel.cmxa.Gravatar Emilio Jesus Gallego Arias2018-05-22
| |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that it is standard practice in the OCaml world to set the `-cclib` flags at library creation time, at least in native libraries. Indeed, this seems to make linking easier as seen for example in #7563.
* | | | | | | | | | | | | | | | | | | | Merge PR #6859: [stm] Make toplevels standalone executables.Gravatar Théo Zimmermann2018-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | Simplify the newring hack.Gravatar Pierre-Marie Pédrot2018-05-21
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new implementation is 100% compatible with the previous one, but it is more compact and does not use a tricky translation function from the kernel.
| | * | | | | | | | | | | | | | | | | | [ci] [gitlab] Fix printenv sorting for variables that span multiple lines.Gravatar Emilio Jesus Gallego Arias2018-05-21
| |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |