aboutsummaryrefslogtreecommitdiff
path: root/toplevel
AgeCommit message (Expand)Author
2013-03-12invalid_arg instead of raise (Invalid_argement ...)letouzey
2013-03-12Allowing different types of, not to be mixed, generic Stores throughppedrot
2013-03-11Allowing (Co)Fixpoint to be defined local and Let-style.ppedrot
2013-03-11Obligations generated by Program are now local.ppedrot
2013-03-11Added a Local Definition vernacular command. This type of definitionppedrot
2013-03-08catch failures of pr_vernac to make -time failsafegareuselesinge
2013-03-05More monomorphization.ppedrot
2013-02-28Repairing r16205: errors raised by check_evar_instance were no longerherbelin
2013-02-28More informative error when a global reference is used in a context ofherbelin
2013-02-27Update debug code according to reorganization into modules.msozeau
2013-02-26kernel/declarations becomes a pure mliletouzey
2013-02-24Fixing bug #2466ppedrot
2013-02-20Corrects bug #2959 (error during Qed leads to assertion failure).aspiwack
2013-02-19avoid (Int.equal (cmp ...) 0) when a boolean equality existsletouzey
2013-02-19Dir_path --> DirPathletouzey
2013-02-19Names: revised representation of constants and mutual_inductiveletouzey
2013-02-18Removing Exc_located and using the new exception enrichementppedrot
2013-02-18Updating the backtrace handling mechanism to accomodate the newppedrot
2013-02-18use List.rev_map whenever possibleletouzey
2013-02-18Minor code cleanups, especially take advantage of Dir_path.is_emptyletouzey
2013-02-17Displaying environment and unfolding aliases in "cannot_unify"herbelin
2013-02-17A more informative message when the elimination predicate forherbelin
2013-02-17Added propagation of evars unification failure reasons for betterherbelin
2013-02-17Revised the Ltac trace mechanism so that trace breaking due toherbelin
2013-02-10Useless use of hooks in VernacDefinition. In addition, this wasppedrot
2013-02-10Moved code from Pretype_error to Evarutilppedrot
2013-01-29Renaming evar_env/evar_unfiltered_env into evar_filtered_env/evar_envherbelin
2013-01-28Actually adding backtrace handling.ppedrot
2013-01-28Uniformization of the "anomaly" command.ppedrot
2013-01-28Added backtrace information to anomaliesppedrot
2013-01-27Fixed bug #2967 (some missing check on ill-formed recursive notation strings).herbelin
2013-01-24Fixed parsing of -no-native-compiler flag.mdenes
2013-01-22New implementation of the conversion test, using normalization by evaluation tomdenes
2012-12-19Array.create is deprecatedpboutill
2012-12-18Modulification of nameppedrot
2012-12-18Modulification of Labelppedrot
2012-12-17Ide_slave: do not prepare debug messages in non-debug modeletouzey
2012-12-14Modulification of dir_pathppedrot
2012-12-14Modulification of identifierppedrot
2012-12-14Moved Stringset and Stringmap to String namespace.ppedrot
2012-12-14Moved Intset and Intmap to Int namespace.ppedrot
2012-12-14Implemented a full-fledged equality on [constr_expr]. By the way,ppedrot
2012-12-13Using library string functions.ppedrot
2012-12-13Renamed Option.Misc.compare to the more uniform Option.equal.ppedrot
2012-12-08Ensure that a function declared with a label is used with itletouzey
2012-12-08Finish patch for Hint Resolve, stopping to generate new constant names formsozeau
2012-12-06Restoring flush of Welcome message lost in r15148herbelin
2012-12-04Removed Compat.Exc_located outside of compat.ml4, as a consequence ofherbelin
2012-12-04Low-level hack to get some more informative message from dynamic loading errors.herbelin
2012-12-04Revised the strategy for automatic insertion of spaces when printingherbelin