aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Bug 2703: send stdout dump to coqide when an error occurs.Gravatar pboutill2012-02-29
* Arguments supports extra notation scopesGravatar gareuselesinge2012-02-14
* More information returned by coqtop about its internal state. Hopefully we'll...Gravatar ppedrot2012-02-02
* Fail: discard the effects of a successful command (fix #2682)Gravatar letouzey2012-01-26
* Add support for plugin initialization functionGravatar gareuselesinge2012-01-26
* Check for unresolved evars in textual order of the params and fields declarat...Gravatar msozeau2012-01-25
* Fix typeclass resolution error message which included goal evars (bug #2620).Gravatar msozeau2012-01-23
* Removed a seemingly unused argument in Require of modules, introduced 10 year...Gravatar ppedrot2012-01-23
* Bug 739: forbid dumpglob while using Coqtop in interactive modeGravatar pboutill2012-01-23
* Added new command "Set Parsing Explicit" for deactivating parsing (andGravatar herbelin2012-01-20
* sequel of previous commitGravatar letouzey2011-12-21
* Pure interfaces shouldn't be mentionned in .mllibGravatar letouzey2011-12-21
* Arguments: check rename even if no implicit is specifiedGravatar gareuselesinge2011-12-19
* Command Arguments: standardizing format of error messages and American spelling.Gravatar herbelin2011-12-17
* Deactivated automatic inference of _case schemes, as it was in 8.3Gravatar herbelin2011-12-17
* A pass on warning printings. Made systematic the use of msg_warning soGravatar herbelin2011-12-17
* Moving bullets (-, +, *) into stand-alone commands instead of beingGravatar courtieu2011-12-16
* Cleaned up a bit goal handling in Coqtop interface. Now we have two queries :...Gravatar ppedrot2011-12-15
* Proof using ...Gravatar gareuselesinge2011-12-12
* Minor fixes to ArgumentsGravatar gareuselesinge2011-12-06
* More type safety in query GADT (again).Gravatar ppedrot2011-11-30
* Fixed a serious bug in XML marshalling due to unsafe GADTs. Now types are enf...Gravatar ppedrot2011-11-30
* Fixed a warning about unused variable introduced in r14731Gravatar ppedrot2011-11-29
* Added an API call to retrieve and change the option stateGravatar ppedrot2011-11-25
* Separated the toplevel interface into a purely declarative module with associ...Gravatar ppedrot2011-11-25
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* Moving XML handling to lib directoryGravatar ppedrot2011-11-24
* Correct direction for definitional typeclassesGravatar msozeau2011-11-24
* Renamig support added to "Arguments"Gravatar gareuselesinge2011-11-21
* New Arguments vernacularGravatar gareuselesinge2011-11-21
* /home/pirbo/.coqrc* are read againGravatar pboutill2011-11-21
* -user option removalGravatar pboutill2011-11-21
* coqrc in the right XDG_CONFIG_HOME/coq folderGravatar pboutill2011-11-20
* Add support for XDG_DATA_HOME and XDG_DATA_DIRS.Gravatar pboutill2011-11-20
* Adding the type infrastructure to handle properly API management of optionsGravatar ppedrot2011-11-18
* Added hint support in the API. You can now query a goal to see the tactics th...Gravatar ppedrot2011-11-18
* Toplevel loop is a bit more robust: it catches bad API queries.Gravatar ppedrot2011-11-18
* Making status info better in CoqIDE: path and name of current lemmaGravatar ppedrot2011-11-18
* Now Coqtop has a richer way to answer a query about its pending goals. Answer...Gravatar ppedrot2011-11-18
* Replaced goal api call with a proper structure. This disables menu hints in C...Gravatar ppedrot2011-11-18
* Restore backward compatibility. ":>" declares subinstances in Class declarati...Gravatar msozeau2011-11-18
* Merge subinstances branch by me and Tom Prince.Gravatar msozeau2011-11-17
* Bug 2637: patches to make slightly easier to write programs that use coq code...Gravatar pboutill2011-11-14
* Bug 2636 - Move string_of_ppcmds to PpGravatar pboutill2011-11-14
* Fixed xml-light handling of whitespace not compliant with XML standard: it st...Gravatar ppedrot2011-11-07
* Also sprach CoqIDE (in XML)Gravatar ppedrot2011-11-06
* Fixed nasty bug when empty PCData, confusion no string vs. empty stringGravatar ppedrot2011-11-06
* More XML marshalling functionsGravatar ppedrot2011-11-06
* Partialliy added XML marshalling to ide_intfGravatar ppedrot2011-11-06
* Added XML manipulation tools to compilation chainGravatar ppedrot2011-11-06