aboutsummaryrefslogtreecommitdiff
path: root/toplevel
AgeCommit message (Expand)Author
2011-05-05Merge branch 'subclasses' into coq-trunkmsozeau
2011-04-29Fixed a bug causing inconsistent states during proof editting.aspiwack
2011-04-28coqtop -config returns coq returns coq environments at exection timepboutill
2011-04-28Fixed notation printing bug when curly brackets are involved (requestsherbelin
2011-04-21Coqide: better handling of stdout/stderr in win32letouzey
2011-04-18Add a flag to control betaiota reduction during unification to maintain backw...msozeau
2011-04-14Add directories in COQPATH to search path.herbelin
2011-04-14Reorder search path order, so the standard library is search last.herbelin
2011-04-13Revert "Add [Polymorphic] flag for defs"msozeau
2011-04-13- Make typeclass transparency information directly availablemsozeau
2011-04-13- Remove create_evar_defsmsozeau
2011-04-13Add [Polymorphic] flag for defsmsozeau
2011-04-08Replaced printing number of ill-typed branch by printing name of constructorherbelin
2011-04-08Fixed "Eval ... in t" when t has still metavariables.herbelin
2011-04-06Add 'Existing Instances' declaration to declare multiple instances at once.letouzey
2011-04-03Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksletouzey
2011-03-30Ide_intf: documentation of calls + debug printing of calls/answersletouzey
2011-03-30Ide_intf: remove useless int answer to the "interp" and "rewind" callsletouzey
2011-03-30Ide_slave: better handling of Ctrl-Cletouzey
2011-03-28Ide_slave : fix last commit, use ad_hoc catch_break instead of Sys.catch_breakletouzey
2011-03-28Ide_slave: improved handling of exceptions (in particular ^C)letouzey
2011-03-28Ide_slave: a more robust current_status () functionletouzey
2011-03-25Ide_intf : change type of location in ideletouzey
2011-03-23Ide: stronger separation from coqtopletouzey
2011-03-23Ide: experimentally allow coqide to interrupt or kill coqtopletouzey
2011-03-23- Fix solve_simpl_eqn which was cheking instances types in the wrong environm...msozeau
2011-03-17An option "Set Default Timeout n."letouzey
2011-03-17Goptions: repair Unset for int optionsletouzey
2011-03-16Finish branching functions handling module errors (cf. r13886)letouzey
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-03-11Keep information on which fields are subclasses in class declarations,msozeau
2011-03-11- Better error messages taking unif. constraints into account.msozeau
2011-03-07Reverted commit r13893 about propagation of more informativeherbelin
2011-03-07Added propagation of evars unification failure reasons for betterherbelin
2011-03-05Added a table for using reserved names for binding names to typesherbelin
2011-03-05Moving printing of module typing errors upwards to himsg.ml so as toherbelin
2011-03-05A few more betaiota on environments and types of error messages. Seems toherbelin
2011-02-25Filter out admitted subgoals from search resultsglondu
2011-02-14- Fix treatment of globality flag for typeclass instance hints (theymsozeau
2011-02-11An automatic substitution of scope at functor applicationletouzey
2011-02-11Annotations at functor applications:letouzey
2011-02-10Remove obsolete TheoryListglondu
2011-02-10Fixpoints are traverse during implicits arguments search to toplevelpboutill
2011-02-10Interp a definition with the implicit arguments of its local contextpboutill
2011-02-10Data structure telling implicits of local variables is a map in thepboutill
2011-02-10More comments and less doublons in some mlipboutill
2011-02-10Started to fix the declarative proof mode (C-zar).aspiwack
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2011-01-11Add "Print Sorted Universes"glondu