aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-09Merge PR #13564: Allow all characters in tacn, cmd, ... names. Report ↵Clément Pit-Claudel
duplicate names. Ack-by: Zimmi48 Reviewed-by: cpitclaudel
2020-12-09Allow any character in a tacn, cmd, ... nameJim Fehrle
Include "0-9_" in default cmd name Report duplicate names
2020-12-09Merge PR #13537: More efficient implementation for substitutions.coqbot-app[bot]
Reviewed-by: SkySkimmer Ack-by: gares
2020-12-09Please the god of nitpicking by renaming the shift monoid operations.Pierre-Marie Pédrot
2020-12-09Document Esubst API and implementation.Pierre-Marie Pédrot
2020-12-09Adding overlays.Pierre-Marie Pédrot
2020-12-09Compact representation of identity substitutions.Pierre-Marie Pédrot
2020-12-09Optimization: take advantage that we don't use arrays anymore in substitutions.Pierre-Marie Pédrot
2020-12-09More efficient implementation for substitutions.Pierre-Marie Pédrot
We use a variant of skewed lists enriched over a monoid, whose purpose is to count the number of lifts added to the substitution. This makes addition O(1) and lookup O(log n).
2020-12-09Cleanup substitution API.Pierre-Marie Pédrot
2020-12-09Merge PR #13591: [rm] update instructions for windows signingcoqbot-app[bot]
Reviewed-by: Zimmi48
2020-12-09[rm] announcements to discourseEnrico Tassi
2020-12-08Merge PR #13597: Congruence: don't replace error messages by "congruence failed"coqbot-app[bot]
Reviewed-by: ejgallego Ack-by: PierreCorbineau
2020-12-08Update dev/doc/release-process.mdEnrico Tassi
Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com>
2020-12-08Merge PR #13572: [dune] [opam] Disable dune subst in opam files until the ↵coqbot-app[bot]
upstream fix is propagated Reviewed-by: Zimmi48
2020-12-08Merge PR #13596: Add a test for cbv over inductive types which feature ↵coqbot-app[bot]
let-bindings. Reviewed-by: SkySkimmer
2020-12-08Congruence: don't replace error messages by "congruence failed"Gaëtan Gilbert
Fix #13595
2020-12-08Reindent Cctac.cc_tacticGaëtan Gilbert
2020-12-08Add a test for cbv over inductive types which feature let-bindings.Pierre-Marie Pédrot
2020-12-07[rm] manual is uploaded by CIEnrico Tassi
2020-12-07Merge PR #13588: Add `depopts: coq-native` in coq.opam.dockercoqbot-app[bot]
Reviewed-by: Zimmi48 Reviewed-by: proux01
2020-12-07[rm] update instructions for windows signingEnrico Tassi
2020-12-07Merge PR #13556: Fix spelling in warning entrycoqbot-app[bot]
Reviewed-by: Zimmi48 Ack-by: jfehrle
2020-12-07Add depopts:coq-native in coq.opam.dockerErik Martin-Dorel
2020-12-06Merge PR #13585: [RM] Update changes 13501coqbot-app[bot]
Reviewed-by: Zimmi48
2020-12-06[doc] update changes after 13501Enrico Tassi
2020-12-06Fix spelling in warning entrySimon Friis Vindum
2020-12-05Merge PR #13553: Document Number Notation for primitive integerscoqbot-app[bot]
Reviewed-by: jfehrle
2020-12-04Merge PR #13552: Delay inventing names for monomorphic universesPierre-Marie Pédrot
Reviewed-by: ppedrot
2020-12-04Merge PR #13569: typocoqbot-app[bot]
Reviewed-by: jfehrle
2020-12-04[dune] [opam] Disable dune subst in opam files until the upstream fix is ↵Emilio Jesus Gallego Arias
propagated `dune subst` is broken on unicode files, see https://github.com/ocaml/dune/pull/3879 and https://github.com/ocaml/dune/pull/3879 This is a frequent problem, introduced by https://github.com/coq/coq/pull/13374 , so disabling pending on dune 2.8 being released.
2020-12-04Merge PR #13442: Add an abstraction function in the LtacX FFI.coqbot-app[bot]
Reviewed-by: kyoDralliam
2020-12-04Delay inventing names for monomorphic universesGaëtan Gilbert
This avoids doing it repeatedly for nothing in intern/extern.
2020-12-04Merge PR #13551: Stop calling Id.Map.domain on univ binders every individual ↵coqbot-app[bot]
universe Reviewed-by: herbelin
2020-12-04typoYves Bertot
2020-12-04Merge PR #13497: [rm] update release notescoqbot-app[bot]
Reviewed-by: Zimmi48
2020-12-04[rm] clarify process for is_a_released_version = trueEnrico Tassi
2020-12-04[rm] update git commands to push tagsEnrico Tassi
2020-12-04Merge PR #13527: Changes for Coq 8.13coqbot-app[bot]
Reviewed-by: Zimmi48 Ack-by: jfehrle
2020-12-03Merge PR #13546: [coqide] fix procedure to parse argumentscoqbot-app[bot]
Reviewed-by: ejgallego
2020-12-03Merge PR #13558: [refman] Fix error names.coqbot-app[bot]
Reviewed-by: jfehrle
2020-12-03Implement review corrections by Théo ZimmermannMatthieu Sozeau
2020-12-03Implement suggestions by Théo ZimmermannMatthieu Sozeau
2020-12-03Apply suggestions from code reviewMatthieu Sozeau
Co-authored-by: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>
2020-12-03Apply suggestions from code reviewEnrico Tassi
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
2020-12-03Update doc/sphinx/changes.rstMatthieu Sozeau
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
2020-12-03Fixes in the summary by Jim FehrleMatthieu Sozeau
Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net>
2020-12-03Changes without PR references fixesMatthieu Sozeau
2020-12-03Apply suggestions from @jfehrle code reviewMatthieu Sozeau
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
2020-12-03[changelog] update markupEnrico Tassi