index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
globnames.ml
Age
Commit message (
Expand
)
Author
2021-03-26
[recordops] complete API rewrite; the module is now called [structures]
Enrico Tassi
2020-10-21
Rename the GlobRef comparison modules following the standard pattern.
Pierre-Marie Pédrot
2020-04-13
pass filters around
Gaëtan Gilbert
2020-04-13
Add ExtRefMap/Set to globnames
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2020-01-28
Remove dead code in Globnames.
Pierre-Marie Pédrot
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-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2018-12-05
Fix mod_subst wrt universe polymorphism
Gaëtan Gilbert
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-12
Move maps & sets indexed by GlobRef.t into the kernel
Vincent Laporte
2018-05-30
[api] Remove deprecated objects in engine / interp / library
Emilio Jesus Gallego Arias
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-03-09
Allow using cumulativity without forcing strict constraints.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-30
Use r.(p) syntax to print primitive projections.
Maxime Dénès
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
2017-11-04
[api] Deprecate all legacy uses of Name.Id in core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-04-04
Merge branch 'linear-comparison' of https://github.com/aspiwack/coq into aspi...
Matthieu Sozeau
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-18
COMMENTS: added to some variants of "Globalnames.global_reference" type.
Matej Kosik
2015-10-30
More uniformity in the style of comparison functions.
Arnaud Spiwack
2015-10-29
Make the code of compare functions linear in the number of constructors.
Arnaud Spiwack
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-20
Missing equalities in Names-like structures.
Pierre-Marie Pédrot
2014-03-08
Using HMaps in global references.
Pierre-Marie Pédrot
2014-03-01
Fixing pervasive comparisons
Pierre-Marie Pédrot
2013-11-06
Partial application in Globnames.
ppedrot
2013-10-22
Removing some generic equalities.
ppedrot
2013-08-25
Added a more efficient way to recover the domain of a map.
ppedrot
2013-02-26
Names: shortcuts for building {kn, constant, mind} with empty sections
letouzey
2013-02-19
Dir_path --> DirPath
letouzey
2013-02-19
Classops : avoid some use of Gmap
letouzey
2013-02-19
Names: revised representation of constants and mutual_inductive
letouzey
2013-02-18
Minor code cleanups, especially take advantage of Dir_path.is_empty
letouzey
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2012-12-18
Modulification of mod_bound_id
ppedrot
2012-12-18
Modulification of Label
ppedrot
2012-12-14
Modulification of dir_path
ppedrot
2012-12-14
Modulification of identifier
ppedrot
2012-12-08
Finish patch for Hint Resolve, stopping to generate new constant names for
msozeau
[next]