aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Expand)AuthorAge
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Misc small fixes : warning, dep cycles, ocamlbuild...Gravatar letouzey2010-04-26
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* Extraction: cosmetics when using ocaml + Extract Inductive to symbolsGravatar letouzey2010-04-16
* Extraction: restore (temporarily?) a very limited form of linear letin reductionGravatar letouzey2010-04-16
* Extraction: less eta in calls to global functions, better optimization phaseGravatar letouzey2010-04-16
* Extraction: improvement of optimizations (kill_dummy, optim_fix)Gravatar letouzey2010-04-16
* Util: remove list_split_at which is a clone of list_chopGravatar letouzey2010-04-16
* Extraction: ad-hoc identifier type with annotations for reductionsGravatar letouzey2010-04-16
* Extraction: less _ in Haskell (typically for False_rect), less toplevel eta-e...Gravatar letouzey2010-04-16
* Look for csdp in $PATH at runtime, remove -csdpdir configure optionGravatar glondu2010-04-11
* Remove unused functions run_sdpaGravatar glondu2010-04-11
* Manual qualification of Mfourier.Proof in micromega to avoid ocamldep using i...Gravatar letouzey2010-03-30
* Several bug-fixes and improvements of coqdocGravatar herbelin2010-03-29
* Oops, don't use zeta by default.Gravatar msozeau2010-03-15
* Fix splitting evars tactics and stop dropping evar constraints whenGravatar msozeau2010-03-15
* fixed confusion between number of cstr arguments and number of pattern variab...Gravatar barras2010-03-12
* Consider OccurCheck a catchable exception.Gravatar msozeau2010-03-08
* Application des patches envoyés par F. Besson pour micromegaGravatar notin2010-03-08
* Reorder resolution of type class and unification constraints.Gravatar msozeau2010-03-07
* Fix treatment of remaining unification constraints: raise a moreGravatar msozeau2010-03-07
* Improvements in generalized rewriting:Gravatar msozeau2010-03-05
* Add a generic tactic option builder. Use it in firstorder to set theGravatar msozeau2010-03-05
* amelioration mineure dans FunctionGravatar jforest2010-03-01
* Win32 cross-compilation from debian: build of coqide.exe and other binariesGravatar letouzey2010-02-24
* correction of bug #2088Gravatar jforest2010-02-24
* Fix sort_dependencies for good, maintaining the initial order.Gravatar msozeau2010-02-16
* bug in field_simplify_eq inGravatar barras2010-02-10
* Euclidean division for NArithGravatar letouzey2010-02-10
* Fix [Existing Class] impl and add documentation. Fix computation of theGravatar msozeau2010-02-10
* New command Declare Reduction <id> := <conv_expr>.Gravatar letouzey2010-01-28
* Backport fixes in Instance declarations to Program Instance.Gravatar msozeau2010-01-28
* Add [Next Obligation with tactic] support (wish #1953).Gravatar msozeau2010-01-26
* Fix bug #2086, error message when we match on an non-inductive type.Gravatar msozeau2010-01-14
* - Show Obligation TacticGravatar msozeau2010-01-14
* Support "Local Obligation Tactic" (now the default in sections).Gravatar msozeau2010-01-11
* Specific syntax for Instances in Module Type: Declare InstanceGravatar letouzey2010-01-04
* Few misc. updates.Gravatar herbelin2010-01-04
* In "simpl c" and "change c with d", c can be a pattern.Gravatar herbelin2009-12-24
* Opened the possibility to type Ltac patterns but it is not fully functional yetGravatar herbelin2009-12-24
* Generic support for open terms in tacticsGravatar herbelin2009-12-21
* Const_omega: look for S in Init only (avoid future clash with S of Numbers)Gravatar letouzey2009-12-18
* correction de la nouvelle option pour functional inductionGravatar jforest2009-12-16
* adding an option functional_induction_rewrite_dependent to make functional in...Gravatar jforest2009-12-16
* Fixed incorrect computation of possible guard in presence of `{ ... } contexts.Gravatar herbelin2009-12-12
* Updated compatibility for rewriting equality proofs that are dependentGravatar herbelin2009-12-12
* Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...Gravatar letouzey2009-12-09
* Fix the build of coq via ocamlbuildGravatar letouzey2009-12-08
* Sos.ml: no more warningsGravatar letouzey2009-12-08
* Continuing r12485-12486 and r12549 (cleaning around name generation)Gravatar herbelin2009-12-02