index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parsing
/
g_proofs.ml4
Commit message (
Expand
)
Author
Age
*
Merge PR #6909: Deprecate Focus and Unfocus
Maxime Dénès
2018-03-08
|
\
|
*
Deprecate Focus and Unfocus.
Théo Zimmermann
2018-03-05
*
|
Update headers following #6543.
Théo Zimmermann
2018-02-27
|
/
*
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
*
[vernac] Remove VernacGoal, allow anonymous definitions in VernacDefinition
Vincent Laporte
2018-02-01
*
Remove "obsolete_locality" and fix STM vernac classification.
Maxime Dénès
2017-11-29
*
[vernac] Remove "Proof using" hacks from parser.
Emilio Jesus Gallego Arias
2017-10-10
*
[vernac] Remove `Qed exporting` syntax.
Emilio Jesus Gallego Arias
2017-09-29
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Remove Show Thesis command which was never implemented.
Théo Zimmermann
2017-06-12
*
Remove non-working Show Tree and Show Node commands.
Théo Zimmermann
2017-06-12
*
Remove Show Implicit Arguments command.
Théo Zimmermann
2017-06-12
*
Remove Show Goal "uid" command.
Théo Zimmermann
2017-06-12
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
[vernac] Remove `Save thm id.` command.
Emilio Jesus Gallego Arias
2017-05-23
|
*
[vernac] Remove `Save.` command.
Emilio Jesus Gallego Arias
2017-05-23
|
*
Remove unused [open] statements
Gaetan Gilbert
2017-04-27
*
|
[location] [ast] Switch Constrexpr AST to an extensible node type.
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Use Loc.located for constr_expr.
Emilio Jesus Gallego Arias
2017-04-24
|
/
*
[camlpX] Remove camlp4 compat layer.
Emilio Jesus Gallego Arias
2017-04-07
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-11-18
|
\
|
*
Lets Hints/Instances take an optional pattern
Matthieu Sozeau
2016-11-03
*
|
Move Ltac-specific components from G_proofs to G_ltac.
Pierre-Marie Pédrot
2016-09-11
*
|
Making Vernacexpr independent from Tacexpr.
Pierre-Marie Pédrot
2016-09-08
|
/
*
Support qualified identifiers in Show Match (bug #5050).
Guillaume Melquiond
2016-08-27
*
Extend Hint Mode to handle the no-head-evar case
Matthieu Sozeau
2016-06-16
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Adding syntax "Show id" to show goal named id (shelved or not).
Hugo Herbelin
2015-11-02
*
Proof using: let-in policy, optional auto-clear, forward closure*
Enrico Tassi
2015-10-08
*
Qed export -> Qed exporting
Enrico Tassi
2015-03-22
*
Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior
Enrico Tassi
2015-02-14
*
Update headers.
Maxime Dénès
2015-01-12
*
Proof using: New vernacular to name sets of section variables
Enrico Tassi
2014-12-18
*
Add a "Hint Mode ref (+ | -)*" hint for setting a global mode
Matthieu Sozeau
2014-09-15
*
- Add "Show Universes" to print information about universes during a proof.
Matthieu Sozeau
2014-06-16
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Proof_using: new syntax + suggestion
Enrico Tassi
2014-01-05
*
Change syntax of Hint Resolve to actually accept user-given priorities.
msozeau
2013-09-07
*
More functional implementation of locality_flag and program_mode
gareuselesinge
2013-04-15
*
Fix reference_or_constr grammar rule to accept @t as a constr
gareuselesinge
2012-11-07
*
Change [Hints Resolve] to still accept constrs as arguments
msozeau
2012-10-31
*
Change Hint Resolve, Immediate to take a global reference as argument
msozeau
2012-10-26
*
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-04
*
Updating headers.
herbelin
2012-08-08
*
Restore compatibility with camlp4 (some missing open Tok)
letouzey
2012-05-30
*
simplification in deps of some g_*.ml4
letouzey
2012-05-29
*
New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr
letouzey
2012-05-29
*
locus.mli for occurrences+clauses, misctypes.mli for various little things
letouzey
2012-05-29
*
Vernacexpr is now a mli-only file, locality stuff now in locality.ml
letouzey
2012-05-29
*
Removed syntax BeginSubproof/EndSubproof. It has been replaced by
aspiwack
2012-04-13
[next]