index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
himsg.ml
Age
Commit message (
Expand
)
Author
2020-05-12
Remove legacy Refiner error constructors.
Pierre-Marie Pédrot
2020-05-12
Do not use Unsafe.to_constr for old refiner conclusion.
Pierre-Marie Pédrot
2020-04-27
Improve the Allow SProp error message.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-24
[exn] Forbid raising in exn printers, make them return Pp.t option
Emilio Jesus Gallego Arias
2020-02-20
Unconditionally print explanation for universe inconsistencies
Gaëtan Gilbert
2020-02-12
ReferenceVariables error contains a globref instead of a constr
Gaëtan Gilbert
2020-01-29
Nicer kernel universe error for inductives
Gaëtan Gilbert
2020-01-16
[mltop] Remove error handling hacks in favor of default methods.
Emilio Jesus Gallego Arias
2019-12-31
Merge PR #11338: Remove uses of Global in Evd API.
Gaëtan Gilbert
2019-12-26
Remove uses of Global in Evd API.
Pierre-Marie Pédrot
2019-12-23
Fixes a small bug exposing an _ANONYMOUS_REL in a unification error message.
Hugo Herbelin
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-09-18
[declaremods] Remove abstraction layer over module interpretation.
Emilio Jesus Gallego Arias
2019-07-07
[error] Remove special error printing pre-processing
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-11
Fix #10225 (Instance := {} accepts duplicate fields)
Gaëtan Gilbert
2019-05-27
mind_kelim is the highest allowed sort instead of a list
Gaëtan Gilbert
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-07
Show diffs in error messages only if Diffs is enabled
Jim Fehrle
2019-04-10
Functionalize env in type classes
Maxime Dénès
2019-04-10
Improve SProp error message to mention the Allow StrictProp flag.
Théo Zimmermann
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-03-20
Merge PR #8669: Show diffs in some error messages
Emilio Jesus Gallego Arias
2019-03-17
Use local universe names when printing universe inconsistency
Gaëtan Gilbert
2019-03-14
Inductives in SProp, forbid primitive records with only sprop fields
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-03-13
Merge PR #9627: Small retroknowledge/primitive cleanup
Vincent Laporte
2019-03-11
Nicer error for bad primitive types (through type_errors etc)
Gaëtan Gilbert
2019-02-28
Show diffs in error messages if color is enabled
Jim Fehrle
2019-02-25
Fix #9631: Instance: anomaly grounding non evar-free term
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-11
Fix #9527: unknown evar in nonterminating [fix] error.
Gaëtan Gilbert
2019-02-04
Merge PR #9144: Fixes #4633: clearer message unknown existential
Pierre-Marie Pédrot
2019-01-21
Refactor typechecking of inductive types
Gaëtan Gilbert
2019-01-21
Move inductive_error to Type_errors
Gaëtan Gilbert
2019-01-06
Reworking error message for unresolved evar subterm of another evar.
Hugo Herbelin
2019-01-06
Fixes #4633: more explicit error message when referring to a generated evar.
Hugo Herbelin
2018-12-12
Merge PR #8965: Add `String Notation` vernacular like `Numeral Notation`
Hugo Herbelin
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-28
Factor out common code in numeral/string notations
Jason Gross
2018-11-28
Add `String Notation` vernacular like `Numeral Notation`
Jason Gross
2018-11-16
Print universe names in subtyping error instead of Var(x).
Gaëtan Gilbert
2018-11-16
Print full binders in subtyping incompatible polymorphism error.
Gaëtan Gilbert
2018-11-06
Move debug term printer to kernel
Maxime Dénès
2018-11-02
Merge PR #8834: [error printing] Fix improper grounding of open terms in prin...
Hugo Herbelin
2018-10-30
Generalizing the various evar_map printers in Termops over an environment.
Hugo Herbelin
[next]