aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Improved handling of element equalities in fsetdec (fix #2467)Gravatar letouzey2011-10-07
* ocamlbuild: remove -dllpath from coqrunbyteflagsGravatar glondu2011-10-07
* ocamlbuild: Fix ocamlbuild compilation for changes to configure from r14500.Gravatar glondu2011-10-07
* Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612).Gravatar herbelin2011-10-05
* When a pattern match, don't use the first matching term but anGravatar herbelin2011-10-05
* Removing vernacular code mistakenly committed.Gravatar herbelin2011-10-05
* Fixing critical inductive polymorphism bug found by Bruno.Gravatar herbelin2011-10-05
* Force dependency of Reference-Manual.pdf over Reference-Manual.dviGravatar herbelin2011-10-05
* Use an ad-hoc monomorphic list in RelationClasses to avoid some universe cons...Gravatar letouzey2011-10-05
* It happens that the type inference algorithm (pretyping) did not checkGravatar herbelin2011-10-05
* Hash-consing of constr could share moreGravatar letouzey2011-10-02
* Updating some links in the FAQGravatar herbelin2011-10-01
* Moving never-used comments from Zhints.v to dev/doc so as not toGravatar herbelin2011-10-01
* Fixing critical part of bug #2504. Not all inductive types in Type areGravatar herbelin2011-10-01
* In Coq_config: get rid of coqsrc and make coqlib optionalGravatar glondu2011-09-27
* Added support for referring to subterms of the goal by pattern.Gravatar herbelin2011-09-26
* Generalizing subst_term_occ so that it supports an arbitrary matchingGravatar herbelin2011-09-26
* Adding subst_term up to convGravatar herbelin2011-09-26
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Polishing commits r14492, r14448 and r14407 (tactics propagateGravatar herbelin2011-09-25
* Not hard-wiring camlp5 path in target source-doc!Gravatar herbelin2011-09-25
* Applying Jean-Baptiste Rouquier's FAQ update proposed on coqdev aboutGravatar herbelin2011-09-24
* Completing r14448 and thus continuing r14407 (using Cast to propagateGravatar herbelin2011-09-24
* Fix commit 14489: missing Coq. in dirpathGravatar letouzey2011-09-23
* auto with nocore : disable the use of the core database (wish #2188)Gravatar letouzey2011-09-23
* Program: add some check_required_library (fix #2592) + some dead code removalGravatar letouzey2011-09-23
* Remove specific hash-consing of Term.types (was unused anyway)Gravatar letouzey2011-09-22
* Hash-consing: attempt to stop hash-consing separately constr in declare.mlGravatar letouzey2011-09-22
* Remove duplicated version of check_required_library.Gravatar letouzey2011-09-22
* test-suite : an additional message displayed by Notation2.vGravatar letouzey2011-09-22
* Fix test-suite for s/Defining '\1' as keyword/Identifier '\1' now a keyword/.Gravatar letouzey2011-09-22
* Fixing bug #2606 (bad coqdoc processing of coq escaped in comments).Gravatar herbelin2011-09-22
* Makefile.doc: typo, index_url.txt should be index_urls.txtGravatar letouzey2011-09-19
* Fix test-suite/ide for repository compiled without -local (fix #2600)Gravatar letouzey2011-09-19
* avoid dependency nightmare by creating coqdep_{lexer,common}.mliGravatar letouzey2011-09-18
* doc/refman/Extraction.tex: no need to actually build euclid.mlGravatar letouzey2011-09-17
* Euclid: make the proof transparent (example of extraction in stdlib)Gravatar letouzey2011-09-17
* Various fixes in the MakefilesGravatar letouzey2011-09-17
* Omega: for non-arithmetical goals, try proving False from context (wish #2236)Gravatar letouzey2011-09-16
* Omega aware of Z.pred (fix #1912)Gravatar letouzey2011-09-15
* Re-allowing assumptions during proofs seems safe now (fix #2411)Gravatar letouzey2011-09-15
* coqc: Recognize option -force-load-proofs.Gravatar letouzey2011-09-15
* Names.make_mbid and co : convert from/to identifier (avoid some String.copy)Gravatar letouzey2011-09-15
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* correction du bug 2047Gravatar jforest2011-09-09
* More twicks on hash-consingGravatar letouzey2011-09-08
* Fix the hconsing of universesGravatar letouzey2011-09-07
* make world now builds fake_ide (to please coq-bench)Gravatar letouzey2011-09-06
* Improved ltac code for zify (fix #2575).Gravatar letouzey2011-09-06
* test-suite/ide: misc improvementGravatar letouzey2011-09-06