aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* Misc changes around coqtop.ml :Gravatar letouzey2013-08-22
* Less "Coq" strings everywhereGravatar letouzey2013-08-22
* Fix STM: Module Import may change the parserGravatar gareuselesinge2013-08-20
* Universe counters on slaves are in sync with masterGravatar gareuselesinge2013-08-20
* Declarations.mli: reorganization of modular structuresGravatar letouzey2013-08-20
* Himsg : strict 80-column indentationGravatar letouzey2013-08-20
* Safe_typing code refactoringGravatar letouzey2013-08-20
* Modulification and removing of structural equality in Stateid.Gravatar ppedrot2013-08-19
* Modulification and removing of structural equality in VCS.Gravatar ppedrot2013-08-19
* Fixing potentially misused Errors.push.Gravatar ppedrot2013-08-12
* Mutual proofs cannot be delegatedGravatar gareuselesinge2013-08-11
* Small typosGravatar ppedrot2013-08-10
* Lemmas ending with Defined cannot be delegated to slavesGravatar gareuselesinge2013-08-10
* Fix batch compilation of scripts with Admitted proofs (in a section)Gravatar gareuselesinge2013-08-09
* fix batch compilation of scripts containing AdmittedGravatar gareuselesinge2013-08-09
* stm: (initial) support for -coq-slavesGravatar gareuselesinge2013-08-08
* get rid of closures in global/proof stateGravatar gareuselesinge2013-08-08
* enhance marshallable option for freeze (minor TODO in safe_typing)Gravatar gareuselesinge2013-08-08
* Vernac classification streamlined (handles VERNAC EXTEND)Gravatar gareuselesinge2013-08-08
* Simple machinery to detect EXTEND that interpret during parsingGravatar gareuselesinge2013-08-08
* Support Proof GeneralGravatar gareuselesinge2013-08-08
* Coqide ported to STMGravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Added more flags choice in desambiguating printer. The code isGravatar ppedrot2013-08-06
* Tentative fix for bug #2961. When we have to print two terms thatGravatar ppedrot2013-08-05
* Fixing #2846: Uncaught exception Reduction.NotArity.Gravatar ppedrot2013-08-04
* Removing useless casts between arrays and lists.Gravatar ppedrot2013-08-04
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Small typo in Print Debug GCGravatar ppedrot2013-08-02
* Added a Print Debug GC command that displays the current state ofGravatar ppedrot2013-08-01
* Granting bug #3098: adding priority to Existing Instances.Gravatar ppedrot2013-08-01
* better error message for unexpected renaming (closes #2987)Gravatar gareuselesinge2013-07-29
* Revert "Only arguments declared as implicit can be renamed"Gravatar gareuselesinge2013-07-29
* Declaremods: major refactoring, stop duplicating libobjects in modulesGravatar letouzey2013-07-17
* More dynamic argument scopesGravatar letouzey2013-07-17
* Added a Register Inline command for the native compiler. Will be ported to th...Gravatar mdenes2013-07-10
* Removing the use of leveled tactics wit_tacticn. It is now handledGravatar ppedrot2013-07-02
* Using the whole tactic environment while Pretyping.Gravatar ppedrot2013-06-24
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* Cutting the dependency of Genarg in constr_expr, glob_constrGravatar ppedrot2013-06-21
* Fixing bug #3030.Gravatar ppedrot2013-06-06
* More comments in Genarg.Gravatar ppedrot2013-06-06
* Add an option to shrink the context of program obligations to avoidGravatar msozeau2013-06-06
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* Making the behavior of "injection ... as ..." more natural:Gravatar herbelin2013-06-02
* Removing a useless location in ltac trace mechanism.Gravatar ppedrot2013-05-30
* Getting rid of LtacLocated exception transformer.Gravatar ppedrot2013-05-28
* Replacing Id.check with Id.is_valid, as its sole use was underGravatar ppedrot2013-05-14
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Use definition_entry to declare local definitionsGravatar gareuselesinge2013-05-09