aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
Commit message (Expand)AuthorAge
* Fix coqdoc test-suite target on Windows.Gravatar Théo Zimmermann2017-08-21
* Merge PR #942: solving b1859Gravatar Maxime Dénès2017-08-16
|\
* \ Merge PR #954: Print names of all open blocksGravatar Maxime Dénès2017-08-16
|\ \
* \ \ Merge PR #841: Timorous fix of bug #5598 on global existing class in sectionsGravatar Maxime Dénès2017-08-16
|\ \ \
* \ \ \ Merge PR #880: Fix coqdoc bug #5648 on user idents colliding with keywords wr...Gravatar Maxime Dénès2017-08-16
|\ \ \ \
* \ \ \ \ Merge PR #864: Some cleanups after cumulativity for inductive typesGravatar Maxime Dénès2017-08-16
|\ \ \ \ \
| | | | | * Adding a test for BZ#1859 as suggested by @tchajed.Gravatar Théo Zimmermann2017-08-15
| | | | * | Print names of all open blocksGravatar Tej Chajed2017-08-06
| |_|_|/ / |/| | | |
* | | | | Merge PR #928: Fixing bug #5671 (tactic specialize unclean wrt Metas).Gravatar Maxime Dénès2017-08-01
|\ \ \ \ \
* \ \ \ \ \ Merge PR #926: test-suite uses Extraction TestCompileGravatar Maxime Dénès2017-08-01
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #909: Extraction: reduce primitive projections in types (fix bug 4709)Gravatar Maxime Dénès2017-08-01
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #834: Adding support for recursive notations of the form "x , .. , y...Gravatar Maxime Dénès2017-08-01
|\ \ \ \ \ \ \ \
| | | | | * | | | Change the option for cumulativityGravatar Amin Timany2017-07-31
| | | | | * | | | Add Jason's example of fun-ext with cumulativityGravatar Amin Timany2017-07-31
| | | | | * | | | Add test for NonCumulative inductivesGravatar Amin Timany2017-07-31
| | | | | * | | | Issue error on monomorphic cumulative inductivesGravatar Amin Timany2017-07-31
| | | | | | |_|/ | | | | | |/| |
* | | | | / | | closing bug 5315Gravatar Julien Forest2017-07-29
| |_|_|_|/ / / |/| | | | | |
| | | | * | | Fixing bug #5671 (specialize unclean wrt Metas).Gravatar Hugo Herbelin2017-07-27
| |_|_|/ / / |/| | | | |
| | | * | | test-suite: more use of the new command Extraction TestCompileGravatar Pierre Letouzey2017-07-27
* | | | | | Fix TypeclassDebug.out after conflicting PR mergesGravatar Matthieu Sozeau2017-07-26
| | | * | | test-suite/success/extraction.v : add some Extraction TestCompileGravatar Pierre Letouzey2017-07-26
| | | * | | Enrich test file 4720.v with a compilation test of the extracted codeGravatar Pierre Letouzey2017-07-26
| |_|/ / / |/| | | |
| | * | | adding a test-suite file 4709.v (thanks to the new command Extraction TestCom...Gravatar Pierre Letouzey2017-07-26
| |/ / / |/| | |
* | | | Merge PR #918: Extraction: do not mix Haskell types Any and () (fix bugs 4844...Gravatar Maxime Dénès2017-07-26
|\ \ \ \
| | * | | Adding support for recursive notations of the form "x , .. , y , z".Gravatar Hugo Herbelin2017-07-26
| |/ / / |/| | |
* | | | Merge PR #857: Extraction: various fixes related with bug 4720Gravatar Maxime Dénès2017-07-26
|\ \ \ \
| | * | | Extraction: do not mix Haskell types Any and () (revert 8e257d4, fix bugs 484...Gravatar Pierre Letouzey2017-07-25
| |/ / / |/| | |
| * | | Extraction: fix bugs 5177 and 5240 (and also indirectly bug 4720)Gravatar Pierre Letouzey2017-07-20
* | | | fake_ide: do as coqide to find out coqtop pathGravatar Enrico Tassi2017-07-20
* | | | more verbose logs for coq-makefileGravatar Enrico Tassi2017-07-20
* | | | coq-makefile: make test suite detect more errorsGravatar Enrico Tassi2017-07-20
* | | | Remove trailing CR before diff in output and misc tests.Gravatar Maxime Dénès2017-07-20
* | | | Print failure logs on appveyor.Gravatar Maxime Dénès2017-07-20
* | | | Remove non-terminating Timeout tests from Hints.v.Gravatar Maxime Dénès2017-07-20
* | | | Make coqlib relative in test suite (revert 024a7ab20b0)Gravatar Maxime Dénès2017-07-20
|/ / /
* | | Merge PR #869: Enforce alternating separators in typeclass debug outputGravatar Maxime Dénès2017-07-20
|\ \ \
* \ \ \ Merge branch 'v8.7'Gravatar Maxime Dénès2017-07-20
|\ \ \ \
| | | * | Removing testing unsupported Next.Gravatar Hugo Herbelin2017-07-19
| * | | | Merge PR #745: Add timing scriptsGravatar Maxime Dénès2017-07-19
| |\ \ \ \
| | | | * | Adding a coqdoc target to test-suite.Gravatar Hugo Herbelin2017-07-17
* | | | | | Getting rid of abstraction breaking code in tclABSTRACT.Gravatar Pierre-Marie Pédrot2017-07-14
* | | | | | Removing the uses of abstraction-breaking code in Lemmas.Gravatar Pierre-Marie Pédrot2017-07-13
| |_|_|/ / |/| | | |
* | | | | Merge PR #870: Prepare De Bruijn universe abstractions, Episode I: KernelGravatar Maxime Dénès2017-07-13
|\ \ \ \ \
| | | | * | format pairs of items for pr_depth to get alternating separatorsGravatar Paul Steckler2017-07-12
| |_|_|/ / |/| | | |
| | * | | Deprecate options that were introduced for compatibility with 8.5.Gravatar Théo Zimmermann2017-07-11
| |/ / / |/| | |
| * | | Fix nonsensical universe abstraction in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| * | | Properly handling polymorphic inductive subtyping in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| * | | Cleaning up the implementation of module subtyping in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| | * | Add timing scriptsGravatar Jason Gross2017-07-11
| |/ / |/| |
* | | Merge PR #863: Fixing environment in warning "Projection value has no head co...Gravatar Maxime Dénès2017-07-07
|\ \ \ | |/ / |/| |