index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
pre_env.ml
Commit message (
Expand
)
Author
Age
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
Safer VM interfaces
Maxime Dénès
2018-01-26
*
Merge PR #6506: Fast rel lookup
Maxime Dénès
2018-01-22
|
\
*
|
Store the conversion oracle in constant and inductive definitions.
Pierre-Marie Pédrot
2018-01-14
|
*
Fast environment lookup for rels.
Pierre-Marie Pédrot
2017-12-29
|
/
*
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
Adapting code to renaming fold_map/fold_map' into fold_left_map/fold_right_map
Hugo Herbelin
2017-08-29
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
COMMENT: Pre_env.env
Matej Kosik
2017-04-20
*
simplifying "Environ.push_named" function
Matej Kosik
2017-04-20
*
Revert "simplify: Environ.push_named"
Matej Košík
2017-04-10
*
simplify: Environ.push_named
Matej Kosik
2017-04-10
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-01-19
|
\
|
*
Mapping named_context_val preserves sharing when possible.
Pierre-Marie Pédrot
2017-01-17
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-05
|
\
|
|
*
Tracking careless uses of slow name lookup.
Pierre-Marie Pédrot
2016-09-09
|
*
Removing the now useless field env_named_val from named_context_val.
Pierre-Marie Pédrot
2016-09-09
|
*
More efficient implementation of map_named_val.
Pierre-Marie Pédrot
2016-09-09
|
*
Tentative fast-access named env
Pierre-Marie Pédrot
2016-09-09
|
*
Packing the named_context_val in a proper record and marking it private.
Pierre-Marie Pédrot
2016-09-09
*
|
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
|
/
*
Moving the typing_flags to the environment.
Pierre-Marie Pédrot
2016-06-18
*
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-08
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-05
|
\
|
*
Rename Ephemeron -> CEphemeron.
Maxime Dénès
2016-03-04
*
|
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2016-01-11
*
|
Splitting kernel universe code in two modules.
Pierre-Marie Pédrot
2015-10-06
|
/
*
Option -type-in-type: added support in checker and making it contaminating
Hugo Herbelin
2015-07-10
*
Update headers.
Maxime Dénès
2015-01-12
*
library/opaqueTables: enable their use in interactive mode
Enrico Tassi
2014-10-13
*
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-13
*
Revert "Decent error message when a constant is not found"
Enrico Tassi
2014-05-16
*
Decent error message when a constant is not found
Enrico Tassi
2014-05-16
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Using Hashmaps by default in constant and inductive maps. This changes fold and
Pierre-Marie Pédrot
2014-03-07
*
Inductive maps in Environ now use HMap.
Pierre-Marie Pédrot
2014-03-06
*
Using HMaps in Safe_env.environments, hopefully improving performances.
Pierre-Marie Pédrot
2014-03-05
*
Made Pre_env.lazy_val opaque.
Pierre-Marie Pédrot
2014-02-11
*
STM: additional fix for STM + vm_compute
Enrico Tassi
2014-01-07
*
STM: fix worker crash when doing vm_compute
Enrico Tassi
2014-01-06
*
Got rid of unused lazy flag in the native compiler.
Maxime Dénès
2013-12-29
*
Removing native_name reference from constant_body.
Maxime Dénès
2013-12-28
*
Revert "Fast lookup_named in environments, based on maps instead of lists."
ppedrot
2013-11-15
*
Fast lookup_named in environments, based on maps instead of lists.
ppedrot
2013-11-13
*
Conv_orable made functional and part of pre_env
gareuselesinge
2013-10-31
*
Allocation-friendly version of [Pre_env.push_named].
ppedrot
2013-10-29
*
Merging Context and Sign.
ppedrot
2013-04-29
[next]