index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test-suite
Commit message (
Expand
)
Author
Age
*
Using name given by user to name a 'pat, if any.
Hugo Herbelin
2018-02-20
*
Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr.
Hugo Herbelin
2018-02-20
*
Notations: Do not consider a non-occurring variable as a binder-only variable.
Hugo Herbelin
2018-02-20
*
Adding support for re-folding notation referring to isolated "forall '(x,y), t".
Hugo Herbelin
2018-02-20
*
Merge PR #6728: Extrude monomorphic universe contexts from with Definition co...
Maxime Dénès
2018-02-19
|
\
*
|
Cleaner treatment of parameters in inferCumulativity
Gaëtan Gilbert
2018-02-16
|
*
Adding a test for the construction that was broken in Coccinelle.
Pierre-Marie Pédrot
2018-02-16
|
/
*
Merge PR #1073: new quick2vo target: like vio2vo, but smarter
Maxime Dénès
2018-02-15
|
\
|
*
disable tests: vio2vo is broken in Windows
Ralf Jung
2018-02-15
|
*
also test vio2vo
Ralf Jung
2018-02-15
|
*
test "make quick2vo"
Ralf Jung
2018-02-15
*
|
Merge PR #6741: coq_makefile: Support "" as the prefix in _CoqProject
Maxime Dénès
2018-02-15
|
\
\
|
*
|
coq_makefile: Support "" as the prefix in _CoqProject
Joachim Breitner
2018-02-15
*
|
|
Merge PR #6713: Fix #6677: Critical bug with VM and universes
Maxime Dénès
2018-02-14
|
\
\
\
*
\
\
\
Merge PR #1082: Fixing Print for inductive types with let-in in parameters
Maxime Dénès
2018-02-12
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
Add test case for #6677.
Maxime Dénès
2018-02-12
|
|
|
/
*
|
|
Merge PR #1047: Support universe instances on the literal Type
Maxime Dénès
2018-02-12
|
\
\
\
*
\
\
\
Merge PR #6128: Simplification: cumulativity information is variance informa...
Maxime Dénès
2018-02-12
|
\
\
\
\
*
\
\
\
\
Merge PR #6418: More detailed error messages for Canonical Structure, #6398
Maxime Dénès
2018-02-12
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR #6651: Use r.(p) syntax to print primitive projections.
Maxime Dénès
2018-02-12
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
Use specialized function for inductive subtyping inference.
Gaëtan Gilbert
2018-02-11
|
|
|
*
|
|
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
More detailed error messages for Canonical Structure, #6398
Paul Steckler
2018-02-06
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge PR #6656: Fix #5747: "make validate" fails with "bad recursive trees"
Maxime Dénès
2018-01-31
|
\
\
\
\
*
\
\
\
\
Merge PR #6535: Cleanup name-binding structure for fresh evar name generation.
Maxime Dénès
2018-01-31
|
\
\
\
\
\
|
|
|
*
|
|
Use r.(p) syntax to print primitive projections.
Maxime Dénès
2018-01-30
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Add test case for #5286.
Maxime Dénès
2018-01-29
|
|
|
*
|
Support universe instances on the literal Type
Tej Chajed
2018-01-26
|
|
*
|
|
Add test case for #5747
Maxime Dénès
2018-01-25
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge PR #6627: Fix #6619: coqchk does not reduce compatibility constants for...
Maxime Dénès
2018-01-23
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge PR #6461: Let dtauto recognize '@sigT A (fun _ => B)' as a conjunction.
Maxime Dénès
2018-01-22
|
\
\
\
\
*
\
\
\
\
Merge PR #6618: Fix Ltac subterm matching in (co-)fixpoints.
Maxime Dénès
2018-01-22
|
\
\
\
\
\
|
|
|
*
|
|
Adding a test for coqchk bug #6619.
Pierre-Marie Pédrot
2018-01-20
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add test-suite file for issue #6617.
Cyprien Mangin
2018-01-19
*
|
|
|
|
Merge PR #6555: Use let-in aware prod_applist_assum in dtauto and firstorder.
Maxime Dénès
2018-01-18
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge PR #6298: Fix #6297: handle constraints like (u+1 <= Set/Prop)
Maxime Dénès
2018-01-17
|
\
\
\
\
\
|
|
|
*
|
|
Let dtauto recognize '@sigT A (fun _ => B)' as a conjunction
Jasper Hugunin
2018-01-17
|
|
*
|
|
|
Add a test that `prod_applist_assum` reduces the right number of let-ins
Jasper Hugunin
2018-01-17
|
|
*
|
|
|
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2018-01-17
|
|
|
/
/
/
*
|
|
|
|
Merge PR #6551: Bracket with goal selector
Maxime Dénès
2018-01-16
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
More tests on brackets with goal selectors (including failures).
Théo Zimmermann
2018-01-15
|
*
|
|
|
Add test-suite file for bracket with goal selector.
Théo Zimmermann
2018-01-15
*
|
|
|
|
Merge PR #6564: Fix undefined variables in test-suite/Makefile + add PRINT_LOGS
Maxime Dénès
2018-01-13
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR #6483: Strong invariants in polymorphic definitions
Maxime Dénès
2018-01-12
|
\
\
\
\
\
\
|
|
*
|
|
|
|
Document test-suite PRINT_LOGS.
Gaëtan Gilbert
2018-01-11
|
|
*
|
|
|
|
Fix undefined variables in test-suite/Makefile + add PRINT_LOGS
Gaëtan Gilbert
2018-01-11
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge PR #6557: First stab at documenting the test suite.
Maxime Dénès
2018-01-11
|
\
\
\
\
\
\
|
|
*
|
|
|
|
Force polymorphic definitions to have no internal constraints.
Pierre-Marie Pédrot
2018-01-11
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Lint and remove redundant line
Jasper Hugunin
2018-01-11
|
*
|
|
|
|
Add comments by @psteckler to test-suite/README.md
Jasper Hugunin
2018-01-10
[next]