aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Pushing lazy lists into Ltac. Now, the control flow is explicitGravatar ppedrot2013-05-28
* Adding a persistent stream data structure.Gravatar ppedrot2013-05-28
* Code cleaning in Matching.Gravatar ppedrot2013-05-24
* Fixing #3042Gravatar ppedrot2013-05-23
* Fixing Pp.strbrk which was reversing words.Gravatar ppedrot2013-05-16
* std_ppcmds is persistent, errors can be printed twiceGravatar gareuselesinge2013-05-16
* Mini documentation (evar_absorb_arguments).Gravatar herbelin2013-05-14
* Delayed the computation of parameters in sort polymorphism ofGravatar herbelin2013-05-14
* "change ... in ..." and "simpl ... in ..." now consider nestedGravatar herbelin2013-05-14
* Fixing a regression in unification introduced in r16205 (error raisedGravatar herbelin2013-05-14
* Gmap is now useless, hail to Map!Gravatar ppedrot2013-05-14
* Removing the use of Gmap from Auto.Gravatar ppedrot2013-05-14
* Removing Gmap from Classops. Fold order only mattered for printing.Gravatar ppedrot2013-05-14
* Removing useless uses of Gmap.Gravatar ppedrot2013-05-14
* Removing Fmap from libraries, it is not used anymore.Gravatar ppedrot2013-05-14
* Replacing compatibility layer for Fmap in Typeclasses. Code wasGravatar ppedrot2013-05-14
* More semantical-friendly function.Gravatar ppedrot2013-05-14
* 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