index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
nativecode.ml
Age
Commit message (
Expand
)
Author
2018-06-25
Fix equality check on global names from native compute.
Pierre-Marie Pédrot
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-23
Change the proj_ind field from MutInd.t to inductive.
Pierre-Marie Pédrot
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
2018-06-05
Use projection indices in native compilation rather than constant names.
Pierre-Marie Pédrot
2018-06-04
Fix #7631: native_compute fails to compile an example in Coq 8.8
Maxime Dénès
2018-05-31
Reduce circular dependency constants <-> projections
Gaëtan Gilbert
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-05
[native_compute] Fix handling of evars in conversion
Maxime Dénès
2018-01-29
[native_compute] Fix evaluation of cofixpoints under primitive projections.
Maxime Dénès
2017-12-29
Fast environment lookup for rels.
Pierre-Marie Pédrot
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-08-12
Moving file primitive.ml to cPrimitive.ml to avoid conflict with OCaml.
Hugo Herbelin
2017-07-11
Safe API for accessing universe constraints of global references.
Pierre-Marie Pédrot
2017-07-11
Getting rid of simple calls to AUContext.instance.
Pierre-Marie Pédrot
2017-07-10
Removing a redundant universe instance information in native compute.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-02
Remove dead code in native compiler.
Maxime Dénès
2017-04-27
Locally disable some warnings.
Gaetan Gilbert
2017-04-15
Merge branch 'v8.6' into trunk
Maxime Dénès
2017-04-04
Fix bug #5435: [Eval native_compute in] raises anomaly.
Maxime Dénès
2016-10-05
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-03
Merge remote-tracking branch 'github/pr/263' into v8.6
Maxime Dénès
2016-09-14
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-09
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-09-09
Tracking careless uses of slow name lookup.
Pierre-Marie Pédrot
2016-09-09
Restore native compiler optimizations after they were broken by 9e2ee58.
Maxime Dénès
2016-09-09
Packing the named_context_val in a proper record and marking it private.
Pierre-Marie Pédrot
2016-09-02
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-01
More efficient data structure to check if a native file is loaded.
Maxime Dénès
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-19
native_compute: don't call Unicode.ascii_of_ident twice (not idempotent anymore)
Pierre Letouzey
2016-05-19
native_compute: don't call Unicode.ascii_of_ident twice (not idempotent anymore)
Pierre Letouzey
2016-02-15
CLEANUP: Simplifying the changes done in "kernel/*"
Matej Kosik
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2015-10-13
Fix some typos.
Guillaume Melquiond
2015-07-29
Fixing some English misspelling.
Hugo Herbelin
2015-07-10
Native compiler: refactor code handling pre-computed values.
Maxime Dénès
2015-06-08
Fix native compilation of primitive projections. Closes #4210.
Maxime Dénès
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
[next]