aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-04Update CHANGES.mdPierre Roux
2019-04-04Adapt to coq/coq#8764Pierre Roux
2019-04-04Merge PR #9904: [CI] Fix build of math-comp dependenciesGaëtan Gilbert
2019-04-04[CI] Fix build of math-comp dependenciesMaxime Dénès
2019-04-04Merge PR #9901: [dune] Fix include object dirs.Théo Zimmermann
2019-04-04[dune] Fix include object dirs.Emilio Jesus Gallego Arias
2019-04-04Merge PR #9881: Protect some I/O routines from SIGALRMEmilio Jesus Gallego Arias
2019-04-03Merge PR #9890: Improve coqchk -norec perf by not checking for ill-formed dat...Pierre-Marie Pédrot
2019-04-03Merge PR #9804: CI: Use job-local timeout for build-template and test-suite-t...Emilio Jesus Gallego Arias
2019-04-03Merge PR #9861: [program] Allow evars in type of fixpoints.Gaëtan Gilbert
2019-04-03Protect some I/O routines from SIGALRMMaxime Dénès
2019-04-03Merge PR #9078: Provide a faster bound name generation algorithm through a flagVincent Laporte
2019-04-03Merge PR #9896: Minor correction to numeral notations docThéo Zimmermann
2019-04-03Merge PR #8638: Remove -compat 8.7Théo Zimmermann
2019-04-03Minor correction to numeral notations docJason Gross
2019-04-02Merge PR #9668: Consolidate credits and changelog information in a single place.Clément Pit-Claudel
2019-04-02[ssr] rewrite takes optional function to make the new valued of the redexEnrico Tassi
2019-04-02[ssr] implement "under i: ext_lemma" by rewrite ruleEnrico Tassi
2019-04-02[ssr] under: Add opaque modules for tagging and notation supportErik Martin-Dorel
2019-04-02[ssr] fix implementation of refine ~first_goes_lastEnrico Tassi
2019-04-02[ssr] clean up type declaration of ssrrewritetacEnrico Tassi
2019-04-02[ssr] move is_ind/constructor_ref to ssrcommonEnrico Tassi
2019-04-02[ssr] under: rewrite takes an optional bool argErik Martin-Dorel
2019-04-02CI: Use job-local timeout for build-template and test-suite-templateGaëtan Gilbert
2019-04-02Merge pull request coq/ltac2#118 from vbgl/rm-hardwired-hint-dbPierre-Marie Pédrot
2019-04-02Merge PR #8984: Declare initial hint databases in preludePierre-Marie Pédrot
2019-04-02coqchk: use unsafe marshal for dependencies of -norec librariesGaëtan Gilbert
2019-04-02coqchk: don't marshal opaques for dependencies of -norec librariesGaëtan Gilbert
2019-04-02coqchk: do not validate dependencies of -norec librariesGaëtan Gilbert
2019-04-02Remove -compat 8.7Jason Gross
2019-04-02Merge PR #9875: [doc] Add a note about Dune support to the manual.Théo Zimmermann
2019-04-02Merge pull request coq/ltac2#117 from ejgallego/opam_updatePierre-Marie Pédrot
2019-04-02[opam] Update file to newer format and build system.Emilio Jesus Gallego Arias
2019-04-02Merge PR #9659: Fix #9652: rewrite fails to detect lack of progressEmilio Jesus Gallego Arias
2019-04-02Document the Fast Name Printing option.Pierre-Marie Pédrot
2019-04-02Fast name generation in detyping.Pierre-Marie Pédrot
2019-04-02Define an efficient representation of subscripted identifiers.Pierre-Marie Pédrot
2019-04-02Abstract away the name generation algorithm in Detyping.Pierre-Marie Pédrot
2019-04-02Pass flags through a record in Detyping.Pierre-Marie Pédrot
2019-04-02Add overlaysPierre Roux
2019-04-02Allow underscores as comments in numeral constants.Pierre Roux
2019-04-02Update documentationPierre Roux
2019-04-02Add a Numeral Notation for QArith (e.g., 1.02e+01%Q for 102 # 10)Pierre Roux
2019-04-02Make R parser parse decimals (e.g., 1.02e+01)Pierre Roux
2019-04-02Add parsing of decimal constants (e.g., 1.02e+01)Pierre Roux
2019-04-02Rename raw_natural_number to raw_numeralPierre Roux
2019-04-02Rename the INT token to NUMERALPierre Roux
2019-04-01Replace type sign = bool with SPlus | SMinusPierre Roux
2019-04-01Merge PR #9725: Lia: various impovements (support for #8764, fix #9268 and ...Vincent Laporte
2019-04-01Merge PR #9874: [interp] [numeral] Improve numeral notations to support Ind a...Emilio Jesus Gallego Arias