index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
hipattern.ml
Age
Commit message (
Expand
)
Author
2018-07-17
change into QuestionMark default
Siddharth Bhat
2018-07-17
Change QuestionMark for better record field missing error message.
Siddharth Bhat
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-03-05
Tweak comments to fix ocamldoc errors
mrmr1993
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-22
Merge PR #6461: Let dtauto recognize '@sigT A (fun _ => B)' as a conjunction.
Maxime Dénès
2018-01-17
Let dtauto recognize '@sigT A (fun _ => B)' as a conjunction
Jasper Hugunin
2018-01-17
Use let-in aware prod_applist_assum in dtauto and firstorder.
Jasper Hugunin
2017-12-23
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
2017-12-07
Getting rid of pf_matches in Hipattern.
Pierre-Marie Pédrot
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-09-04
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-07-31
Remove references to Global.env in tactics/*.ml
amblaf
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-06
Merge PR#716: Don't double up on periods in anomalies
Maxime Dénès
2017-06-05
Merge PR#590: A more explicit algebraic type for evars of kind MatchingVar + ...
Maxime Dénès
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-01
Merge PR#696: Trunk+cleanup constr of global
Maxime Dénès
2017-05-31
Using a more explicit algebraic type for evars of kind "MatchingVar".
Hugo Herbelin
2017-05-30
Support for using type information to infer more precise evar sources.
Hugo Herbelin
2017-05-29
tactics cleanup: remove constr_of_global calls
Matthieu Sozeau
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-24
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2017-04-25
[location] [ast] Port module AST to CAst
Emilio Jesus Gallego Arias
2017-04-24
[location] Switch glob_constr to Loc.located
Emilio Jesus Gallego Arias
2017-04-01
Using delayed universe instances in EConstr.
Pierre-Marie Pédrot
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
Proofview.Goal primitive now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Tactic_matching API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Eqdecide API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Hipattern API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tacmach API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Cases API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Constr_matching API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
2016-09-23
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-16
Addressing OCaml compilation warnings.
Hugo Herbelin
2016-09-08
Merge PR #244.
Pierre-Marie Pédrot
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-24
Optimize the subst tactic.
Pierre-Marie Pédrot
[next]