index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
2018-11-20
Merge PR #7925: Clean transparent state
Maxime Dénès
2018-11-19
Merge PR #8987: Deprecate hint declaration/removal with no specified database
Pierre-Marie Pédrot
2018-11-19
Merge PR #9003: [vernacextend] Consolidate extension points API
Pierre-Marie Pédrot
2018-11-19
Merge PR #8902: [ltac] Use CAst nodes in the tactic AST.
Pierre-Marie Pédrot
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Proper record type and accessors for transparent states.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-11-17
[vernacextend] Consolidate extension points API
Emilio Jesus Gallego Arias
2018-11-17
[pfedit] Remove cook_proof stub.
Emilio Jesus Gallego Arias
2018-11-17
[ltac] Use CAst nodes in the tactic AST.
Emilio Jesus Gallego Arias
2018-11-16
Remove the implicit tactic feature following #7229.
Pierre-Marie Pédrot
2018-11-14
ssr: rewrite: do resolve TC once and forall at the very end
Enrico Tassi
2018-11-14
ssr: elim: do resolve TC once and forall at the very end
Enrico Tassi
2018-11-14
ssrcommon: API to call resolve_tyclasses on a term
Enrico Tassi
2018-11-14
ssrmatching: unify_HO does not resolve type classes
Enrico Tassi
2018-11-14
Deprecate hint declaration/removal with no specified database
Maxime Dénès
2018-11-13
[vernac] Rename Vernacinterp to Vernacextend and move extension functions there.
Emilio Jesus Gallego Arias
2018-11-12
Merge PR #8972: Fix #4771: Substitution of inline global reference in tactics...
Pierre-Marie Pédrot
2018-11-12
Merge PR #8938: [Plugins] Remove some dead code
Pierre-Marie Pédrot
2018-11-12
Fix #4771: Substitution of inline global reference in tactics is broken
Maxime Dénès
2018-11-07
[Funind plugin] Remove some dead code
Vincent Laporte
2018-11-07
[Firstorder plugin] Remove some dead code
Vincent Laporte
2018-11-07
[CC plugin] Remove dead code
Vincent Laporte
2018-11-07
[R syntax plugin] Remove some dead code
Vincent Laporte
2018-11-07
[doc] nodes in ssr are monospace
Enrico Tassi
2018-11-07
multi line comments don't have a title
Enrico Tassi
2018-11-07
[doc] adapt comments in plugins/ssr/*.v to coqdoc style
Enrico Tassi
2018-11-06
[checker] Refactor by sharing code with the kernel
Maxime Dénès
2018-11-06
Merge PR #8556: [ssr] use tclDISPATCH for IPatDispatch (fix #8544)
Maxime Dénès
2018-11-05
Merge PR #8515: Command driven attributes
Pierre-Marie Pédrot
2018-11-03
Merge PR #8745: Fixes #3468: making tactic-in-term sensitive to interpretatio...
Pierre-Marie Pédrot
2018-11-03
Merge PR #8844: Move abstract out of tactics.ml
Pierre-Marie Pédrot
2018-11-02
coqpp VERNAC EXTEND uses #[ att = attribute; ] syntax
Gaëtan Gilbert
2018-11-02
Simplify use of polymorphism/program globals in attributes
Gaëtan Gilbert
2018-11-02
rewrite: attributes handle is_univ_poly, is_program_mode
Gaëtan Gilbert
2018-11-02
Remove is_universe_polymorphism in funind
Gaëtan Gilbert
2018-11-02
Command driven attributes.
Gaëtan Gilbert
2018-11-02
Move attributes out of vernacinterp to new attributes module
Gaëtan Gilbert
2018-10-31
Fixes rest of #3468 (tactic-in-term was not respecting scopes).
Hugo Herbelin
2018-10-31
Clarify meaning of boolean in IPatDispatch
Maxime Dénès
2018-10-31
[ssr] better doc for the IPatDispatch AST
Enrico Tassi
2018-10-31
[ssr] use tclDISPATCH for IPatDispatch (fix #8544)
Enrico Tassi
2018-10-31
Merge PR #8759: Fix #8755: Uncaught exception Ltac_plugin.Taccoerce.CannotCoe...
Hugo Herbelin
2018-10-31
Merge PR #8864: Avoid passing empty environments
Pierre-Marie Pédrot
2018-10-30
Generalizing the various evar_map printers in Termops over an environment.
Hugo Herbelin
2018-10-30
Remove fully_empty_glob_sign which uses a dummy environment
Maxime Dénès
2018-10-30
Avoid passing dummy env to error printer
Maxime Dénès
2018-10-30
Remove one use of empty_env in ssr
Maxime Dénès
2018-10-30
Avoid redefining reduction functions in fun_ind
Maxime Dénès
2018-10-30
Distinguish globalization and pretyping error on unbound variable
Maxime Dénès
[next]