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 #6098: [api] Move structures deprecated in the API to the core.
Maxime Dénès
2017-11-13
|
\
\
|
*
|
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
|
|
Adding support for syntax "let _ := e in e'" in Ltac.
Hugo Herbelin
2017-11-04
|
/
/
*
|
Merge PR #6047: A generic printer for ltac values
Maxime Dénès
2017-11-03
|
\
\
*
\
\
Merge PR #6021: Fixing #2881 ("change with" failing in an Ltac definition).
Maxime Dénès
2017-11-03
|
\
\
\
|
|
*
|
Ltac Debug: exporting env and sigma when needed so that term can be printed.
Hugo Herbelin
2017-11-02
|
|
*
|
Binding ltac printing functions to the system of generic printing.
Hugo Herbelin
2017-11-02
|
|
*
|
Setting a system to register printers for Ltac values.
Hugo Herbelin
2017-11-02
|
|
*
|
Using a specific function to register vernac printers.
Hugo Herbelin
2017-11-02
|
|
*
|
Exporting a few more printing functions.
Hugo Herbelin
2017-11-02
|
|
*
|
Improving checks about the list separator in tactic notations.
Hugo Herbelin
2017-11-02
|
|
/
/
|
/
|
|
|
*
|
Fixing #2881 ("change with" failing in an Ltac definition).
Hugo Herbelin
2017-10-30
*
|
|
Merge PR #6015: [general] Remove Econstr dependency from `intf`
Maxime Dénès
2017-10-27
|
\
\
\
*
\
\
\
Merge PR #677: Trunk+abstracting injection flags
Maxime Dénès
2017-10-27
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Passing around the flag for injection so that tactics calling inj at
Hugo Herbelin
2017-10-26
|
|
|
*
Use GHC.Base.Any for compatibility with GHC 8.2
Tej Chajed
2017-10-25
|
|
_
|
/
|
/
|
|
|
|
*
[general] Remove Econstr dependency from `intf`
Emilio Jesus Gallego Arias
2017-10-25
|
|
/
*
/
Typo in comment in tactic_matching.ml.
Hugo Herbelin
2017-10-24
|
/
*
Merge PR #1095: [stm] Remove state handling from Futures
Maxime Dénès
2017-10-20
|
\
*
|
Moving bug numbers to BZ# format in the source code.
Théo Zimmermann
2017-10-19
|
*
[stm] Remove state-handling from Futures.
Emilio Jesus Gallego Arias
2017-10-17
|
/
*
[stdlib] Fix warnings on deprecated `Add Setoid`
Emilio Jesus Gallego Arias
2017-10-15
*
[vernac] Remove "Proof using" hacks from parser.
Emilio Jesus Gallego Arias
2017-10-10
*
Merge PR #768: Omega and romega know about context definitions (fix old bug 148)
Maxime Dénès
2017-10-10
|
\
*
\
Merge PR #1087: [stm] Switch to a functional API
Maxime Dénès
2017-10-09
|
\
\
*
\
\
Merge PR #1126: [ltac] Warning for deprecated `Add Setoid` and `Add Morphism`...
Maxime Dénès
2017-10-09
|
\
\
\
*
\
\
\
Merge PR #1114: Generic handling of nameable objects for plugins
Maxime Dénès
2017-10-09
|
\
\
\
\
|
|
|
*
|
[stm] Switch to a functional API
Emilio Jesus Gallego Arias
2017-10-06
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge PR #1118: Extraction : minor support stuff for the new Extraction Compu...
Maxime Dénès
2017-10-06
|
\
\
\
\
|
|
|
*
|
[ltac] Warning for deprecated `Add Setoid` and `Add Morphism` forms.
Emilio Jesus Gallego Arias
2017-10-05
|
|
|
|
*
romega: takes advantage of context variables with body
Pierre Letouzey
2017-10-05
|
|
|
|
*
Omega now aware of context variables with bodies (in type Z or nat) (fix bug ...
Pierre Letouzey
2017-10-05
|
|
|
|
/
*
|
|
/
Extraction: reduce eta-redexes whose cores are atomic (solves indirectly BZ#4...
Pierre Letouzey
2017-10-05
|
|
_
|
/
|
/
|
|
*
|
|
Merge PR #1006: fix: ssrmatching and primitive projections
Maxime Dénès
2017-10-04
|
\
\
\
*
\
\
\
Merge PR #1078: Report missing arguments in error message
Maxime Dénès
2017-10-04
|
\
\
\
\
|
|
|
*
|
Extraction : minor support stuff for the new Extraction Compute plugin
Pierre Letouzey
2017-10-04
|
|
_
|
/
/
|
/
|
|
|
|
|
|
*
Ltac uses the new generic locatable API.
Pierre-Marie Pédrot
2017-10-03
|
|
|
*
Moving the Ltac-specific part of the nametab to the Ltac plugin.
Pierre-Marie Pédrot
2017-10-03
|
|
_
|
/
|
/
|
|
*
|
|
Merge PR #1097: Properly display the "only" prefix for selectors (bug #5760).
Maxime Dénès
2017-10-03
|
\
\
\
*
\
\
\
Merge PR #1040: Efficient fresh name generation
Maxime Dénès
2017-10-03
|
\
\
\
\
*
|
|
|
|
[vernac] Remove `Qed exporting` syntax.
Emilio Jesus Gallego Arias
2017-09-29
|
*
|
|
|
Efficient computation of the names contained in an environment.
Pierre-Marie Pédrot
2017-09-28
|
*
|
|
|
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-28
|
/
/
/
/
|
*
|
|
Properly display the "only" prefix for selectors (bug #5760).
Guillaume Melquiond
2017-09-26
|
|
*
|
Report missing arguments in error message
Tej Chajed
2017-09-21
|
|
/
/
|
|
*
ssr: fix canonical strucut key comparison with primproj on
Enrico Tassi
2017-09-20
|
|
/
*
|
Don't lose names in UState.universe_context.
Gaëtan Gilbert
2017-09-19
*
|
Allow declaring universe constraints at definition level.
Matthieu Sozeau
2017-09-19
|
/
*
Merge PR #1048: Port is_Set and is_Type to EConstr, as was is_Prop already.
Maxime Dénès
2017-09-15
|
\
*
\
Merge PR #1037: Parse directly to Sorts.family when appropriate.
Maxime Dénès
2017-09-15
|
\
\
[prev]
[next]