index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
record.ml
Age
Commit message (
Expand
)
Author
2020-11-16
Syntax for specifying cumulative inductives
Gaëtan Gilbert
2020-11-16
Infrastructure for cumulative inductive syntax (no grammar extension yet)
Gaëtan Gilbert
2020-11-13
[record] Some documentation + minor refactoring
Emilio Jesus Gallego Arias
2020-11-13
[record] [ci] Overlay for elpi
Emilio Jesus Gallego Arias
2020-11-13
[record] Options API cleanup.
Emilio Jesus Gallego Arias
2020-11-13
[record] Refactor nested functions.
Emilio Jesus Gallego Arias
2020-11-13
[record] Cleanup of data structure and functions [2/2]
Emilio Jesus Gallego Arias
2020-11-13
[record] Cleanup of data structure and functions [1/2]
Emilio Jesus Gallego Arias
2020-11-04
Moving interpretation of user-level universes in constrintern.ml.
Hugo Herbelin
2020-10-21
Merge PR #13118: [type classes] Simplify cl_context
Pierre-Marie Pédrot
2020-10-16
Fixes/enhancements with local definitions in records.
Hugo Herbelin
2020-10-06
Define a new type instance_flag instead of using [unit option]
Gaëtan Gilbert
2020-10-06
Remove unused is_class info from cl_context
Gaëtan Gilbert
2020-10-06
First list in cl_context is just booleans
Gaëtan Gilbert
2020-09-30
Further simplification of the typeclass registration API.
Pierre-Marie Pédrot
2020-09-30
Remove the forward class hint feature.
Pierre-Marie Pédrot
2020-09-03
Fix incorrect debruijn handling when Record calls maybe_unify_params_in
Gaëtan Gilbert
2020-07-09
Recordops: unify struc_typ summary record and libobject entry struc_tuple
Gaëtan Gilbert
2020-07-03
Merge PR #10390: UIP in SProp
Maxime Dénès
2020-07-01
[state] Consolidate state handling in Vernacstate
Emilio Jesus Gallego Arias
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-05-15
[misc] Better preserve backtraces in several modules
Emilio Jesus Gallego Arias
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
2020-04-19
Merge PR #12033: Let coqdoc be informed by coq about binding variables (incid...
Lysxia
2020-04-15
Coqdoc: Exporting location and unique id for binding variables.
Hugo Herbelin
2020-04-13
Simplifying the declaration of constants bound to primitive projections.
Hugo Herbelin
2020-03-31
Remove check_hidden_implicit_parameters (not needed anymore)
Gaëtan Gilbert
2020-03-31
Remove special case for implicit inductive parameters
Maxime Dénès
2020-03-18
Merge PR #11559: Remove year in headers.
Hugo Herbelin
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-18
Hack a non-superglobal mode for hints.
Pierre-Marie Pédrot
2020-03-08
Template polymorphism is now a property of the inductive block.
Pierre-Marie Pédrot
2020-02-14
Use thunks to univ instead of lazy constr for template typing
Gaëtan Gilbert
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-09
Remove the Template Check option.
Pierre-Marie Pédrot
2019-12-22
Rename files with Class in their name to make their role clearer.
Pierre-Marie Pédrot
2019-12-16
Remove variance info from inductive entries, infer in indtyping
Gaëtan Gilbert
2019-12-16
reduce arguments of template_polymorphism_candidate
Gaëtan Gilbert
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-11-26
indTyping: error instead of anomaly for ill-formed template
Gaëtan Gilbert
2019-11-26
Fix #11039: proof of False with template poly and nonlinear universes
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-10-25
[inductive] [declare] Move full inductive declaration to declareInd
Emilio Jesus Gallego Arias
2019-09-02
Merge PR #9918: Fix #9294: critical bug with template polymorphism
Pierre-Marie Pédrot
2019-08-27
[declare] Use entry constructor instead of low-level record.
Emilio Jesus Gallego Arias
2019-08-27
[declare] Move proof_entry type to declare, put interactive proof data on top...
Emilio Jesus Gallego Arias
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-07-01
[api] Reduce declare_kinds even more.
Emilio Jesus Gallego Arias
2019-07-01
[declare] Separate kinds from entries in constant declaration
Emilio Jesus Gallego Arias
[next]