aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
Commit message (Expand)AuthorAge
* Set Extraction KeepSingleton: an option for not decapsulating singleton typesGravatar letouzey2011-07-04
* Extraction: in haskell, __ may have any type, no need to unsafeCoerce itGravatar letouzey2011-07-04
* Extraction: in haskell, type signatures for __ and unsafeCoerce (fix #2552)Gravatar letouzey2011-07-04
* Extraction: forbid Prop-polymorphism of inductives when extracting to OcamlGravatar letouzey2011-07-04
* Fix compilation errorGravatar msozeau2011-06-30
* Keep obligation source information in ProgramGravatar msozeau2011-06-30
* update of Micromega docGravatar fbesson2011-06-29
* Some cleanup of Zdiv and Zquot, deletion of useless Zdiv_defGravatar letouzey2011-06-28
* improved tactic namesGravatar fbesson2011-06-28
* Numbers: a particular case of div_uniqueGravatar letouzey2011-06-24
* Follow-up concerning eqb / ltb / leb comparisonsGravatar letouzey2011-06-21
* Cleaning debugging printer relative to new proof engine. InGravatar herbelin2011-06-21
* Relaxed the constraint introduced in r14190 that froze the existingGravatar herbelin2011-06-18
* Fix bug 2269, program typechecker not used in Instance conclusionsGravatar msozeau2011-06-17
* Tests de nsatz avec la geometrieGravatar pottier2011-06-16
* Moved allow_K to a unification flagGravatar herbelin2011-06-10
* Call process_vernac_interp_error before calling Errors.print inGravatar herbelin2011-06-10
* Revert "Check if recursive calls are guarded before printing "Proof completed"."Gravatar pboutill2011-06-10
* ring2, cring, nsatz avec type classe avec parametres plus notationsGravatar pottier2011-06-10
* Fix bug #2399 in Program: used to build an ill-formed term due to a de Bruijn...Gravatar msozeau2011-06-07
* Fix bug #2415: warn when closing modules or sections and some obligations are...Gravatar msozeau2011-06-07
* Check if recursive calls are guarded before printing "Proof completed".Gravatar herbelin2011-05-26
* Q2R -> IQRGravatar fbesson2011-05-25
* Made the emacs-U option deprecated. Also removed the old codeGravatar courtieu2011-05-24
* git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14152 85f007b7-540e-0...Gravatar fbesson2011-05-23
* added support to handle division by a constant over RGravatar fbesson2011-05-20
* Extraction: avoid lots of late mind_of_knGravatar letouzey2011-05-19
* Extraction: global reference should be indexed on their user part (fix #2540)Gravatar letouzey2011-05-19
* cbv delta - [...] before calling liaGravatar fbesson2011-05-18
* apply zeta reduction before syntaxificationGravatar fbesson2011-05-18
* Extraction: avoid printing of Recursive Extraction in coqide's consoleGravatar letouzey2011-05-18
* Fixed my last patch: these files no longer use nat_beq (automaticallyGravatar vsiles2011-05-16
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* Print Module (Type) M now tries to print more detailsGravatar letouzey2011-05-11
* Improved lia + experimental nliaGravatar fbesson2011-05-09
* Additionnal fix of romega after modularisation of ZArithGravatar letouzey2011-05-06
* Modularisation of Znat, a few name changed elsewhereGravatar letouzey2011-05-05
* BinInt: Z.add become the alternative Z.add'Gravatar letouzey2011-05-05
* Modularization of BinInt, related fixes in the stdlibGravatar letouzey2011-05-05
* Setoid_ring: some cleanups related with BinPos and BinNatGravatar letouzey2011-05-05
* Modularization of BinNat + fixes of stdlibGravatar letouzey2011-05-05
* Modularization of PnatGravatar letouzey2011-05-05
* Modularization of BinPos + fixes in StdlibGravatar letouzey2011-05-05
* Definitions of positive, N, Z moved in Numbers/BinNums.vGravatar letouzey2011-05-05
* Extraction: allow extraction foo when foo is an alias notationGravatar letouzey2011-05-05
* First phase removing obsolete support for eta up to conversion inGravatar herbelin2011-05-04
* Fixed a bug causing inconsistent states during proof editting.Gravatar aspiwack2011-04-29
* bug fix: concurrent access of persistent_cacheGravatar fbesson2011-04-21
* Declarative mode: fix escape and return.Gravatar aspiwack2011-04-19
* Extraction: nicer error when a toplevel module has no body (#2525)Gravatar letouzey2011-04-15