aboutsummaryrefslogtreecommitdiff
path: root/toplevel/command.ml
AgeCommit message (Expand)Author
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-06-04Fixing previous commit (something strange happened...)ppedrot
2012-06-04Replacing some str with strbrkppedrot
2012-06-04Separated notice vs info messages, and cleaned up the interface a bit.ppedrot
2012-06-04Forward-port fixes from 8.4 (15358, 15353, 15333).msozeau
2012-06-01Cleaning Pp.ppnl useppedrot
2012-05-30More uniformisation in Pp.warn functions.ppedrot
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29Basic stuff about constr_expr migrated from topconstr to constrexpr_opsletouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evdletouzey
2012-04-27Implicit arguments of Definition are taken from the type when given by the user.pboutill
2012-04-17Bug 2733 : { } implicits and Fixpointspboutill
2012-03-20Fix interface of resolve_typeclasses: onlyargs -> with_goals:msozeau
2012-03-20Continuing r15045-15046 and r15055 (fixing bug #2732 about atomicherbelin
2012-03-19Fix bugs related to Program integration.msozeau
2012-03-14Final part of moving Program code inside the main code. Adapted add_definitio...msozeau
2012-03-14Integrated obligations/eterm and program well-founded fixpoint building to to...msozeau
2012-03-02Noise for nothingpboutill
2011-12-17A pass on warning printings. Made systematic the use of msg_warning soherbelin
2011-12-12Proof using ...gareuselesinge
2011-11-17Merge subinstances branch by me and Tom Prince.msozeau
2011-10-11Various simplifications about constant_of_delta and mind_of_deltaletouzey
2011-04-13Revert "Add [Polymorphic] flag for defs"msozeau
2011-04-13Add [Polymorphic] flag for defsmsozeau
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-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2010-12-24More {raw => glob} changes for consistencyglondu
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-03Fixing bug using explictly declared implicit arguments in inductive arities.herbelin
2010-07-27Fix computation of fix annotation index: only consider assumptions andmsozeau
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-22Simplified the way internalization_data (i.e. bindings of bound varsherbelin
2010-07-22Constrintern: unified push_name_env and push_loc_name_env; madeherbelin
2010-07-16Amelioration dans Functionjforest
2010-06-29change the flag "internal" in declare/ind_tables from bool tovsiles
2010-06-29Made tclABSTRACT normalize evars before saying it does not supportherbelin
2010-06-12Added regression tests for bugs + miscellaneous improvementsherbelin
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-09Automatic introduction of names given before ":" in Lemma's andherbelin
2010-06-08Fix treatment of {struct x} annotations in presence of generalizedmsozeau
2010-05-04 - Fixing bug #2308 about Lemma ... withvsiles
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-03-07Fix treatment of remaining unification constraints: raise a moremsozeau
2009-12-12Fixed incorrect computation of possible guard in presence of `{ ... } contexts.herbelin
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-11Added support for multiple where-clauses in Inductive and co (see wish #2163).herbelin
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin