aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* 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
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Re-allowing assumptions during proofs seems safe now (fix #2411)Gravatar letouzey2011-09-15
* Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the...Gravatar aspiwack2011-09-12
* Coqide: new backtracking code, based on the Backtrack commandGravatar letouzey2011-09-05
* Ide_intf: slight reorganisation of the IDE apiGravatar letouzey2011-09-05
* Lib.node: merge OpenedModtype and OpenedModule, same for Closed...Gravatar letouzey2011-09-05
* Remove code concerning the obsolete Set/Unset UndoGravatar letouzey2011-09-05
* Quick improvement of some error messages related to module applicationGravatar herbelin2011-08-30
* Clarifying that only identifiers are advertised to be turned into keywordsGravatar herbelin2011-08-23
* Misc improvements concerning "Show Match" and its coqide equivalentGravatar letouzey2011-08-18
* SearchAbout and similar: add a customizable blacklistGravatar letouzey2011-08-11
* Improving error message about coinductive guard (old "cases" is now "match")Gravatar herbelin2011-08-10
* Partly revert commit r14389 about relaxing the condition for being a keywordGravatar herbelin2011-08-10
* Moved the declaration of "Classic" being the default proof mode to coqtop.ml ...Gravatar aspiwack2011-08-09
* Be a bit less aggressive in declaring idents as keywords in notationsGravatar herbelin2011-08-08
* Fix nf_evars_undefined use in pr_constraintsGravatar msozeau2011-08-03
* Class: generic equality on constr replaced by destructorsGravatar puech2011-07-29
* Ide_slave: same attributes for { } and Focus/Unfocus (fix coqide display)Gravatar letouzey2011-07-28
* This option disables the use of the '{| field := ... |}' notationGravatar herbelin2011-07-16
* Keep obligation source information in ProgramGravatar msozeau2011-06-30
* Cleaning debugging printer relative to new proof engine. InGravatar herbelin2011-06-21
* Add compatibility option "-compat 8.3".Gravatar herbelin2011-06-20
* Relaxed the constraint introduced in r14190 that froze the existingGravatar herbelin2011-06-18
* Fixing bug #2181 (Class mechanism can create dependencies over unnamedGravatar herbelin2011-06-14
* Another bug of Scheme Induction (generated names dep/nodep were swapped).Gravatar herbelin2011-06-13
* Fixing an anomaly in Scheme Induction.Gravatar herbelin2011-06-13
* Made the emacs-U option deprecated. Also removed the old codeGravatar courtieu2011-05-24
* Coqide: allow the use of Abort (grant wish #2357)Gravatar letouzey2011-05-18
* More work on error handlingGravatar letouzey2011-05-17
* Break circular dependency Proof_global -> Vernacexpr -> Proof_global.Gravatar aspiwack2011-05-17
* Repair the "Fail" command after recent changes in exception handlingGravatar letouzey2011-05-16
* turn the automatic generation of boolean equalityGravatar vsiles2011-05-16
* Turning Sys_error into error by default instead of anomaly. After all,Gravatar herbelin2011-05-15
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* New option [Set Bullet Behavior] allows to select the behaviour of bullets.Gravatar aspiwack2011-05-13
* Print Module (Type) M now tries to print more detailsGravatar letouzey2011-05-11
* Merge branch 'subclasses' into coq-trunkGravatar msozeau2011-05-05
* Fixed a bug causing inconsistent states during proof editting.Gravatar aspiwack2011-04-29
* coqtop -config returns coq returns coq environments at exection timeGravatar pboutill2011-04-28
* Fixed notation printing bug when curly brackets are involved (requestsGravatar herbelin2011-04-28
* Coqide: better handling of stdout/stderr in win32Gravatar letouzey2011-04-21
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* Add directories in COQPATH to search path.Gravatar herbelin2011-04-14
* Reorder search path order, so the standard library is search last.Gravatar herbelin2011-04-14
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* - Make typeclass transparency information directly availableGravatar msozeau2011-04-13
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13