aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Replacing Id.check with Id.is_valid, as its sole use was underGravatar ppedrot2013-05-14
* Removing Fset, since it is not used anymore.Gravatar ppedrot2013-05-12
* Removing the use of Fset/Fmap from Trie. There was actually onlyGravatar ppedrot2013-05-12
* Documenting the previous commit.Gravatar ppedrot2013-05-12
* Granting wish #3014:Gravatar ppedrot2013-05-12
* Removing Gmap from Extraction pluginGravatar ppedrot2013-05-12
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Added a generic notion of hook. Hooks are functions to be setGravatar ppedrot2013-05-12
* Fixing a source of evars leak, revealed by contrib QuicksortComplexityGravatar herbelin2013-05-11
* Removing Gmap from Tacinterp.Gravatar ppedrot2013-05-10
* Little oversight in commit r16489 (fix for bug #3036).Gravatar herbelin2013-05-10
* Documenting the Tries module, uniformizing the names according toGravatar ppedrot2013-05-09
* Updating some output tests in test-suite:Gravatar herbelin2013-05-09
* Use definition_entry to declare local definitionsGravatar gareuselesinge2013-05-09
* Cosmetic changeGravatar gareuselesinge2013-05-09
* Getting rid of module Gmapl.Gravatar ppedrot2013-05-09
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* A few comments in evarconv.mli.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
* Removing unused module Nbtermdn.Gravatar ppedrot2013-05-09
* Removing Gmap from Notations.Gravatar ppedrot2013-05-09
* Xml_datatype.mli ships the xml typeGravatar gareuselesinge2013-05-09
* add Loadpath to printers.mllibGravatar gareuselesinge2013-05-09
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Protection against "Bad recursive type" in w_unify0 (bug #3036).Gravatar herbelin2013-05-08
* Alert when using ".." outside a Notation command.Gravatar herbelin2013-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
* Moved isolated test params_ind.v to Inductive.v.Gravatar herbelin2013-05-08
* Fixing ocamldoc compilation.Gravatar ppedrot2013-05-06
* Small cleaning of Evd interface.Gravatar ppedrot2013-05-06
* fake_ide: xml parser does not check for EOFGravatar gareuselesinge2013-05-06
* New module Xml_printer (dual to Xml_parser)Gravatar gareuselesinge2013-05-06
* Coqide: view -> zoom in / out / fitGravatar gareuselesinge2013-05-06
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Summary: support selective freezeGravatar gareuselesinge2013-05-06
* Ideutils: comment on missing Glib utf8 handling functionGravatar gareuselesinge2013-05-06
* Close the .glob file after having saved .voGravatar gareuselesinge2013-05-06
* Fix typo in manualGravatar gareuselesinge2013-05-06
* Improving printing of 'rew' notationGravatar herbelin2013-05-05
* Hack to solve a "Bad recursive type" anomaly.Gravatar herbelin2013-05-05
* Now printing body of abbreviations (i.e. notation with a name) withGravatar herbelin2013-05-05
* Little fix for Nsatz: hypotheses not directly relevant to the nsatzGravatar herbelin2013-05-05
* Improvement of r16204 on reporting tactic error locations: if the mainGravatar herbelin2013-05-05
* Relaxing the constraint on eta-expanding on the fly while looking forGravatar herbelin2013-05-05
* Reporting the change on matching partial applications in patterns ofGravatar herbelin2013-05-05
* Removing a redundant function from Evd.Gravatar ppedrot2013-05-03
* Fix wrong computation of dependency signature in cases raising an uncaught ex...Gravatar msozeau2013-04-30
* Merging Context and Sign.Gravatar ppedrot2013-04-29