aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* 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
* Getting rid of module Gmapl.Gravatar ppedrot2013-05-09
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* Uniformization: isevars -> evdref/sigma/evdGravatar herbelin2013-05-09
* Fixing r16487 on sharing evars between multiple parameters (missing List.rev).Gravatar herbelin2013-05-09
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Declaration of multiple hypotheses or parameters now share typingGravatar herbelin2013-05-08
* Share more information between constructors and arity of an inductiveGravatar herbelin2013-05-08
* New module Xml_printer (dual to Xml_parser)Gravatar gareuselesinge2013-05-06
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Close the .glob file after having saved .voGravatar gareuselesinge2013-05-06
* Improvement of r16204 on reporting tactic error locations: if the mainGravatar herbelin2013-05-05
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Fix compilation (vernac.ml, missing ;)Gravatar gareuselesinge2013-04-25
* Flag ide_slave moved into Flags moduleGravatar gareuselesinge2013-04-25
* raise UnsafeSuccess -> feedback AddedAxiomGravatar gareuselesinge2013-04-25
* Coqide: new feedback mechanism for structured contentGravatar gareuselesinge2013-04-25
* Fix issues with "Reset Initial" in scripts given to coqtop -lGravatar letouzey2013-04-23
* minor cleanup in coqtop.mlGravatar letouzey2013-04-23
* coqtop -compile: avoid with_heavy_rollback when non-interactiveGravatar letouzey2013-04-23
* Coqtop -compile : avoid saving init state when compiling just one fileGravatar letouzey2013-04-23
* Remove deprecated option -no-hash-consing (currently doing nothing)Gravatar letouzey2013-04-23
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* interface.mli and serialize.ml reworked to avoid copy/paste of typesGravatar gareuselesinge2013-04-19
* Only arguments declared as implicit can be renamedGravatar gareuselesinge2013-04-18
* Matching patterns: fixed allow_partial_app which was not working onGravatar herbelin2013-04-17
* Coqc: repair localisation of errors in filesGravatar letouzey2013-04-17
* Improving error message in explain_cannot_find_well_typed_abstraction:Gravatar herbelin2013-04-17
* More functional implementation of locality_flag and program_modeGravatar gareuselesinge2013-04-15
* Backport r16394 from 8.4:Gravatar msozeau2013-04-11
* Fix for bug #3017: wrong handling of the unresolvability statusGravatar msozeau2013-04-03
* Revised infrastructure for lazy loading of opaque proofsGravatar letouzey2013-04-02
* Exporting the SearchAbout filter.Gravatar ppedrot2013-04-02
* Moved the Loadpath part of Library to its own file, and documentedGravatar ppedrot2013-03-26