aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* CoqIDE: Add TAB key to autocompleteGravatar ppedrot2013-02-25
* Fixing bug #2466Gravatar ppedrot2013-02-24
* New -no-native-compiler flag for configure, globally disabling the nativeGravatar mdenes2013-02-24
* Reduced the noise level when dynlinking in bytecode mode or whenGravatar mdenes2013-02-24
* Tentative heuristic fix to handle lexer failures from CoqIDE whenGravatar ppedrot2013-02-22
* Cosmetic changes to CoqIDE finder widget.Gravatar ppedrot2013-02-22
* Names: con_modpath and con_label access back the user kn partGravatar letouzey2013-02-21
* Added missing documentation of Set Printing Existential Instances.Gravatar herbelin2013-02-21
* A slightly more efficient test of well-typedness of restriction ofGravatar herbelin2013-02-21
* Added Evarsolve to the list of modules to open for debugging.Gravatar herbelin2013-02-21
* Fixing an annoying bug in CoqIDE which causes the very first lineGravatar ppedrot2013-02-20
* Fixing #2763Gravatar ppedrot2013-02-20
* More handling of scrollbars in CoqIDE completionGravatar ppedrot2013-02-20
* CoqIDE: Including autocompletion in word proposalsGravatar ppedrot2013-02-20
* Corrects bug #2959 (error during Qed leads to assertion failure).Gravatar aspiwack2013-02-20
* Adding scrollbars to CoqIDE autocompletionGravatar ppedrot2013-02-20
* New autocompletion mechanism in CoqIDE. Now provides many answersGravatar ppedrot2013-02-19
* avoid (Int.equal (cmp ...) 0) when a boolean equality existsGravatar letouzey2013-02-19
* Dir_path --> DirPathGravatar letouzey2013-02-19
* module_path --> ModPath.t, kernel_name --> KerName.tGravatar letouzey2013-02-19
* Mod_subst: an extra assertGravatar letouzey2013-02-19
* Classops : avoid some use of GmapGravatar letouzey2013-02-19
* Names: revised representation of constants and mutual_inductiveGravatar letouzey2013-02-19
* Mod_subst: improve sharing during kn substitutionsGravatar letouzey2013-02-18
* Removing Exc_located and using the new exception enrichementGravatar ppedrot2013-02-18
* Adding more primitives to ExninfoGravatar ppedrot2013-02-18
* Updating the backtrace handling mechanism to accomodate the newGravatar ppedrot2013-02-18
* Added exception enrichment. Now one can define additional arbitraryGravatar ppedrot2013-02-18
* use List.rev_map whenever possibleGravatar letouzey2013-02-18
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* Extraction: same as commit 16203, hopefully without NotASort exnsGravatar letouzey2013-02-18
* Displaying environment and unfolding aliases in "cannot_unify"Gravatar herbelin2013-02-17
* A more informative message when the elimination predicate forGravatar herbelin2013-02-17
* Locating errors from consider_remaining_unif_problems if possibleGravatar herbelin2013-02-17
* Added propagation of evars unification failure reasons for betterGravatar herbelin2013-02-17
* Revised the Ltac trace mechanism so that trace breaking due toGravatar herbelin2013-02-17
* Fix extraction of inductive types that Coq auto-detects to be in PropGravatar letouzey2013-02-14
* CoqIDE: Adding escape reaction to replace widgetGravatar ppedrot2013-02-13
* Fixing autocompletion lock in CoqIDEGravatar ppedrot2013-02-13
* make validate repaired via a temporary fix for #2949Gravatar letouzey2013-02-13
* Checker: re-sync vo structures after Maxime's commit 16136Gravatar letouzey2013-02-12
* Fixing bug in native compiler with let patterns in fixpoint definitions.Gravatar mdenes2013-02-11
* Useless use of hooks in VernacDefinition. In addition, this wasGravatar ppedrot2013-02-10
* Splitted Evarutil in two filesGravatar ppedrot2013-02-10
* Moved code from Pretype_error to EvarutilGravatar ppedrot2013-02-10
* Revert "Ordered evars by level of dependency in the merging phase of unificat...Gravatar herbelin2013-02-05
* Fixed bug #2981 (anomaly NotASort in Retyping due to collision betweenGravatar herbelin2013-02-05
* Fixing coqchk compilation after commit r16183Gravatar ppedrot2013-02-03
* v8.4: Granting bug/wish #2976 (turning anomaly on input_value into nice message)Gravatar herbelin2013-02-01
* Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).Gravatar herbelin2013-01-29