aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge PR #7831: Fix for issue #7707: include Ltac2 and Equations in Windows b...Gravatar Maxime Dénès2018-06-26
|\
* \ Merge PR #7756: Fix #7608: missing num package in INSTALL documentation.Gravatar Maxime Dénès2018-06-26
|\ \
* \ \ Merge PR #7783: Move INSTALL.doc to doc/README.md and improve a few things.Gravatar Maxime Dénès2018-06-26
|\ \ \
* \ \ \ Merge PR #7919: Fix equality check on global names from native compute.Gravatar Maxime Dénès2018-06-26
|\ \ \ \
* \ \ \ \ Merge PR #7851: Modernize the introduction of the reference manual.Gravatar Maxime Dénès2018-06-26
|\ \ \ \ \
| | | | | * Activate the build of Ltac2 and Equations in the Windows installer.Gravatar Théo Zimmermann2018-06-25
| | | | | * Reuse CI info to know which version of plugins to build on Windows.Gravatar Théo Zimmermann2018-06-25
* | | | | | Merge PR #7798: Remove hack skipping comparison of algebraic universes in sub...Gravatar Matthieu Sozeau2018-06-25
|\ \ \ \ \ \
| | | | | | * Fix for issue 7707: include Ltac2 and Equations in Windows buildGravatar Michael Soegtrop2018-06-25
* | | | | | | Merge PR #7559: Existing Class noop when already a class + warning.Gravatar Matthieu Sozeau2018-06-25
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | * | | Fix equality check on global names from native compute.Gravatar Pierre-Marie Pédrot2018-06-25
| |_|_|/ / / |/| | | | |
* | | | | | Merge PR #7620: [ssr] rewrite: turn anomaly into regular errorGravatar Maxime Dénès2018-06-25
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #7895: Revert "Add a note about [ci skip] in CI README."Gravatar Emilio Jesus Gallego Arias2018-06-24
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7805: Towards listing the critical bugs of the history of Coq.Gravatar Théo Zimmermann2018-06-24
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #7772: [native_compute] Delay computations with toplevel matchGravatar Pierre-Marie Pédrot2018-06-24
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #7784: Remove Tutorials from a few other places following #7466.Gravatar Maxime Dénès2018-06-24
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #7614: Simplify the code that handles trust of side-effects in kerne...Gravatar Maxime Dénès2018-06-23
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #7236: [ssr] simpler semantics for delayed clearsGravatar Maxime Dénès2018-06-23
|\ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7827: [engine] safe [add_unification_pb] interfaceGravatar Pierre-Marie Pédrot2018-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7750: Handle mutual records in the kernelGravatar Maxime Dénès2018-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Adapt the kernel to generate proper data for mutual records.Gravatar Pierre-Marie Pédrot2018-06-23
| * | | | | | | | | | | | | | Using more general information for primitive records.Gravatar Pierre-Marie Pédrot2018-06-23
| * | | | | | | | | | | | | | Change the proj_ind field from MutInd.t to inductive.Gravatar Pierre-Marie Pédrot2018-06-23
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge PR #7715: Simplify the cooking of primitive projections.Gravatar Maxime Dénès2018-06-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7600: Faster and cleaner fconstr-to-constr conversion function.Gravatar Maxime Dénès2018-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7893: Update dpdgraph branch nameGravatar Théo Zimmermann2018-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7776: [ssr] Fix rewrite with universesGravatar Maxime Dénès2018-06-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | Remove hack skipping comparison of algebraic universes in subtyping.Gravatar Gaëtan Gilbert2018-06-22
| | | | | | | | | | | | | | * | | | Define and use UGraph.enforce_leq_alg for subtyping inferenceGravatar Gaëtan Gilbert2018-06-22
| | | | | | * | | | | | | | | | | | [ssr] document {}/viewGravatar Enrico Tassi2018-06-22
| | | | | | * | | | | | | | | | | | [ssr] document rewrite {}fooGravatar Enrico Tassi2018-06-22
| | | | | | * | | | | | | | | | | | [ssr] implement {}/v as a short hand for {v}/v when v is an idGravatar Enrico Tassi2018-06-22
| | | | | | * | | | | | | | | | | | [ssr] simplify delayed clearsGravatar Enrico Tassi2018-06-22
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | [ssr] test case for rewrite and set on univ poly keysGravatar Enrico Tassi2018-06-22
| * | | | | | | | | | | | | | | | [ssr] matching: use eq_constr_nounivs in approximated matchingGravatar Enrico Tassi2018-06-22
| * | | | | | | | | | | | | | | | [ssr] set: merge universe constraints before type checking the termGravatar Enrico Tassi2018-06-22
|/ / / / / / / / / / / / / / / /
| | | | | | | | | * / / / / / / Revert "Add a note about [ci skip] in CI README."Gravatar Théo Zimmermann2018-06-22
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | * Get rid of INSTALL.ide. List the dependency versions in INSTALL.Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | | * Fix #7608: missing num package in INSTALL documentation.Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | |/
| | | | | | | | | | | | | * Fix Windows install script following removal of INSTALL.ide and move of INSTA...Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | * Clarify further doc/README.md following Jim's comments.Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | * Fix copyright dates in doc/LICENSE.Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | * Improve doc/README.md.Gravatar Théo Zimmermann2018-06-22
| | | | | | | | | | | | | * Move INSTALL.doc into doc/README.md.Gravatar Théo Zimmermann2018-06-22
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge PR #7774: [build] Fix checks and notes noting 4.02.1 instead of 4.02.3Gravatar Maxime Dénès2018-06-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7873: Make Clément the secondary codeowner of doc/tools/coqrst.Gravatar Maxime Dénès2018-06-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Update dpdgraph branch nameGravatar Gaëtan Gilbert2018-06-21
* | | | | | | | | | | | | | | Merge PR #7770: Move indices on top on the TOC. Closes #7764.Gravatar Maxime Dénès2018-06-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge PR #7815: On cygwin, pass the filename in a format that coqdoc understa...Gravatar Maxime Dénès2018-06-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge PR #7865: Fix #7432: Grammar token @term points to the SSR chapter.Gravatar Maxime Dénès2018-06-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \