aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Added an Int module with dummy utility functions.Gravatar ppedrot2012-11-08
* Removing another bunch of generic equalitiesGravatar ppedrot2012-11-08
* Fix reference_or_constr grammar rule to accept @t as a constrGravatar gareuselesinge2012-11-07
* Coq is a heavy user of persistent data structures and symbolic ASTs, so theGravatar ppedrot2012-11-06
* Reversed roles of undefined/defined evars in Evd, thus saving preciousGravatar ppedrot2012-11-03
* Coqide Detach View: avoid doing gtk stuff in sub-thread (fix #2863)Gravatar letouzey2012-10-31
* Change [Hints Resolve] to still accept constrs as argumentsGravatar msozeau2012-10-31
* correcting a little bug in FunctionGravatar jforest2012-10-31
* Documenting the 'Printing Transparent/All Dependencies' command.Gravatar ppedrot2012-10-30
* Extraction Implicit: consider the parameters of a constructor (fix #2905)Gravatar letouzey2012-10-30
* Extraction: avoid initial strange empty comments after Arnaud's hackGravatar letouzey2012-10-30
* Fix Separate extraction when a module-as-file is aliased (#2917)Gravatar letouzey2012-10-30
* coqdep: honor dependencies of "Load"ed filesGravatar gareuselesinge2012-10-29
* Allow running coq-tex in win32 (fix #2921)Gravatar letouzey2012-10-29
* Fixed #2926:Gravatar ppedrot2012-10-29
* Removed many calls to OCaml generic equality. This was done byGravatar ppedrot2012-10-29
* Moved Entries module back to kernelGravatar ppedrot2012-10-26
* Change Hint Resolve, Immediate to take a global reference as argumentGravatar msozeau2012-10-26
* Removed a few calls to "Opaque" in Logic.v ineffective since at leastGravatar herbelin2012-10-24
* Cleared a purely declarative .ml file and moved its interface to intf/Gravatar ppedrot2012-10-23
* Coqmktop: missing -I (fix #2851)Gravatar letouzey2012-10-23
* the new .dir-locals.el thanks to Pierre CourtieuGravatar pboutill2012-10-23
* Text inserted by insert_this_phrase_on_success correct taggingGravatar pboutill2012-10-23
* Coqide for Gtk-mac-integration 2.0.0Gravatar pboutill2012-10-23
* RefMan-tac: fix a few glitches concerning the documentation of eqn:Gravatar letouzey2012-10-23
* Fix bug #2892Gravatar letouzey2012-10-22
* Coqide does not need dllcoqrun.soGravatar pboutill2012-10-22
* Makefile.build: CONFIG is now in clibGravatar pboutill2012-10-17
* Do not install libcoqrun.so if compiled with -customGravatar pboutill2012-10-17
* Cygwin gcc do not accept -mno-cygwin anymoreGravatar pboutill2012-10-17
* Fix test-suite output/* in benchGravatar pboutill2012-10-17
* Taking into account that ocamlfind might find a package w/o the filesGravatar herbelin2012-10-17
* Using weak tables instead of plain hash tables while hashconsing.Gravatar ppedrot2012-10-17
* univ inconsistency error message gives evidence of a cycleGravatar barras2012-10-17
* Removing redundant definition of case_eq (see #2919).Gravatar herbelin2012-10-16
* Split Tacinterp in 3 files : Tacsubst, Tacintern and TacinterpGravatar letouzey2012-10-16
* Continuing r15885 fixing coqdoc index bugs introduced in r14624 and r15053.Gravatar herbelin2012-10-16
* Removed dead code about linking Module names in coqdoc.Gravatar herbelin2012-10-16
* Continue killing hidden tactics : no more generated h_xxxGravatar letouzey2012-10-15
* Egramml: minor simplificationGravatar letouzey2012-10-15
* Stylistic improvement: avoid a "if match List.hd"Gravatar letouzey2012-10-15
* Coq_makefile: easier compilation with timings info (from r15850)Gravatar pboutill2012-10-15
* Makefiles: Only -I required dirs (config, lib, ide) when compiling coqideGravatar pboutill2012-10-15
* Makefile.build: $(MLINCLUDES) out of $(OPT/BYTEFLAGS)Gravatar pboutill2012-10-15
* Fixing coqdoc index bugs introduced in r14624 and r15053. Revision r14624 int...Gravatar pboutill2012-10-15
* When loading a plugin, prefer .cma to .cmoGravatar gareuselesinge2012-10-14
* fix r15860 : no slash after $(COQLIB)Gravatar letouzey2012-10-08
* restore compatibility with camlp5 < 6.00Gravatar letouzey2012-10-06
* Coqmktop: a misplaced Filename.quote prevented temp file cleanupGravatar letouzey2012-10-06