index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
declaremods.ml
Age
Commit message (
Expand
)
Author
2019-09-18
[library] Move `Declaremods` to `vernac/`
Emilio Jesus Gallego Arias
2019-09-16
Optimize multiple imports
Maxime Dénès
2019-09-16
Optimize `Include`d `Export`s
Maxime Dénès
2019-09-16
Turn `module_objects` into a record
Maxime Dénès
2019-09-16
Optimize module Exports
Maxime Dénès
2019-09-16
Do not cache objects when importing modules
Maxime Dénès
2019-09-16
Specialize `ImportObject` to `Export`
Maxime Dénès
2019-09-16
`do_modtype` -> `load_modtype`
Maxime Dénès
2019-07-04
Merge PR #10359: Remove dependency of native_compile on global env for symbols
Maxime Dénès
2019-06-28
Reify libobject containers
Maxime Dénès
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-12
Remove dependency of native_compile on global env for symbols
Gaëtan Gilbert
2019-05-23
Fixing typos - Part 2
JPR
2019-02-08
Remove global output_native_objects flag.
Gaëtan Gilbert
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-10-31
[nametab] Move `object_prefix` to `Nametab`.
Emilio Jesus Gallego Arias
2018-10-31
[nametab] Move global_dir_reference to Nametab
Emilio Jesus Gallego Arias
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-06-12
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-06-12
[api] Misctypes removal: module_kind to Declaremods
Emilio Jesus Gallego Arias
2018-04-06
[api] Remove dependency of library on Vernacexpr.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-22
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-16
Extrude monomorphic universe contexts from with Definition constraints.
Pierre-Marie Pédrot
2017-11-29
[lib] [api] Introduce record for `object_prefix`
Emilio Jesus Gallego Arias
2017-11-21
[api] Miscellaneous consolidation + moves to engine.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-08-01
[flags] Remove XML output flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-12
[lib] Remove obsolete state-management function add_frozen_state
Emilio Jesus Gallego Arias
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-05
LtacProf for Coq trunk
Jason Gross
2016-05-09
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-08
Fix bug #4713: Anomaly: Assertion Failed for incorrect usage of Module.
Pierre-Marie Pédrot
2016-05-04
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-03
Fix bug #4292: Unexpected functor objects.
Pierre-Marie Pédrot
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-15
Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.
Maxime Dénès
2015-12-05
Leveraging GADTs to provide a better Dyn API.
Pierre-Marie Pédrot
2015-10-25
Declaremods: replace two anomalies by user errors (fix #3974 and #3975)
Pierre Letouzey
2015-07-10
Native compiler: refactor code handling pre-computed values.
Maxime Dénès
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-01-17
Partially revert "Forbid Require inside interactive modules and module types."
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2015-01-11
Declarations.mli refactoring: module_type_body = module_body
Pierre Letouzey
[next]