| Commit message (Expand) | Author | Age |
* | Util.un_op -> Option.default | Pierre Boutillier | 2014-12-14 |
* | Searchxxx now interpret patterns in goal environment if any. | Pierre Courtieu | 2014-12-12 |
* | Searchxxx now search also the hypothesis and support goal selector. | Pierre Courtieu | 2014-12-12 |
* | Reactivating option "Set Printing Existential Instances" for asking printing ... | Hugo Herbelin | 2014-12-04 |
* | Now that evars can be parsed, protect strongly Check from calling kernel with... | Hugo Herbelin | 2014-11-03 |
* | Show: do print the goals | Enrico Tassi | 2014-11-03 |
* | Add an [Info Level] option to print info traces automatically. | Arnaud Spiwack | 2014-11-01 |
* | Add [Info] command. | Arnaud Spiwack | 2014-11-01 |
* | Show_script called only if in coqtop mode | Enrico Tassi | 2014-10-31 |
* | Fixes for PG (Close 3763, 3770) | Enrico Tassi | 2014-10-27 |
* | Change reduction_of_red_expr to return an e_reduction_function returning | Matthieu Sozeau | 2014-10-24 |
* | Goal printing made uniform: always done in STM (close 3585) | Enrico Tassi | 2014-10-22 |
* | Continuing experimental printing of the signature of open evars in | Hugo Herbelin | 2014-10-21 |
* | Experimental printing of the signature of open evars in Check. | Hugo Herbelin | 2014-10-17 |
* | Fix typo, thanks Mike Shulman for spotting it | Enrico Tassi | 2014-10-13 |
* | Emit a warning for void Arguments statement (Close 3713) | Enrico Tassi | 2014-10-13 |
* | Splitting out of auto.ml a file hints.ml dedicated to hints so as to | Hugo Herbelin | 2014-10-07 |
* | Notation: option to attach extra pretty printing rules to notations | Enrico Tassi | 2014-09-29 |
* | Revert specific syntax for primitive projections, avoiding ugly | Matthieu Sozeau | 2014-09-17 |
* | Rework typeclass resolution and control of backtracking. | Matthieu Sozeau | 2014-09-15 |
* | Uniformisation of the order of arguments env and sigma. | Hugo Herbelin | 2014-09-12 |
* | Referring to evars by names. Added a parser for evars (but parsing of | Hugo Herbelin | 2014-09-12 |
* | Commands like [Inductive > X := … | … | …] raise an error message inste... | Arnaud Spiwack | 2014-09-04 |
* | Remove [Infer] option of records. | Arnaud Spiwack | 2014-09-04 |
* | Type definitions [Variant] and [Record] really don't accept the wrong kind of... | Arnaud Spiwack | 2014-09-04 |
* | Print [Variant] types with the keyword [Variant]. | Arnaud Spiwack | 2014-09-04 |
* | Moving code of tactic interpretation from Tacenv to Vernacentries. | Pierre-Marie Pédrot | 2014-08-31 |
* | Fixing the essence of naming bug #3204: use same strategy for naming | Hugo Herbelin | 2014-08-25 |
* | STM: new "par:" goal selector, like "all:" but in parallel | Enrico Tassi | 2014-08-05 |
* | Unifying locate code, also making it more powerful: it is now able to find | Pierre-Marie Pédrot | 2014-07-21 |
* | Adding a new "Locate Term" command, distinct from the raw "Locate" command. | Pierre-Marie Pédrot | 2014-07-21 |
* | More complete printing of Ltac location, akin to the term-dedicated Locate co... | Pierre-Marie Pédrot | 2014-07-21 |
* | smartlocate: look for the head symbol for real | Enrico Tassi | 2014-07-14 |
* | Adding a "time" tactical for benchmarking purposes. In case the tactic | Hugo Herbelin | 2014-07-13 |
* | Revert "time tac" (committed by mistake). | Hugo Herbelin | 2014-07-07 |
* | time tac | Hugo Herbelin | 2014-07-07 |
* | Add toplevel commands to declare global universes and constraints. | Matthieu Sozeau | 2014-07-01 |
* | all coqide specific files moved into ide/ | Enrico Tassi | 2014-06-25 |
* | Proper handling of the polymorphism flag for Context, fixing HoTT bug #98. | Matthieu Sozeau | 2014-06-23 |
* | - Add "Show Universes" to print information about universes during a proof. | Matthieu Sozeau | 2014-06-16 |
* | Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un... | Matthieu Sozeau | 2014-06-10 |
* | Adding a toplevel option allowing to deactivate the term sharing in kernel | Pierre-Marie Pédrot | 2014-06-08 |
* | Moving hook code from Future to Lemmas. This seemed to disrupt compilation of | Pierre-Marie Pédrot | 2014-06-08 |
* | Enforce a correct exception handling in declaration_hooks | Enrico Tassi | 2014-06-08 |
* | Adding a new Control file centralizing the control options of Coq. | Pierre-Marie Pédrot | 2014-06-07 |
* | Remove the syntax [Vernac1. Vernac2. … Vernacn. ]. | Arnaud Spiwack | 2014-06-06 |
* | - Fix bug preventing apply from unfolding Fixpoints. | Matthieu Sozeau | 2014-05-06 |
* | Adapt Y. Bertot's path on private inductives (now the keyword is "Private"). | Yves Bertot | 2014-05-06 |
* | - Fix handling of polymorphic inductive elimination schemes. | Matthieu Sozeau | 2014-05-06 |
* | - Fix Check to use the constraints inferred during type inference. | Matthieu Sozeau | 2014-05-06 |