index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
Age
Commit message (
Expand
)
Author
2020-03-26
Fix #11845: anomaly when including partially applied functor
Gaëtan Gilbert
2020-03-26
Merge PR #11891: Fix levels of `<=?` and `<?` in the stdlib
Hugo Herbelin
2020-03-23
Fix levels of `<=?` and `<?` in the stdlib
Jason Gross
2020-03-22
Testing notations which are specific numerals.
Hugo Herbelin
2020-03-22
Adding a test for printing single characters.
Hugo Herbelin
2020-03-22
Test-suite: Assume coqtop output is text even with non-printable characters.
Hugo Herbelin
2020-03-22
Centralizing all kinds of numeral string management in numTok.ml.
Hugo Herbelin
2020-03-20
Merge PR #11665: Make Cumulative, NonCumulative and Private attributes.
Pierre-Marie Pédrot
2020-03-20
Merge PR #11814: Document coq_makefile behavior wrt -native-compiler yes
Enrico Tassi
2020-03-20
Merge PR #11847: Properly thread let-bindings in Funind principle construction.
Pierre Courtieu
2020-03-19
Interpret the Export modifier of Set and Unset as an attribute.
Théo Zimmermann
2020-03-19
Merge PR #11760: firstorder: default tactic is “auto with core”
Théo Zimmermann
2020-03-19
Merge PR #11795: Print implicit arguments in types of references
Hugo Herbelin
2020-03-19
Merge PR #11822: Grants #11692: clear dependent knows about let-in
Pierre-Marie Pédrot
2020-03-19
firstorder: default tactic is “auto with core”
Vincent Laporte
2020-03-18
Adding a round-trip test for binders.
Pierre-Marie Pédrot
2020-03-18
Actually use the binder type for Ltac2 that should be used in the kernel.
Pierre-Marie Pédrot
2020-03-18
Merge PR #11559: Remove year in headers.
Hugo Herbelin
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-18
Export the user-facing attribute for hint locality.
Pierre-Marie Pédrot
2020-03-18
Change some ouput tests due to the printing of implicits
SimonBoulier
2020-03-17
Properly thread let-bindings in Funind principle construction.
Pierre-Marie Pédrot
2020-03-17
Merge PR #11811: Remove a positivity check when Positivity Checking is off
Gaëtan Gilbert
2020-03-17
Add test for PR11811 (disable a positivity check)
SimonBoulier
2020-03-16
Document coq_makefile behavior wrt -native-compiler yes
Pierre Roux
2020-03-16
Fix coq-makefile/native1 test
Pierre Roux
2020-03-14
Fixes #11692 (clear dependent knows about let-in).
Hugo Herbelin
2020-03-14
Merge PR #10858: Implementing postponed constraints in TC resolution
Gaëtan Gilbert
2020-03-13
Implementing postponed constraints in TC resolution
Matthieu Sozeau
2020-03-12
Merge PR #11798: Tests make bytecode
Enrico Tassi
2020-03-11
Merge PR #11769: Fix #9930: "change" replaces 0-param projections by constants
Pierre-Marie Pédrot
2020-03-11
Merge PR #11786: Fix #11730: Mangle Names vs Infix
Pierre-Marie Pédrot
2020-03-10
test coq-makefile/findlib-package-unpacked: only try to invoke 'make' when
Ralf Treinen
2020-03-10
test coq-makefile/camldep: try to build a cmx only when there is an ocamlopt
Ralf Treinen
2020-03-10
Fixing little bug in parsing decimal numbers in R.
Hugo Herbelin
2020-03-09
Fix #11730: Mangle Names vs Infix
Gaëtan Gilbert
2020-03-09
Fix #9930: "change" replaces 0-param projections by constants
Gaëtan Gilbert
2020-03-08
Merge PR #11740: Ltac2: Add notation for enough and eenough
Pierre-Marie Pédrot
2020-03-06
Merge PR #11698: Fix #11592: Side effect safety may be broken by universe eff...
Gaëtan Gilbert
2020-03-06
Merge PR #11723: Fix mishandling of sigma in guess_elim (regression from 8.11)
Pierre-Marie Pédrot
2020-03-06
Adding a test to the test-suite.
Pierre-Marie Pédrot
2020-03-05
Merge PR #11522: Adding an alias `pose proof (x:=t)` for `pose proof t as x` ...
Pierre-Marie Pédrot
2020-03-05
Merge PR #11602: Adding support for an "only parsing" modifier in "where"-bas...
Pierre-Marie Pédrot
2020-03-04
Merge PR #11715: Be robust in calculating visible ids for non-registered cons...
Hugo Herbelin
2020-03-04
Merge PR #11429: [zify] several efficiency enhancements
Vincent Laporte
2020-03-04
Adding support for an "only parsing" modifier in "where"-based notations.
Hugo Herbelin
2020-03-03
[loadpath] Rework and simplify ML loadpath handling
Emilio Jesus Gallego Arias
2020-03-03
[zify] efficiency improvements
Frédéric Besson
2020-03-03
Ltac2: Add notation for enough and eenough
Michael Soegtrop
2020-03-03
Adding an alias "pose proof (x:=a)" for "pose proof a as x".
Hugo Herbelin
[next]