index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
extraction
Age
Commit message (
Expand
)
Author
2017-03-23
Add empty Extraction.v and FunInd.v to prepare landing of PR#220.
Maxime Dénès
2017-02-07
Extraction: fix complexity issue #5310
Pierre Letouzey
2016-10-17
Fix bug #5023: JSON extraction doesn't generate "for xxx".
Pierre-Marie Pédrot
2016-09-29
Extraction: ignore some useless stuff about universes
Pierre Letouzey
2016-08-10
Make it a bit more obvious when variables are of type unit.
Guillaume Melquiond
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-06-27
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-06-23
Fix typo.
Guillaume Melquiond
2016-06-08
Compilation via pack for plugins of the stdlib
Pierre Letouzey
2016-06-01
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-30
Extraction : add a location in the error message about polyprop
Pierre Letouzey
2016-05-30
Extraction : add a location in the error message about polyprop
Pierre Letouzey
2016-05-23
Extraction/Projections: Fix bug #4710
Matthieu Sozeau
2016-05-20
Extraction: code cleanup in Common
Pierre Letouzey
2016-05-19
Extraction: don't call Unicode.ascii_of_ident twice (not idempotent anymore)
Pierre Letouzey
2016-05-19
Extraction: don't call Unicode.ascii_of_ident twice (not idempotent anymore)
Pierre Letouzey
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-04
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-04
Fix Haskell extraction for terms over 45 characters long
Nickolai Zeldovich
2016-05-04
Handle primitive projections inside types when extracting (bug #4616).
Guillaume Melquiond
2016-05-04
Merge branch 'haskell-type-indent' of https://github.com/zeldovich/coq into t...
Pierre Letouzey
2016-04-24
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-04-12
Removing redundant *_TYPED AS clauses in EXTEND statements.
Pierre-Marie Pédrot
2016-04-09
Fix order of arguments to Big.compare_case in ExtrOcamlZBigInt.v
Nickolai Zeldovich
2016-03-17
Removing the special status of generic entries defined by Coq itself.
Pierre-Marie Pédrot
2016-02-19
Fix Haskell extraction for terms over 45 characters long
Nickolai Zeldovich
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
merge
Matej Kosik
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2016-01-06
Merge remote-tracking branch 'origin/v8.5' into trunk
Guillaume Melquiond
2016-01-06
Protect code against changes in Map interface.
Maxime Dénès
2016-01-05
Merge remote-tracking branch 'origin/v8.5' into trunk
Guillaume Melquiond
2016-01-04
Extraction: msg_notice instead of msg_info.
Pierre Courtieu
2015-12-31
Merge branch 'v8.5' into trunk
Guillaume Melquiond
2015-12-22
Do not compose "str" and "to_string" whenever possible.
Guillaume Melquiond
2015-12-22
Inclusion of functors with restricted signature is now forbidden (fix #3746)
Pierre Letouzey
2015-12-16
Extraction: slightly better heuristic for Obj.magic simplifications
Pierre Letouzey
2015-12-16
Extraction: fixed beta-red with Obj.magic (#2795 again) + other simplifications
Pierre Letouzey
2015-12-15
Extraction: more cautious use of intermediate result caching (fix #3923)
Pierre Letouzey
2015-12-15
Extraction: fix a few little glitches with my last commit (replacing unused v...
Pierre Letouzey
2015-12-15
Extraction: replace unused variable names by _ in funs and matchs (fix #2842)
Pierre Letouzey
2015-12-14
Extraction: allow basic beta-reduction even through a MLmagic (fix #2795)
Pierre Letouzey
2015-12-14
Extraction: propagate implicit args in inner fixpoint (bug #4243 part 2)
Pierre Letouzey
2015-12-14
Extraction: cosmetically avoid generating spaces on empty lines
Pierre Letouzey
2015-12-14
Extraction: also get rid of explicit '\n' for haskell
Pierre Letouzey
[next]