aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Dag data structureGravatar gareuselesinge2013-08-08
* Searchable stack data structureGravatar gareuselesinge2013-08-08
* Future library to represent pure computationsGravatar gareuselesinge2013-08-08
* Fixing a warning in CoqIDE compilation.Gravatar ppedrot2013-08-08
* Small fix in IStream interface.Gravatar ppedrot2013-08-08
* Removing association lists in Constrintern.Gravatar ppedrot2013-08-07
* 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
* Added test for bug #2846.Gravatar ppedrot2013-08-04
* Fixing #2846: Uncaught exception Reduction.NotArity.Gravatar ppedrot2013-08-04
* Added a test for bug #3062.Gravatar ppedrot2013-08-04
* Fixing #3062. Computation of the value of a fresh identifier wasGravatar ppedrot2013-08-04
* Removing useless casts between arrays and lists.Gravatar ppedrot2013-08-04
* Removing now useless merging primitives from Evd.Gravatar ppedrot2013-08-04
* Small cleaning of printing coercion failures in Ltac interpretation.Gravatar ppedrot2013-08-04
* Small fixes due to the arrival of OCaml 3.12.Gravatar ppedrot2013-08-03
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Replacing an association list by a map in globalizing environment.Gravatar ppedrot2013-08-03
* Adding a dependent version of equal_f, thus fixing #3074.Gravatar ppedrot2013-08-02
* Small typo in Print Debug GCGravatar ppedrot2013-08-02
* Added a Print Debug GC command that displays the current state ofGravatar ppedrot2013-08-01
* Added a test for bug #3088.Gravatar ppedrot2013-08-01
* Fixing #3088. Translation from globconstrs to patterns was forgettingGravatar ppedrot2013-08-01
* Documenting the Remove Hints command.Gravatar ppedrot2013-08-01
* Added printing of instance priority to the Print Instances command.Gravatar ppedrot2013-08-01
* Documenting the previous commit: Existing Instance with priority.Gravatar ppedrot2013-08-01
* Granting bug #3098: adding priority to Existing Instances.Gravatar ppedrot2013-08-01
* Typo in definition clos_reflGravatar ppedrot2013-07-31
* Granting wish #1781:Gravatar ppedrot2013-07-30
* Tentative fix for #3054: we refresh universes in a term generatedGravatar ppedrot2013-07-29
* 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
* Protecting every call to current_term in CoqIDE so that callbackGravatar ppedrot2013-07-27
* Added a way to change dynamically coqtop arguments in CoqIDE.Gravatar ppedrot2013-07-27
* Fixing #3089. This implied tweaking the definition of the lexicographicGravatar ppedrot2013-07-26
* Fixing bug #3093 by adding the asked test case.Gravatar ppedrot2013-07-25
* Added a concat function to List theory. Strangely, it was missing.Gravatar ppedrot2013-07-24
* - Fix uncaught exception NotASort from reductionops, moving decomp_sort to re...Gravatar msozeau2013-07-19
* "Boolean Equality" and "Case Analysis" are already off by default...Gravatar letouzey2013-07-17
* Declaremods: major refactoring, stop duplicating libobjects in modulesGravatar letouzey2013-07-17
* Modops.destr_functor without useless envGravatar letouzey2013-07-17
* Safe_typing: minor factorisationGravatar letouzey2013-07-17
* Lib.contents () instead of Lib.contents_after NoneGravatar letouzey2013-07-17
* More dynamic argument scopesGravatar letouzey2013-07-17
* Extraction : message about lack of support for toplevel IncludeGravatar letouzey2013-07-17
* Pre-create typeclass_instances and rewrite hintdb in AutoGravatar letouzey2013-07-17
* Added a Register Inline command for the native compiler. Will be ported to th...Gravatar mdenes2013-07-10
* Continuing r16621 on injection intro-patterns:Gravatar herbelin2013-07-10
* Revising r16550 about providing intro patterns for applying injection:Gravatar herbelin2013-07-09
* Reorganizing intropatterns: * and ** are not naming intropatterns.Gravatar herbelin2013-07-09