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-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
2020-03-01
test-suite file for spurious universe generation
Matthieu Sozeau
2020-02-29
Be robust in calculating visible ids for non-registered constants.
Pierre-Marie Pédrot
2020-02-28
Merge PR #10008: CoqIDE: Fix not escaping coqtop arguments when compiling
Hugo Herbelin
2020-02-28
Merge PR #11609: [stm] Use Default Proof Using only with Proof
Enrico Tassi
2020-02-28
[stm] Use Default Proof Using only with Proof
Tej Chajed
2020-02-28
Makefile in test-suite: More separation of concerns as suggested by Enrico.
Hugo Herbelin
2020-02-28
Fixed some escaping problems with arguments containing spaces in IDE's Compil...
Ike Mulder
2020-02-27
Merge PR #11650: Set Printing Parens
Emilio Jesus Gallego Arias
2020-02-26
Merge PR #11644: Use implicit arguments in notations for eq.
Hugo Herbelin
2020-02-26
Consolidate int63-related notations
Maxime Dénès
2020-02-25
Use implicit arguments in notations for eq.
Gaëtan Gilbert
2020-02-25
Fixing residual bug of #11120.
Hugo Herbelin
2020-02-24
Merge PR #11560: Fix #11549: Ltac2 is incompatible with $.
Tej Chajed
2020-02-24
Merge PR #11588: test for x[i] notation not breaking Ltac parsing
Gaëtan Gilbert
2020-02-23
Merge PR #11120: Refactoring code for application printing + fixing #11091 (i...
Emilio Jesus Gallego Arias
2020-02-23
Adding tests for Set Printing Parentheses.
Hugo Herbelin
2020-02-23
Merge pull request #11629 from ppedrot/fix-11552
Tej Chajed
2020-02-22
Fixes #4690: do not allow @f in notations when f is a notation variable.
Hugo Herbelin
2020-02-22
New parsing/printing pattern/terms imp/scopes tests summarizing last changes.
Hugo Herbelin
2020-02-22
In printing patterns, distinguish the case of a notation to @id.
Hugo Herbelin
2020-02-22
Inherit scopes and implicit sign. in notations for partially applied pattern.
Hugo Herbelin
2020-02-22
Use auxiliary function for externing record patterns.
Hugo Herbelin
2020-02-22
Inherit argument scopes in notations to expressions of the form @f.
Hugo Herbelin
2020-02-22
Propagate implicit arguments in all notations for partial applications.
Hugo Herbelin
2020-02-22
Deactivate implicit arguments in printing notations bound to "@f".
Hugo Herbelin
2020-02-22
Fixing printing of notations bound to an expression of the form "@f".
Hugo Herbelin
2020-02-22
Fixing a notation printing bug (missing a @ to reflect absence of imp. args).
Hugo Herbelin
2020-02-22
Fixing anomaly from #11091 (incompatible printing with notation and imp. args).
Hugo Herbelin
2020-02-22
Merge PR #11596: ComInductive: use lbound=Prop iff non polymorphic
Emilio Jesus Gallego Arias
2020-02-22
Merge PR #11639: Fixes #10917: anomaly in building return clause of n-ary pat...
Emilio Jesus Gallego Arias
2020-02-22
Merge PR #11635: Cleanup around the tolerability structure
Emilio Jesus Gallego Arias
2020-02-22
Fixing a bug introduced in PR #10832 (new format specific to a given notation).
Hugo Herbelin
2020-02-21
Merge PR #11590: Fixes #9741: only printing notations do not uselessly reserv...
Emilio Jesus Gallego Arias
2020-02-21
Merge PR #11261: Use implicit types for printing (granting wish #10366).
Emilio Jesus Gallego Arias
2020-02-21
Merge PR #11142: Slightly improving strategy about when to print coercion or ...
Emilio Jesus Gallego Arias
2020-02-21
Notations: Avoiding computing parsing rule when in onlyprinting mode.
Hugo Herbelin
2020-02-20
[test-suite] Fix output tests due to merge problems.
Emilio Jesus Gallego Arias
[next]