aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/pre_env.ml
Commit message (Expand)AuthorAge
* [api] Move structures deprecated in the API to the core.Gravatar Emilio Jesus Gallego Arias2017-11-06
* Adapting code to renaming fold_map/fold_map' into fold_left_map/fold_right_mapGravatar Hugo Herbelin2017-08-29
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* COMMENT: Pre_env.envGravatar Matej Kosik2017-04-20
* simplifying "Environ.push_named" functionGravatar Matej Kosik2017-04-20
* Revert "simplify: Environ.push_named"Gravatar Matej Košík2017-04-10
* simplify: Environ.push_namedGravatar Matej Kosik2017-04-10
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-01-19
|\
| * Mapping named_context_val preserves sharing when possible.Gravatar Pierre-Marie Pédrot2017-01-17
* | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-05
|\|
| * Tracking careless uses of slow name lookup.Gravatar Pierre-Marie Pédrot2016-09-09
| * Removing the now useless field env_named_val from named_context_val.Gravatar Pierre-Marie Pédrot2016-09-09
| * More efficient implementation of map_named_val.Gravatar Pierre-Marie Pédrot2016-09-09
| * Tentative fast-access named envGravatar Pierre-Marie Pédrot2016-09-09
| * Packing the named_context_val in a proper record and marking it private.Gravatar Pierre-Marie Pédrot2016-09-09
* | CLEANUP: minor readability improvementsGravatar Matej Kosik2016-08-24
|/
* Moving the typing_flags to the environment.Gravatar Pierre-Marie Pédrot2016-06-18
* Removing dead code and unused opens.Gravatar Pierre-Marie Pédrot2016-05-08
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-03-05
|\
| * Rename Ephemeron -> CEphemeron.Gravatar Maxime Dénès2016-03-04
* | CLEANUP: Context.{Rel,Named}.Declaration.tGravatar Matej Kosik2016-02-09
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-01-21
|\|
| * Update copyright headers.Gravatar Maxime Dénès2016-01-20
* | CLEANUP: kernel/context.ml{,i}Gravatar Matej Kosik2016-01-11
* | Splitting kernel universe code in two modules.Gravatar Pierre-Marie Pédrot2015-10-06
|/
* Option -type-in-type: added support in checker and making it contaminatingGravatar Hugo Herbelin2015-07-10
* Update headers.Gravatar Maxime Dénès2015-01-12
* library/opaqueTables: enable their use in interactive modeGravatar Enrico Tassi2014-10-13
* Providing a -type-in-type option for collapsing the universe hierarchy.Gravatar Hugo Herbelin2014-09-13
* Revert "Decent error message when a constant is not found"Gravatar Enrico Tassi2014-05-16
* Decent error message when a constant is not foundGravatar Enrico Tassi2014-05-16
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* Using Hashmaps by default in constant and inductive maps. This changes fold andGravatar Pierre-Marie Pédrot2014-03-07
* Inductive maps in Environ now use HMap.Gravatar Pierre-Marie Pédrot2014-03-06
* Using HMaps in Safe_env.environments, hopefully improving performances.Gravatar Pierre-Marie Pédrot2014-03-05
* Made Pre_env.lazy_val opaque.Gravatar Pierre-Marie Pédrot2014-02-11
* STM: additional fix for STM + vm_computeGravatar Enrico Tassi2014-01-07
* STM: fix worker crash when doing vm_computeGravatar Enrico Tassi2014-01-06
* Got rid of unused lazy flag in the native compiler.Gravatar Maxime Dénès2013-12-29
* Removing native_name reference from constant_body.Gravatar Maxime Dénès2013-12-28
* Revert "Fast lookup_named in environments, based on maps instead of lists."Gravatar ppedrot2013-11-15
* Fast lookup_named in environments, based on maps instead of lists.Gravatar ppedrot2013-11-13
* Conv_orable made functional and part of pre_envGravatar gareuselesinge2013-10-31
* Allocation-friendly version of [Pre_env.push_named].Gravatar ppedrot2013-10-29
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Restrict (try...with...) to avoid catching critical exn (part 8)Gravatar letouzey2013-03-13
* Modulification of identifierGravatar ppedrot2012-12-14
* More monomorphizationsGravatar ppedrot2012-11-13
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02