aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* The tactic remember now accepts a final eqn:H option (grant wish #2489)Gravatar letouzey2012-07-09
* induction/destruct : nicer syntax for generating equations (solves #2741)Gravatar letouzey2012-07-09
* Avoid a warning about unprintable new command Print NamespaceGravatar letouzey2012-07-09
* Fixed fake_ide test-suite.Gravatar ppedrot2012-07-09
* verbose compat notations : nicer option nameGravatar letouzey2012-07-08
* Restore an indentation of Show ScriptGravatar letouzey2012-07-07
* Ring_polynom : a restricted simpl instead of a unfold;foldGravatar letouzey2012-07-07
* Continuing r15459: it helps testing occur-check early in someGravatar herbelin2012-07-06
* Minor fixes in the test-suite after my recent commitsGravatar letouzey2012-07-06
* Two adaptations after the changes of level of ->Gravatar letouzey2012-07-06
* BinPos/BinInt/BinNat : fix some argument scopesGravatar letouzey2012-07-06
* Restore the compatibility notation Compare.not_eq_symGravatar letouzey2012-07-06
* Fix order of introduction of hints to preserve most-recent-first semantics.Gravatar msozeau2012-07-06
* A prototype implementation of a Print Namespace command.Gravatar aspiwack2012-07-06
* Fixes a bug in the parsing of the grammar entry dirpath which would,Gravatar aspiwack2012-07-06
* Practical fix for bug #1206 (anomaly raised in pretyping instead ofGravatar herbelin2012-07-06
* Fixes bug #2678Gravatar aspiwack2012-07-06
* Backtrack: add support for the "Proof c." syntax (fix #2832)Gravatar letouzey2012-07-06
* Extraction: Hashtbl.replace uses less ressources than Hashtbl.add (fix #2824)Gravatar letouzey2012-07-05
* Legacy Ring and Legacy Field migrated to contribsGravatar letouzey2012-07-05
* Quick update to CHANGES, mention especially the new parsing of ->Gravatar letouzey2012-07-05
* rewrite_db : a first attempt at using rewrite_strat for a quicker autorewriteGravatar letouzey2012-07-05
* More cleanup in Ring_polynom and EnvRingGravatar letouzey2012-07-05
* Some cleanup in recent proofs concerning piGravatar letouzey2012-07-05
* MSetRBT : elementary arith proofs instead of calls to liaGravatar letouzey2012-07-05
* Kills the useless tactic annotations "in |- *"Gravatar letouzey2012-07-05
* Open Local Scope ---> Local Open Scope, same with Notation and aliiGravatar letouzey2012-07-05
* Open Scope can now also accepts delimiters (e.g. Z).Gravatar letouzey2012-07-05
* ZArith + other : favor the use of modern names instead of compat notationsGravatar letouzey2012-07-05
* Notation: a new annotation "compat 8.x" extending "only parsing"Gravatar letouzey2012-07-05
* Fixes in rewriting by strategies (almost ready to be documented!):Gravatar msozeau2012-07-05
* Fixes a bug in Ppvernac which had braces and bullets printed with an endingGravatar aspiwack2012-07-04
* Change how the number of open goals is printed.Gravatar aspiwack2012-07-04
* When focused on an empty list of goal (after finishing a subproof introducedGravatar aspiwack2012-07-04
* Various small display improvementGravatar ppedrot2012-06-29
* Reversed message display order in CoqIDEGravatar ppedrot2012-06-29
* Small improvement to ide_slave, which was going crazy wheneverGravatar ppedrot2012-06-29
* Fixing fake_ideGravatar ppedrot2012-06-29
* Now CoqIDE separates answer and messages. This should hopefullyGravatar ppedrot2012-06-29
* Cleaning opening of the standard List module.Gravatar ppedrot2012-06-28
* Replace nat indices with positive one in Btauto.Gravatar ppedrot2012-06-28
* Fixing previous commit.Gravatar ppedrot2012-06-28
* Fixing info_auto / info_trivial display.Gravatar ppedrot2012-06-28
* Added the show_margin_right option to CoqIDEGravatar ppedrot2012-06-26
* Fixing awkward copy & paste mechanism in CoqIDE.Gravatar ppedrot2012-06-26
* Now CoqIDE auto-sets the printing width of the goal display.Gravatar ppedrot2012-06-26
* Fixed string width printing in string_of_ppcmdsGravatar ppedrot2012-06-26
* Added a Deque module to CLib (to be used in CoqIDE).Gravatar ppedrot2012-06-26
* Small code compaction and factoring in CoqIDE.Gravatar ppedrot2012-06-25
* Added a .mli to pretyping/program.mlGravatar ppedrot2012-06-25