index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
funind
/
indfun.ml
Age
Commit message (
Expand
)
Author
2019-06-04
coqpp: add new ![] specifiers for structured proof interaction
Gaëtan Gilbert
2019-06-04
Proof_global: pass only 1 pstate when we don't want the proof stack
Gaëtan Gilbert
2019-05-24
Remove the indirect opaque accessor hooks from Opaqueproof.
Pierre-Marie Pédrot
2019-05-21
Remove definition-not-visible warning
Gaëtan Gilbert
2019-04-16
Clean the representation of recursive annotation in Constrexpr
Maxime Dénès
2019-04-10
Remove calls to global env from indrec
Maxime Dénès
2019-03-27
[plugins] [funind] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
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-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-04
Primitive integers
Maxime Dénès
2018-11-30
[vernac] [hooks] Refactor towards optional hooks.
Emilio Jesus Gallego Arias
2018-11-02
Remove is_universe_polymorphism in funind
Gaëtan Gilbert
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-10-02
Revert #6651: Use r.(p) syntax to print primitive projections
Maxime Dénès
2018-09-23
[api] Deprecate constructors of deprecated datatypes.
Emilio Jesus Gallego Arias
2018-06-18
Remove reference name type.
Maxime Dénès
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-14
Deprecate Typing.e_* functions
Gaëtan Gilbert
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-04-11
Correction of ugly message described in #4667
Julien Forest
2018-03-10
[ssreflect] Fix module scoping problems due to packing and mli files.
Emilio Jesus Gallego Arias
2018-03-09
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-09
[located] More work towards using CAst.t
Emilio Jesus Gallego Arias
2018-02-28
[econstr] Continue consolidation of EConstr API under `interp`.
Emilio Jesus Gallego Arias
2018-02-22
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-20
Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr.
Hugo Herbelin
2018-01-30
Use r.(p) syntax to print primitive projections.
Maxime Dénès
2018-01-24
Remove dead code from funind.
Maxime Dénès
2017-12-17
[flags] Make program_mode a parameter for commands in vernac.
Emilio Jesus Gallego Arias
2017-12-17
[vernac] Split `command.ml` into separate files.
Emilio Jesus Gallego Arias
2017-12-15
[econstr] Switch constrintern API to non-imperative style.
Emilio Jesus Gallego Arias
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-09-04
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-08-01
Detyping functions are now operating on EConstr.t.
Pierre-Marie Pédrot
2017-07-26
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-13
Safer API for Global.body_of_constant and variants.
Pierre-Marie Pédrot
2017-06-29
closing bug #5618 introduce by PR 828
Julien Forest
2017-06-23
closing bug #4250
Julien Forest
2017-06-16
Removing Proof_type from the API.
Pierre-Marie Pédrot
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-06
Merge PR#716: Don't double up on periods in anomalies
Maxime Dénès
2017-06-05
Merge PR#590: A more explicit algebraic type for evars of kind MatchingVar + ...
Maxime Dénès
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-31
Renaming allow_patvar flag of intern_gen into pattern_mode.
Hugo Herbelin
[next]