aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success
AgeCommit message (Expand)Author
2014-08-05STM: new "par:" goal selector, like "all:" but in parallelEnrico Tassi
2014-07-11Fix Funind test-suite file after patch by Pierre.Matthieu Sozeau
2014-07-09Arith: full integration of the "Numbers" modular frameworkPierre Letouzey
2014-06-30Synchronized names from the "as" clause with the skeleton of theHugo Herbelin
2014-06-23Fix test-suite script for subst working with let-ins, the following proof was...Matthieu Sozeau
2014-06-23Changed syntax of explicit universes.Matthieu Sozeau
2014-06-08Fix canonical structure resolution in unification (bug found in Ssreflect).Matthieu Sozeau
2014-06-04- Better parsing and printing of named universes: Type{ident} and foo@{(ident...Matthieu Sozeau
2014-06-04- Force every universe level to be >= Prop, so one cannot "go under" it anymore.Matthieu Sozeau
2014-06-04- Fix hashing of levels to get the "right" order in universe contexts etc...Matthieu Sozeau
2014-05-31More on injection over a projectable "existT". - Fixing syntax "injection ......Hugo Herbelin
2014-05-31Fixing introduction patterns * and ** when used in a branch so that they do n...Hugo Herbelin
2014-05-26- Fix in kernel conversion not folding the universe constraintsMatthieu Sozeau
2014-05-08Simplification and improvement of "subst x" in such a way that itHugo Herbelin
2014-05-06Comment in Funind.v test-suite fileMatthieu Sozeau
2014-05-06- Fix arity handling in retyping (de Bruijn bug!)Matthieu Sozeau
2014-05-06Fix restrict_universe_context removing some universes that do appear in the t...Matthieu Sozeau
2014-05-06Fix declarations of monomorphic assumptionsMatthieu Sozeau
2014-05-06- Fix RecTutorial, and mutual induction schemes getting the wrong names.Matthieu Sozeau
2014-05-06- Fixes for canonical structure resolution (check that the initial term indee...Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-03-26test for apply + TC resolutionEnrico Tassi
2014-02-28Pos.compare_cont takes the comparison as first argumentPierre Boutillier
2014-01-06Add a test suite file for Ltac's "+" tactical.Arnaud Spiwack
2013-12-06Remove duplicate test-suite file.Arnaud Spiwack
2013-12-06Fix the refine related test-suite files to account for the new refine.Arnaud Spiwack
2013-09-03Fixing some tests from the test-suite.ppedrot
2013-09-02* test-suite/success/Unicode_utf8:regisgia
2013-07-17More dynamic argument scopesletouzey
2013-07-10Continuing r16621 on injection intro-patterns:herbelin
2013-07-09Revising r16550 about providing intro patterns for applying injection:herbelin
2013-06-10Fix [setoid_rewrite] forgetting some evars that are produced when typecheckin...msozeau
2013-06-02Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as anherbelin
2013-05-14Fixing a regression in unification introduced in r16205 (error raisedherbelin
2013-05-09A uniformization step around understand_* and interp_* functions.herbelin
2013-05-08Declaration of multiple hypotheses or parameters now share typingherbelin
2013-05-08Share more information between constructors and arity of an inductiveherbelin
2013-05-08Moved isolated test params_ind.v to Inductive.v.herbelin
2013-05-05Hack to solve a "Bad recursive type" anomaly.herbelin
2013-03-21Cosmetic code contraction in evarsolve.ml + test sur unification avec let-in.herbelin
2013-03-21Using hnf instead of "intro H" for forcing reduction to a product.herbelin
2013-01-29Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).herbelin
2013-01-28Uniformization of the "anomaly" command.ppedrot
2013-01-21Fix bug 2958: Inductive deep in in clause are impossiblepboutill
2013-01-18Unset Asymmetric Patternspboutill
2012-12-18Taking into account the possibility of having a type of type which isherbelin
2012-12-18Fixed a little inefficiency of "set/destruct" over a pattern. Nowherbelin
2012-12-04Backtrack on activating scopes with type casts (was r15978).herbelin
2012-11-28Evarconv: Fix #2936 + commentspboutill
2012-11-21Fixing test-suite: Scope.vppedrot