aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Correction of ugly message described in #4667Gravatar Julien Forest2018-04-11
|
* Merge PR #7102: Improvements to the merge script.Gravatar Maxime Dénès2018-04-11
|\
* \ Merge PR #7203: removing ugly error message of #5147Gravatar Pierre Courtieu2018-04-11
|\ \
* \ \ Merge PR #7218: Add myself as the primary maintainer of the warnings systemGravatar Emilio Jesus Gallego Arias2018-04-11
|\ \ \
| * | | Add myself as the primary maintainer of the warnings systemGravatar Maxime Dénès2018-04-11
|/ / /
* | | Merge PR #6955: Fixed many typos and grammar errors in chapter 11 of the manual.Gravatar Maxime Dénès2018-04-11
|\ \ \
* \ \ \ Merge PR #7020: Sphinx doc chapter 6Gravatar Théo Zimmermann2018-04-10
|\ \ \ \
| * | | | [Sphinx] Add chapter 6Gravatar Maxime Dénès2018-04-10
| | | | | | | | | | | | | | | | | | | | Thanks to Yves Bertot for porting this chapter.
| * | | | [Sphinx] Move chapter 6 to new infrastructureGravatar Maxime Dénès2018-04-10
|/ / / /
* | | | Merge PR #7168: Sphinx doc chapter 15Gravatar Théo Zimmermann2018-04-10
|\ \ \ \
| * | | | [Sphinx] Add chapter 15Gravatar Laurent Théry2018-04-10
| | | | | | | | | | | | | | | | | | | | Thanks to Laurent Théry for porting this chapter.
| * | | | [Sphinx] Move chapter 15 to new infrastructureGravatar Maxime Dénès2018-04-10
|/ / / /
| | * | change error message in #5147Gravatar Julien Forest2018-04-09
| | | |
* | | | Merge PR #7116: Fixes #7110: missing test on the absence of a "as" while ↵Gravatar Emilio Jesus Gallego Arias2018-04-09
|\ \ \ \ | | | | | | | | | | | | | | | looking for a notation for a nested pattern
* \ \ \ \ Merge PR #7103: Fix #7101: STM delegation policy brokenGravatar Enrico Tassi2018-04-09
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGES
* \ \ \ \ \ Merge PR #7207: [ci] Tentative fix for #7206: MacOS test-suite job failing.Gravatar Gaëtan Gilbert2018-04-09
|\ \ \ \ \ \
| * | | | | | [ci] Tentative fix for #7206: MacOS test-suite job failing.Gravatar Théo Zimmermann2018-04-09
|/ / / / / /
* | | | | | Merge PR #7162: Sphinx doc chapter 7Gravatar Théo Zimmermann2018-04-09
|\ \ \ \ \ \
| | | | | | * Merge script: adds a way for confirmation to expect a newline.Gravatar Théo Zimmermann2018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fulfils Gaetan's wish.
| | | | | * | removing uggly error message of #5147Gravatar Julien Forest2018-04-09
| | | | | | |
* | | | | | | Merge PR #7176: Fix #6956: Uncaught exception in bytecode compilationGravatar Pierre-Marie Pédrot2018-04-09
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | | * Add sanity check in merge script: local branch is up-to-date.Gravatar Théo Zimmermann2018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the local branch is ahead of upstream, we only print a warning because it could be that we are merging several PRs in a row.
* | | | | | | Merge PR #7070: Clarify wording in tactics documentation.Gravatar Maxime Dénès2018-04-09
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7082: Expliciting and taking advantage of a representation ↵Gravatar Maxime Dénès2018-04-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | invariant in Esubst
* \ \ \ \ \ \ \ \ Merge PR #7165: [ssr] check cleared hyps do exist (fix #7050)Gravatar Maxime Dénès2018-04-09
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #7184: [toplevel] Fix path initialization before vio processing ↵Gravatar Maxime Dénès2018-04-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (closes #7044)
| | | | | | * | | | | [Sphinx] Add chapter 7Gravatar Maxime Dénès2018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Laurent Théry for porting this chapter.
| | | | | | * | | | | [Sphinx] Make it possible to espace { by %{ in custom grammarsGravatar Maxime Dénès2018-04-09
| | | | | | | | | | |
| | | | | | * | | | | [Sphinx] Move chapter 7 to new infrastructureGravatar Maxime Dénès2018-04-09
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | | | | * Document requirement to have git >= 2.7 to use the merge script.Gravatar Théo Zimmermann2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported in https://github.com/coq/coq/issues/7097#issuecomment-378632415
| | | | | | | | | * Merge script does not warn when the remote is set to HTTPS.Gravatar Théo Zimmermann2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should solve Emilio's problem.
| | | | | | | | | * Merge script: use fetch URL for the remote.Gravatar Théo Zimmermann2018-04-08
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | In case the push URL has been overriden to make it fetch-only.
* | | | | | | | | Merge PR #6809: Improve shell scriptsGravatar Michael Soegtrop2018-04-08
|\ \ \ \ \ \ \ \ \
| | * | | | | | | | [toplevel] Fix path initialization before vio processing (closes #7044)Gravatar Emilio Jesus Gallego Arias2018-04-07
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The toplevel refactoring made path initialization per document, however vio-checking and vio-tasks are not documents, so loadpath must be initialized individually. Patch by @gares, refactoring to avoid double-initialization by me. Co-authored-by: <Enrico.Tassi@inria.fr>
| | | | | | | | * Fixed many typos and grammar errors in chapter 11 of the manual.Gravatar Zeimer2018-04-06
| | | | | | | | |
* | | | | | | | | Merge PR #7129: Fix #7124: Warning "Ignoring implicit status" does not ↵Gravatar Hugo Herbelin2018-04-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provide line number
* \ \ \ \ \ \ \ \ \ Merge PR #6960: [api] Move some types to their proper module.Gravatar Pierre-Marie Pédrot2018-04-06
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #7180: Remove unused script.Gravatar Pierre-Marie Pédrot2018-04-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge PR #7178: Fixes issue #7172 (don't include MinGW make in install)Gravatar Enrico Tassi2018-04-06
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | Fix #6956: Uncaught exception in bytecode compilationGravatar Maxime Dénès2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We also make the code of [compact] in kernel/univ.ml a bit clearer.
* | | | | | | | | | | | Merge PR #7131: Sphinx doc chapter 30Gravatar Théo Zimmermann2018-04-06
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | Improve shell scriptsGravatar zapashcanon2018-04-05
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge PR #6838: Light refactoring of implicit argumentsGravatar Hugo Herbelin2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Refactor impargs code.Gravatar Jasper Hugunin2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should preserve semantics exactly. In the compute_implicits family of functions, I changed the name of the pushed rel to not be fresh, but the env isn't passed to find_displayed_name_in, and shouldn't affect whd_all.
| | | | * | | | | | | | | Remove unused script.Gravatar Théo Zimmermann2018-04-05
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is dead code since fd44a40f9d426a7b65f167bc30d320a0f7dd2bbd. This script was initially introduced in a088d03434417e935df3c75f81a954eadbdfc2b8 and left untouched since then.
| | | | | * | | | | | | Fix #7124: Warning "Ignoring implicit status" does not provide line numberGravatar Maxime Dénès2018-04-05
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | Fixes issue #7172 (don't include MinGW make in install)Gravatar Michael Soegtrop2018-04-05
| | | | | | | | | | |
* | | | | | | | | | | Merge PR #7169: Sphinx docs: fix typo in Chrząszcz (non-ASCII character ↵Gravatar Maxime Dénès2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lost in sphinx migration)
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #7074: Update merging docGravatar Maxime Dénès2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add note for homebrew users.Gravatar Théo Zimmermann2018-04-05
| | | | | | | | | | | |