aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-23Fix diagram in genarg.mliglondu
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-23Change of nomenclature: rawconstr -> glob_constrglondu
2010-12-23Prepare change of nomenclature rawconstr -> glob_constrglondu
2010-12-23More precise documentation for instantiateglondu
2010-12-21Extraction: avoid type-unsafe optimisation of pattern-matchings (fix #2413)letouzey
2010-12-19Fixing bug #2454: inversion predicate strategy for inferring the typeherbelin
2010-12-18Univ: try to avoid a few lookup in the universe graphletouzey
2010-12-18Univ.constraints made fully abstract instead of being a Set of abstract stuffletouzey
2010-12-18Revert last commit 13723 on Univ : minor gains and more complex codeletouzey
2010-12-17Univ: an attempt to lazily compact chains of Equiv in a functionnal wayletouzey
2010-12-17NPeano.modulo : another trick a la "minus" for having a decreasing argletouzey
2010-12-17Cosmetic : let's take advantage of the n-ary exists notationletouzey
2010-12-17Nicer log2 function for nat (suggested by Hugo)letouzey
2010-12-16Univ: two improvements (speed + space)letouzey
2010-12-15Clenv.connect_clenv without its Evd.foldletouzey
2010-12-15Evar-related speed-up and clarifications in Class_tactics and Rewriteletouzey
2010-12-15Misc improvements about evar_mapletouzey
2010-12-14Add improved indenters that rely on the current proof state to choose the ind...gmelquio
2010-12-14Add navigation items for quickly moving between word occurrences.gmelquio
2010-12-14Improved the search/replace dialog box:gmelquio
2010-12-14Fix mutex being released from a different thread than it is acquired from.gmelquio
2010-12-13Remove an unused function with a Evd.fold in subtacletouzey
2010-12-13Goal: preventively replace an Evd.fold by an equivalent Evd.fold_undefinedletouzey
2010-12-13Class_tactics: avoid an Evd.fold taking ages in contrib ProjectiveGeometryletouzey
2010-12-13Avoid silent loss of data when closing an unsaved buffer.gmelquio
2010-12-12Sorry for the mistake in r13702pboutill
2010-12-10Attempt to preserve casts during a refine, especially VMcastletouzey
2010-12-10First release of Vector library.pboutill
2010-12-09Don't interpret VMcast as an ordinary type cast in Definition a := t <: T.herbelin
2010-12-09In passing, very quick uniformization of coqdoc headers in a few files.herbelin
2010-12-09ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2letouzey
2010-12-09Example of a simple ML tactic (Hello world).fkirchne
2010-12-06Fixed status of ÷ and × in coqdoc (they were seen as letter instead of symb...herbelin
2010-12-06Numbers and bitwise functions.letouzey
2010-12-06Use !Pp_control.std_ft for printing grammarsglondu
2010-12-04Made new comm. model between coq and coqide support '-R foo ""'-style option.herbelin
2010-12-04Applied patch to FAQ proposed by Hendrik Tews (bug report #2446).herbelin
2010-12-04Fixing bug #2448 (wrongly-scoped alpha-renaming in notations).herbelin
2010-12-04Fixing coqdoc pretty-printing of a table in Mergesort. Incidentally,herbelin
2010-12-04Better fix to bug #2183 ("moduleid" internal name got exposed to usersherbelin
2010-12-04Fixing several bugs with links to notation in coqdoc, including bug #2445:herbelin
2010-12-03Fixing bug using explictly declared implicit arguments in inductive arities.herbelin
2010-12-03Redirect stdout to stderr in -ideslaveglondu
2010-12-03Remove dead codeglondu
2010-12-02Fixing a bug introduced in r12304 (move of interpretation ofherbelin
2010-12-02Document new tactics in CHANGESglondu
2010-12-02Documentation for tactic constr_eqglondu
2010-12-02Add tactic has_evar (#2433)glondu
2010-12-02Add tactic is_evar (Closes: #2433)glondu