aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* When building on-the-fly elimination principles, set the predicates universe ...Gravatar Matthieu Sozeau2014-06-29
* Really honor the [simpl never] flag in whd_simpl, it was still doing reductio...Gravatar Matthieu Sozeau2014-06-29
* Move Params definition in generalize rewriting out of a section so thatGravatar Matthieu Sozeau2014-06-29
* Quick fix of bug #2996 continued (case of inductive types).Gravatar Hugo Herbelin2014-06-28
* Small refinement about whether it is tolerated for compatibility thatGravatar Hugo Herbelin2014-06-28
* Quickly fixing bug #2996: typing functions now check when referring toGravatar Hugo Herbelin2014-06-28
* Moved code for finding subterms (pattern, induction, set, generalize, ...)Gravatar Hugo Herbelin2014-06-28
* Extra check for indirect dependency when abstracting a term which isGravatar Hugo Herbelin2014-06-28
* Made the subterm finding function make_abstraction independent of theGravatar Hugo Herbelin2014-06-28
* Typo in stm error message.Gravatar Hugo Herbelin2014-06-28
* Updating CHANGES w.r.t. opacity in type inference + layout of file.Gravatar Hugo Herbelin2014-06-28
* Small short optimization of instantiation in Evd.Gravatar Hugo Herbelin2014-06-28
* More open in base_includeGravatar Hugo Herbelin2014-06-28
* Fast path in Canonical structure detection. We do not always compute the normalGravatar Pierre-Marie Pédrot2014-06-27
* Add an init_setoid check in rewrite to avoid trying to get undefined references.Gravatar Matthieu Sozeau2014-06-27
* Avoid using a deprecated lemma in the standard library.Gravatar Guillaume Melquiond2014-06-26
* Avoid scanning .coq-native directories when building the library index.Gravatar Guillaume Melquiond2014-06-26
* Fix documentation.Gravatar Guillaume Melquiond2014-06-26
* Remove some theories that have been deprecated for 10 years.Gravatar Guillaume Melquiond2014-06-26
* Export the right modules in Setoid, avoiding anomalies in generalized rewriting.Gravatar Matthieu Sozeau2014-06-26
* Deactivate the "Standard Propositions Naming" flag, source of a lot ofGravatar Hugo Herbelin2014-06-26
* Invalid bug report.Gravatar Matthieu Sozeau2014-06-26
* Fix bug # 3325 using canonical structure declarations where needed.Gravatar Matthieu Sozeau2014-06-26
* Add an option to disable typeclass resolution during conversion, whichGravatar Matthieu Sozeau2014-06-26
* Merge branch 'tc-test-suite' of https://github.com/JasonGross/coq into JasonG...Gravatar Matthieu Sozeau2014-06-26
|\
* | Fixed bug with new semantics of change.Gravatar Matthieu Sozeau2014-06-26
* | DuplicateGravatar Matthieu Sozeau2014-06-26
* | This has been fixed.Gravatar Matthieu Sozeau2014-06-26
* | Properly refresh the local hintdb database in case an external tactic changedGravatar Matthieu Sozeau2014-06-26
* | Fix test-suite file, adding the proper Fail.Gravatar Matthieu Sozeau2014-06-26
* | Bug #3329 is closed.Gravatar Matthieu Sozeau2014-06-26
* | 3392 is now closed thanks to E. Tassi.Gravatar Matthieu Sozeau2014-06-26
* | Merge branch 'more-test-suite' of https://github.com/JasonGross/coq into Jaso...Gravatar Matthieu Sozeau2014-06-26
|\ \
* | | Fix test-suite files.Gravatar Matthieu Sozeau2014-06-26
* | | Bug #3301 is closed, the projection cannot be defined anymore.Gravatar Matthieu Sozeau2014-06-26
* | | Fix test-suite file for opened bug #1596Gravatar Matthieu Sozeau2014-06-26
* | | Fix test-suite file for bug # 3036, the unification has _never_ succeeded,Gravatar Matthieu Sozeau2014-06-26
* | | Change interface of refresh universes to get a pbty argument instead ofGravatar Matthieu Sozeau2014-06-26
* | | Add an Unset Standard...Gravatar Matthieu Sozeau2014-06-26
* | | Putting implicit arguments of Clenv.res_pf right.Gravatar Pierre-Marie Pédrot2014-06-25
* | | Incorrect folding of evars in let_tac_gen made remember fail to storeGravatar Matthieu Sozeau2014-06-25
* | | In rewrite, wrong computation of the sort of the term to be rewritten inGravatar Matthieu Sozeau2014-06-25
* | | all coqide specific files moved into ide/Gravatar Enrico Tassi2014-06-25
* | | cut toploop(s) out of coqtop: now they are loaded dynamicallyGravatar Enrico Tassi2014-06-25
* | | In exact check, use e_type_of to ensure that universe constraints necessaryGravatar Matthieu Sozeau2014-06-25
* | | Use the right transparent state when comparing _types_ of metas.Gravatar Matthieu Sozeau2014-06-25
* | | Fix type_of_inductive_knowing_conclusion, relying on an actually broken univ_...Gravatar Matthieu Sozeau2014-06-25
* | | Use full transparent state when checking well-typedness of a second order mat...Gravatar Matthieu Sozeau2014-06-25
* | | Fix computation of Type argument for Program's fix_proto.Gravatar Matthieu Sozeau2014-06-24
* | | Fix program cases and inversion tactic to correctly record universe constraints.Gravatar Matthieu Sozeau2014-06-24