index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
plugins
/
ltac
/
pptactic.ml
Commit message (
Expand
)
Author
Age
*
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
*
Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr.
Hugo Herbelin
2018-02-20
*
Remove deprecated option Tactic Compat Context.
Théo Zimmermann
2017-12-11
*
Extending further PR#6047 (system to register printers for Ltac values).
Hugo Herbelin
2017-11-24
*
Printing again "intros **" as "intros" by default.
Hugo Herbelin
2017-11-24
*
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-11-21
*
Fixes #5787 (printing of "constr:" lost in the move of constr to Generic).
Hugo Herbelin
2017-11-20
*
Fixing printing of tactics encapsulated as tacarg with Tacexp.
Hugo Herbelin
2017-11-15
*
Using "l" printer for glob_constr, like for constr.
Hugo Herbelin
2017-11-15
*
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
|
/
*
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
*
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
|
\
*
|
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
|
/
*
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-09-04
*
A new step of restructuration of notations.
Hugo Herbelin
2017-08-29
*
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-27
*
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-17
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Remove (useless) aliases from the API.
Matej Košík
2017-06-10
*
Put all plugins behind an "API".
Matej Kosik
2017-06-07
*
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-06
*
Merge PR#716: Don't double up on periods in anomalies
Maxime Dénès
2017-06-06
|
\
*
\
Merge PR#722: [printing] Remove duplicated printing function.
Maxime Dénès
2017-06-05
|
\
\
|
|
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
|
|
/
|
/
|
*
|
Merge PR#561: Improving the Name API
Maxime Dénès
2017-06-01
|
\
\
|
|
*
[printing] Remove duplicated printing function.
Emilio Jesus Gallego Arias
2017-06-01
|
|
/
|
/
|
|
*
Creating a module Nameops.Name extending module Names.Name.
Hugo Herbelin
2017-05-31
*
|
Adding "epose", "eset", "eremember" which allow to set terms with
Hugo Herbelin
2017-05-30
*
|
Adding "eassert", "eenough", "epose proof", which allow to state
Hugo Herbelin
2017-05-30
|
/
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
Adding support for using grammar entries returning no value in EXTEND.
Hugo Herbelin
2017-05-16
|
*
Remove unused [rec] keywords
Gaetan Gilbert
2017-04-27
*
|
[location] [ast] Port module AST to CAst
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] [ast] Switch Constrexpr AST to an extensible node type.
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Use located in tactics.
Emilio Jesus Gallego Arias
2017-04-24
*
|
[location] Use located in misctypes.
Emilio Jesus Gallego Arias
2017-04-24
*
|
[location] Switch glob_constr to Loc.located
Emilio Jesus Gallego Arias
2017-04-24
*
|
[location] Use Loc.located for constr_expr.
Emilio Jesus Gallego Arias
2017-04-24
|
/
*
Merge branch 'trunk' into pr379
Maxime Dénès
2017-03-24
*
[pp] Move terminal-specific tagging to the toplevel.
Emilio Jesus Gallego Arias
2017-03-21
[next]