index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
*
Merge PR #770: [proof] Move bullets to their own module.
Maxime Dénès
2017-07-19
|
\
*
|
[funind] Remove spurious character in comment.
Emilio Jesus Gallego Arias
2017-07-17
*
|
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-17
*
|
Remove the function Global.type_of_global_unsafe.
Pierre-Marie Pédrot
2017-07-13
*
|
Safer API for constr_of_global, and getting rid of unsafe_constr_of_global.
Pierre-Marie Pédrot
2017-07-13
*
|
Safer API for Global.body_of_constant and variants.
Pierre-Marie Pédrot
2017-07-13
*
|
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
|
Merge PR#843: closing bug #5618 introduce by PR 828
Maxime Dénès
2017-06-30
|
\
\
|
*
|
closing bug #5618 introduce by PR 828
Julien Forest
2017-06-29
*
|
|
Merge PR#828: closing bug #4250
Maxime Dénès
2017-06-26
|
\
|
|
*
|
|
Merge PR#794: Cleanup of ltac cmxs
Maxime Dénès
2017-06-23
|
\
\
\
|
|
*
|
closing bug #4250
Julien Forest
2017-06-23
|
|
/
/
|
/
|
|
*
|
|
Merge PR#807: romega: fix a slowdown
Maxime Dénès
2017-06-20
|
\
\
\
*
\
\
\
Merge PR#803: Clean ssr
Maxime Dénès
2017-06-20
|
\
\
\
\
|
|
*
|
|
romega: avoid potential slowdown when changing concl by reified version
Pierre Letouzey
2017-06-16
|
*
|
|
|
Removing Proof_type from the API.
Pierre-Marie Pédrot
2017-06-16
|
*
|
|
|
Remove the last use of the low-level Proof_type API in ssr.
Pierre-Marie Pédrot
2017-06-16
|
|
/
/
/
*
|
|
|
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
*
|
|
|
Squashed commit of the following:
Amin Timany
2017-06-16
|
/
/
/
*
|
|
Merge PR#719: Constrexpr.Numeral without bigint
Maxime Dénès
2017-06-15
|
\
\
\
|
|
*
|
plugins/ltac : avoid spurious .cmxs files
Pierre Letouzey
2017-06-15
*
|
|
|
Merge PR#375: Deprecation
Maxime Dénès
2017-06-15
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge PR#763: [proof] Deprecate redundant wrappers.
Maxime Dénès
2017-06-14
|
\
\
\
\
*
\
\
\
\
Merge PR#513: A fix to #5414 (ident bound by ltac names now known for "match").
Maxime Dénès
2017-06-14
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR#673: Two fixes about zify (bugs #5336 and #5439)
Maxime Dénès
2017-06-14
|
\
\
\
\
\
\
*
\
\
\
\
\
\
Merge PR#622: Change the default flag value for Refine.refine
Maxime Dénès
2017-06-14
|
\
\
\
\
\
\
\
*
|
|
|
|
|
|
|
Recdef do now a Require Export FunInd (better compat)
Pierre Letouzey
2017-06-14
*
|
|
|
|
|
|
|
Prelude : no more autoload of plugins extraction and recdef
Pierre Letouzey
2017-06-14
*
|
|
|
|
|
|
|
Makefile.build : cleanup now that micromega.ml isn't generated + sync check o...
Pierre Letouzey
2017-06-14
|
|
|
|
|
|
*
|
Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t)
Pierre Letouzey
2017-06-14
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
Deprecate options that were introduced for compatibility with 8.2.
Guillaume Melquiond
2017-06-14
|
|
|
|
|
*
|
Remove support for Coq 8.2.
Guillaume Melquiond
2017-06-14
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Dualize the unsafe flag of refine into typecheck and make it mandatory.
Pierre-Marie Pédrot
2017-06-13
|
*
|
|
|
|
Explicit the unsafe flag of all calls to Refine.refine.
Pierre-Marie Pédrot
2017-06-13
*
|
|
|
|
|
BigNums: remove files about BigN,BigZ,BigQ (now in an separate git repo)
Pierre Letouzey
2017-06-13
|
/
/
/
/
/
*
|
|
|
|
Store plugins/micromega/micromega.{ml,mli} files in the repository. Try to ge...
Matej Košík
2017-06-12
|
|
|
|
*
[proof] Move bullets to their own module.
Emilio Jesus Gallego Arias
2017-06-12
*
|
|
|
|
Merge PR#709: Bytecode compilation apart from 'make world', again
Maxime Dénès
2017-06-12
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR#718: API cleanup: aliases
Maxime Dénès
2017-06-12
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
zify: force reduction of (Z.max 0 0) and similar (fix #5439)
Pierre Letouzey
2017-06-12
|
|
|
*
|
|
zify: confusion between Pos2Z.inj_sub and Pos2Z.inj_sub_max (fix #5336)
Pierre Letouzey
2017-06-12
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
[proof] Deprecate redundant wrappers.
Emilio Jesus Gallego Arias
2017-06-11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove remaining vo.itarget files (obsolete since PR #499)
Pierre Letouzey
2017-06-10
|
*
|
|
Remove (useless) aliases from the API.
Matej Košík
2017-06-10
|
|
|
*
A fix to #5414 (ident bound by ltac names now known for "match").
Hugo Herbelin
2017-06-09
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-06-08
|
\
\
\
|
|
/
/
|
/
|
|
*
|
|
Put "ssreflect" behind "API".
Matej Košík
2017-06-07
*
|
|
Put all plugins behind an "API".
Matej Kosik
2017-06-07
*
|
|
Merge the ssr plugin.
Maxime Dénès
2017-06-06
*
|
|
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-06
[next]