aboutsummaryrefslogtreecommitdiff
path: root/intf/vernacexpr.mli
AgeCommit message (Expand)Author
2014-08-25"allows to", like "allowing to", is improperJason Gross
2014-08-05Uncountably many bullets (+,-,*,++,--,**,+++,...).Hugo Herbelin
2014-08-05STM: new "par:" goal selector, like "all:" but in parallelEnrico Tassi
2014-08-04STM: VtQuery holds the id of the state it refers toCarst Tankink
2014-07-21Adding a new "Locate Term" command, distinct from the raw "Locate" command.Pierre-Marie Pédrot
2014-07-01Add toplevel commands to declare global universes and constraints.Matthieu Sozeau
2014-06-25all coqide specific files moved into ide/Enrico Tassi
2014-06-16- Add "Show Universes" to print information about universes during a proof.Matthieu Sozeau
2014-06-11Fix bug #3289Matthieu Sozeau
2014-06-06Remove the syntax [Vernac1. Vernac2. … Vernacn. ].Arnaud Spiwack
2014-05-15poly: remove unused attribute to STM nodes and vernac classificaitonEnrico Tassi
2014-05-06Adapt Y. Bertot's path on private inductives (now the keyword is "Private").Yves Bertot
2014-05-06Correct rebase on STM code. Thanks to E. Tassi for help on dealing withMatthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-03-19Adding a Print Strategy vernacular command. It allows to check thePierre-Marie Pédrot
2014-03-05Remove many superfluous 'open' indicated by ocamlc -w +33Pierre Letouzey
2014-02-24Simpl_behaviour becomes Reductionops.ReductionBehaviourPierre Boutillier
2014-02-02Removing the [Require "file"] syntax.Pierre-Marie Pédrot
2014-01-05Proof_using: new syntax + suggestionEnrico Tassi
2013-12-04Vernac classification: allow for commands which start proofs but must be sync...Arnaud Spiwack
2013-11-05STM: fix for PG and "Proof term" lines.gareuselesinge
2013-11-02Fixes parsing of all: followed by a typechecking/evaluation command.aspiwack
2013-11-02Adds a new goal selector "all:".aspiwack
2013-10-10STM: add "Stm Wait" to wait for the slaves to complete their jobsgareuselesinge
2013-10-07STM: new command "Stm PrintDag" to force printing the dag to /tmpgareuselesinge
2013-09-30STM: better handle proof modesgareuselesinge
2013-08-19Modulification and removing of structural equality in Stateid.ppedrot
2013-08-08stm: (initial) support for -coq-slavesgareuselesinge
2013-08-08Vernac classification streamlined (handles VERNAC EXTEND)gareuselesinge
2013-08-08Support Proof Generalgareuselesinge
2013-08-08State Transaction Machinegareuselesinge
2013-08-01Added a Print Debug GC command that displays the current state ofppedrot
2013-08-01Granting bug #3098: adding priority to Existing Instances.ppedrot
2013-07-17More dynamic argument scopesletouzey
2013-07-10Added a Register Inline command for the native compiler. Will be ported to th...mdenes
2013-06-06More comments in Genarg.ppedrot
2013-04-15More functional implementation of locality_flag and program_modegareuselesinge
2013-03-13Modules and ppvernac, sequel of Enrico's commit 16261letouzey
2013-03-11Allowing (Co)Fixpoint to be defined local and Let-style.ppedrot
2013-03-11Added a Local Definition vernacular command. This type of definitionppedrot
2013-02-19Dir_path --> DirPathletouzey
2013-02-10Useless use of hooks in VernacDefinition. In addition, this wasppedrot
2012-12-18Modulification of nameppedrot
2012-12-14Modulification of dir_pathppedrot
2012-12-14Modulification of identifierppedrot
2012-10-31Change [Hints Resolve] to still accept constrs as argumentsmsozeau
2012-10-29Fixed #2926:ppedrot
2012-10-26Change Hint Resolve, Immediate to take a global reference as argumentmsozeau
2012-10-04Moved Compat to parsing. This permits to break the dependency of theppedrot
2012-08-11Added support for option Local (at module level) in Tactic Notation.herbelin