aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* mention issue with OCAMLRUNPARAM and ocamldebugGravatar Paul Steckler2017-08-29
|
* Merge PR #961: Add a set of contributing guidelinesGravatar Maxime Dénès2017-08-29
|\
* \ Merge PR #950: Rudimentary support for native_compute profiling, BZ#5170Gravatar Maxime Dénès2017-08-29
|\ \
* \ \ Merge PR #988: Fix obsolete description of real numerals.Gravatar Maxime Dénès2017-08-29
|\ \ \
* | | | Post-merge API fix.Gravatar Maxime Dénès2017-08-29
| | | |
* | | | Merge PR #946: Functional pretyping interfaceGravatar Maxime Dénès2017-08-29
|\ \ \ \
* \ \ \ \ Merge PR #937: [general] Remove spurious dependency of highparsing on toplevel.Gravatar Maxime Dénès2017-08-29
|\ \ \ \ \
* \ \ \ \ \ Merge PR #916: Fixing notation bug 5608 involving { } and a slight ↵Gravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | restructuration
* \ \ \ \ \ \ Merge PR #838: Have coq-dpdgraph ci test print the differencesGravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #830: Moving assert (the "Cut" rule) to new proof engineGravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #819: Cleanup old thingsGravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #805: Functional tacticsGravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #773: [flags] Remove XML output flag.Gravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #966: Makefile : ignore user-contrib in various file searchesGravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #985: Fix coqdoc test-suite target on Windows.Gravatar Maxime Dénès2017-08-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Trying to fix deployment of master on bintray, and deploy tags to github.Gravatar Maxime Dénès2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deployment doesn't work on PRs, so I have to push it directly, sorry for the noise.
* | | | | | | | | | | | | | Master now deploys 8.8+alpha.Gravatar Maxime Dénès2017-08-29
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Quoting notations in incompatible-level error message.Gravatar Hugo Herbelin2017-08-29
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | A new step of restructuration of notations.Gravatar Hugo Herbelin2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to issue a more appropriate message when a notation with a { } cannot be defined because of an incompatible level. E.g.: Notation "{ A } + B" := (sumbool A B) (at level 20).
| | | | | | | | * | | | | | Adding a test for #5569 (warning about skipping spaces).Gravatar Hugo Herbelin2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The two previous commits make the warning irrelevant and useless.
| | | | | | | | * | | | | | Dropping former fix to bug #5469 (notation format not recognizing curly braces).Gravatar Hugo Herbelin2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53a50875 and a bit more: it also makes the check for possibly ignoring formatting spaces irrelevant, since the previous commit makes that curly brackets are not any more dropped for printing.
| | | | | | | | * | | | | | A little reorganization of notations + a fix to #5608.Gravatar Hugo Herbelin2017-08-29
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Formerly, notations such as "{ A } + { B }" were typically split into "{ _ }" and "_ + _". We keep the split only for parsing, which is where it is really needed, but not anymore for interpretation, nor printing. - As a consequence, one notation string can give rise to several grammar entries, but still only one printing entry. - As another consequence, "{ A } + { B }" and "A + { B }" must be reserved to be used, which is after all the natural expectation, even if the sublevels are constrained. - We also now keep the information "is ident", "is binder" in the "key" characterizing the level of a notation.
* | | | | | | | | | | | | Update .mailmap file.Gravatar Guillaume Melquiond2017-08-24
| | | | | | | | | | | | |
| | | | | | | | | | | * | use OCaml 4.03-compatible Filename functionsGravatar Paul Steckler2017-08-22
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix obsolete description of real numerals.Gravatar Guillaume Melquiond2017-08-22
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix coqdoc URLs under Windows.Gravatar Théo Zimmermann2017-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLs on Windows are the same as on Unix, they use / not \.
| * | | | | | | | | | | Extend .gitignore for coqdoc test-suite.Gravatar Théo Zimmermann2017-08-21
| | | | | | | | | | | |
| * | | | | | | | | | | Fix coqdoc test-suite target on Windows.Gravatar Théo Zimmermann2017-08-21
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 8f12597 introduced new output tests but these were broken on Windows. We fix them by using --strip-trailing-cr option of diff, like in other output tests in the test-suite.
| | | | | | | | | * | use OCaml temp_file, instead of our own versionGravatar Paul Steckler2017-08-18
| | | | | | | | | | |
| | | | | | | | | * | add CHANGES entryGravatar Paul Steckler2017-08-18
| | | | | | | | | | |
| | | | | | | | | * | move filename search to start_profilerGravatar Paul Steckler2017-08-18
| | | | | | | | | | |
* | | | | | | | | | | Merge PR #965: Moving file primitive.ml to cPrimitive.ml to avoid conflict ↵Gravatar Maxime Dénès2017-08-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with OCaml.
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #983: Correct the option for cumulativity in CHANGESGravatar Maxime Dénès2017-08-18
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #973: Adding documentation for Printing Focused option.Gravatar Maxime Dénès2017-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Correct the option for cumulativity in CHANGESGravatar Amin Timany2017-08-18
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge PR #801: Make Travis generate OSX packages.Gravatar Maxime Dénès2017-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | | | | | | | | | * Don't belittle the size of the SE communityGravatar Tej Chajed2017-08-18
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Separate jobs for test-suite and package building under OSX.Gravatar Maxime Dénès2017-08-18
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Don't mention coq-club at allGravatar Tej Chajed2017-08-18
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Advise contributors to use SE over coq-clubGravatar Tej Chajed2017-08-18
| | | | | | | | | | | | | |
| | | | | | | | | | | | * | Add native compute profiling, BZ#5170Gravatar Paul Steckler2017-08-17
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge PR #972: 8.7 change entriesGravatar Maxime Dénès2017-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #490: A possible fix for #5391 (command line tools do not accept ↵Gravatar Maxime Dénès2017-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trailing / and \ on windows)
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #974: Change section caption, improve some wordingGravatar Maxime Dénès2017-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #976: Document anonymous universes (PR #544).Gravatar Maxime Dénès2017-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Use the wording suggested by Gaetan.Gravatar Théo Zimmermann2017-08-17
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Addition suggested by Pierre-Marie.Gravatar Théo Zimmermann2017-08-17
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Change 8.7~alpha to 8.7+alpha.Gravatar Maxime Dénès2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only the latter is a valid git tag, and we will soon be using those to generate our version numbers.
| | | | | * | | | | | | | | | | | Make Travis generate OSX packages.Gravatar Maxime Dénès2017-08-17
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The packages will be built only for main branches (not pull requests), and are accessible via bintray: https://bintray.com/coq/coq
| * | | | | | | | | | | | | | | Document anonymous universes (PR #544).Gravatar Gaëtan Gilbert2017-08-17
|/ / / / / / / / / / / / / / /