index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
typeclasses.ml
Age
Commit message (
Expand
)
Author
2021-03-30
[flags] [profile] Remove bit-rotten CProfile code.
Emilio Jesus Gallego Arias
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-08-31
Use a faster algorithm to check for class existence.
Pierre-Marie Pédrot
2020-05-10
No more local reduction functions in Reductionops.
Pierre-Marie Pédrot
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-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-23
Fixing typos - Part 3
JPR
2019-04-10
Functionalize env in type classes
Maxime Dénès
2019-02-25
Fix #9631: Instance: anomaly grounding non evar-free term
Gaëtan Gilbert
2018-11-28
Merge PR #9015: [Typeclasses] Warn when RHS of `:>` is not a class
Matthieu Sozeau
2018-11-28
[options] New helper for creation of boolean options plus reference.
Emilio Jesus Gallego Arias
2018-11-27
[Typeclasses] Warn when RHS of `:>` is not a class
Vincent Laporte
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-10-26
[typeclasses] functionalize typeclass evar handling
Matthieu Sozeau
2018-10-26
Cleanup evar_extra: remove evar_info's store and add maps to evar_map
Matthieu Sozeau
2018-10-19
Deprecating Global.type_of_global_in_context.
Hugo Herbelin
2018-10-16
UnivGen.constr_of_glob_univ -> Constr.mkRef
Gaëtan Gilbert
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-30
[api] Cleanup `Decls`: remove unused function, move vernac helper.
Emilio Jesus Gallego Arias
2018-09-12
Move maps & sets indexed by GlobRef.t into the kernel
Vincent Laporte
2018-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-06-12
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-05-30
Move interning the [hint_pattern] outside the Typeclasses hooks.
Gaëtan Gilbert
2018-05-23
Moving Option.smart_map to Option.Smart.map.
Hugo Herbelin
2018-05-23
Collecting List.smart_* functions into a module List.Smart.
Hugo Herbelin
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-04-26
[api] Move `hint_info_expr` to `Typeclasses`.
Emilio Jesus Gallego Arias
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-12-30
Using a dedicated type for Lib.abstr_info.
Pierre-Marie Pédrot
2017-12-27
Remove the local polymorphic flag hack.
Maxime Dénès
2017-12-27
Merge PR #6289: Remove unused boolean from cl_context field of Typeclasses.ty...
Maxime Dénès
2017-12-15
Merge PR #6392: [econstr] Cleanup in `vernac/classes.ml`
Maxime Dénès
2017-12-13
[econstr] Cleanup in `vernac/classes.ml`.
Emilio Jesus Gallego Arias
2017-12-09
[lib] Rename Profile to CProfile
Emilio Jesus Gallego Arias
2017-11-30
Remove unused boolean from cl_context field of Typeclasses.typeclass
Gaëtan Gilbert
2017-11-26
[api] Remove aliases of `Evar.t`
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
[next]