index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tac2core.ml
Age
Commit message (
Expand
)
Author
2018-12-10
[coq] Adapt to coq/coq#9172
Emilio Jesus Gallego Arias
2018-11-19
Adding a module to manipulate Ltac1 values.
Pierre-Marie Pédrot
2018-11-19
Add a function to generate fresh reference instances.
Pierre-Marie Pédrot
2018-11-19
Add a Char module.
Pierre-Marie Pédrot
2018-11-15
Fix compilation w.r.t. coq/coq#8779.
Pierre-Marie Pédrot
2018-10-30
Adapt to coq/coq#8844 (move abstract out of tactics.ml)
Gaëtan Gilbert
2018-10-17
[build] Add dune file + fix warnings.
Emilio Jesus Gallego Arias
2018-09-11
Merge remote-tracking branch 'herbelin/master+globenv-coq-pr7288'
Pierre-Marie Pédrot
2018-07-23
Adding environment-manipulating functions.
Pierre-Marie Pédrot
2018-07-04
Adapting to move of register_constr_interp0 from Pretyping to GlobEnv.
Hugo Herbelin
2018-06-23
Fix for compilation with the camlp5-parser branch.
Pierre-Marie Pédrot
2018-06-18
Adapt to Coq's PR #7797 (removal of reference).
Maxime Dénès
2018-06-18
Do not rely on the Ident vs. Qualid artificial separation.
Pierre-Marie Pédrot
2018-06-18
Fixing a batch of deprecation warnings.
Pierre-Marie Pédrot
2018-05-28
Fix w.r.t. coq/coq#7521.
Pierre-Marie Pédrot
2018-04-11
Fix compilation w.r.t. coq/coq#7213.
Pierre-Marie Pédrot
2018-03-27
Fixup strict mode for patterns
Pierre-Marie Pédrot
2018-03-10
Merge pull request coq/ltac2#46 from ejgallego/located+libnames
Pierre-Marie Pédrot
2018-03-10
[coq] Adapt to coq/coq#6837.
Emilio Jesus Gallego Arias
2018-03-10
[coq] Adapt to coq/coq#6831.
Emilio Jesus Gallego Arias
2018-03-05
[coq] Adapt to correct LTAC module packing coq/coq#6869
Emilio Jesus Gallego Arias
2018-03-01
[api] Remove some deprecation warnings.
Emilio Jesus Gallego Arias
2018-02-14
adapt to Coq#6676
Enrico Tassi
2017-12-26
adapt to API.mli removal
Enrico Tassi
2017-12-08
Adapt to removal of match_appsubterm.
Théo Zimmermann
2017-11-24
A possible fix after PR#6158 (raw/glob generic printers for ltac values).
Hugo Herbelin
2017-11-04
A possible fix after PR#6047 (a generic printer for ltac values).
Hugo Herbelin
2017-10-30
Introducing the change tactic.
Pierre-Marie Pédrot
2017-10-30
Fix compilation after merge of Ltac_pretype interface.
Pierre-Marie Pédrot
2017-10-27
Fix relative meaning of Pattern vs. Context in match goal.
Pierre-Marie Pédrot
2017-10-27
Stubs for goal matching: quotation and matching function.
Pierre-Marie Pédrot
2017-10-07
Implementing the Constr.in_context function.
Pierre-Marie Pédrot
2017-10-07
Remove unused warnings.
Pierre-Marie Pédrot
2017-10-07
Fix coq/ltac2#30: Compilation broken since -safe-string PR got merged.
Pierre-Marie Pédrot
2017-10-01
Abstracting away the implementation of value representations.
Pierre-Marie Pédrot
2017-09-30
Abstracting away the primitive functions on valexpr datatype.
Pierre-Marie Pédrot
2017-09-26
Adding quotations for the assert family of tactics.
Pierre-Marie Pédrot
2017-09-14
Abstracting away the type of arities and ML tactics.
Pierre-Marie Pédrot
2017-09-14
Explicit arity for closures.
Pierre-Marie Pédrot
2017-09-14
Binding the pose/set family of tactics.
Pierre-Marie Pédrot
2017-09-14
Use a simpler syntax for generalize grammar.
Pierre-Marie Pédrot
2017-09-13
Adding quotations for the generalize tactic.
Pierre-Marie Pédrot
2017-09-09
Update backtraces only when the Ltac2 Backtrace flag is set.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#26: Ltac1 gives no backtraces.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#18: Terms should show a backtrace when Set Ltac2 Backtrace is set.
Pierre-Marie Pédrot
2017-09-09
Moving Ltac2 backtraces to the Exninfo mechanism.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#25: Control.case should not be able to catch Control.throw.
Pierre-Marie Pédrot
2017-09-08
Using a dedicated argument for tactic quotations.
Pierre-Marie Pédrot
2017-09-08
Fix coq/ltac2#24: There should be a way to turn an exn into a message.
Pierre-Marie Pédrot
2017-09-07
Communicate the backtrace through the monad.
Pierre-Marie Pédrot
[next]