index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
toplevel
/
himsg.ml
Commit message (
Expand
)
Author
Age
*
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
*
Fixing localisation of tactic errors (my mistake in himsg.ml essentially).
Hugo Herbelin
2014-09-10
*
More explicit printing in Himsg.
Pierre-Marie Pédrot
2014-09-04
*
Print error messages with more hidden information based on α-equivalence .
Arnaud Spiwack
2014-09-03
*
Fixing bug #3533.
Pierre-Marie Pédrot
2014-08-23
*
Move UnsatisfiableConstraints to a pretype error.
Matthieu Sozeau
2014-08-22
*
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
2014-08-18
*
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-18
*
Bettre pretty-printing of evar maps, avoids printing universe information
Matthieu Sozeau
2014-08-13
*
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-07
*
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
2014-08-06
*
Refined guard condition of cofixpoints, to anticipate potential futur
Maxime Dénès
2014-07-22
*
First attempt at a fix for guard condition on cofixpoints.
Maxime Dénès
2014-07-22
*
Moved code for finding subterms (pattern, induction, set, generalize, ...)
Hugo Herbelin
2014-06-28
*
Made the subterm finding function make_abstraction independent of the
Hugo Herbelin
2014-06-28
*
Fix spacing in error message.
Guillaume Melquiond
2014-06-16
*
Improved error message when a meta posed as an evar remains unsolved
Hugo Herbelin
2014-06-13
*
- Allow parsing of @const@{instance} for specifying universe instances of pol...
Matthieu Sozeau
2014-06-04
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-23
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Removing a fishy use of pervasive equality in Ltac backtrace printing.
Pierre-Marie Pédrot
2014-03-01
*
Algebraized "No such hypothesis" errors
Pierre-Marie Pédrot
2014-01-06
*
Do not print tactic notation names at each interpretation step.
ppedrot
2013-11-12
*
Moving potentially costly computation from exception raising to message
ppedrot
2013-10-22
*
Removing uses of Evar.add in class-related functions.
ppedrot
2013-10-06
*
Removing dubious use of evarmap manipulating functions in printing
ppedrot
2013-10-05
*
Declarations.mli: reorganization of modular structures
letouzey
2013-08-20
*
Himsg : strict 80-column indentation
letouzey
2013-08-20
*
Safe_typing code refactoring
letouzey
2013-08-20
*
Added more flags choice in desambiguating printer. The code is
ppedrot
2013-08-06
*
Tentative fix for bug #2961. When we have to print two terms that
ppedrot
2013-08-05
*
Fixing #2846: Uncaught exception Reduction.NotArity.
ppedrot
2013-08-04
*
Using the whole tactic environment while Pretyping.
ppedrot
2013-06-24
*
Generalizing the use of maps instead of lists in the interpretation
ppedrot
2013-06-22
*
Replacing lists by maps in matching interpretation.
ppedrot
2013-06-05
*
Improvement of r16204 on reporting tactic error locations: if the main
herbelin
2013-05-05
*
Merging Context and Sign.
ppedrot
2013-04-29
*
Improving error message in explain_cannot_find_well_typed_abstraction:
herbelin
2013-04-17
*
Fix for bug #3017: wrong handling of the unresolvability status
msozeau
2013-04-03
*
Robust display of NotConvertibleTypeField errors (fix #3008, #2995)
letouzey
2013-03-21
*
Add type information in error message when a constructor is not fully
herbelin
2013-03-21
*
Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncritical
letouzey
2013-03-14
*
Restrict (try...with...) to avoid catching critical exn (part 13)
letouzey
2013-03-13
*
More monomorphization.
ppedrot
2013-03-05
*
Repairing r16205: errors raised by check_evar_instance were no longer
herbelin
2013-02-28
*
More informative error when a global reference is used in a context of
herbelin
2013-02-28
*
Fixing bug #2466
ppedrot
2013-02-24
*
use List.rev_map whenever possible
letouzey
2013-02-18
[next]