index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
texmacspp.ml
Age
Commit message (
Expand
)
Author
2016-06-02
Move serialization functions out of Stm
Emilio Jesus Gallego Arias
2016-04-04
Merge branch 'trunk-function_scope' of https://github.com/JasonGross/coq into...
Matthieu Sozeau
2016-03-20
Moving the Ltac definition command to an EXTEND based command.
Pierre-Marie Pédrot
2016-03-20
Moving Tactic Notation to an EXTEND based command.
Pierre-Marie Pédrot
2016-03-19
Moving VernacSolve to an EXTEND-based definition.
Pierre-Marie Pédrot
2016-03-13
Supporting "(@foo) args" in patterns, where "@foo" has no arguments.
Hugo Herbelin
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
CLEANUP: removing unused field
Matej Kosik
2016-01-01
Remove unused functions.
Guillaume Melquiond
2015-12-18
CLEANUP: the definition of the "Constrexpr.case_expr" type was simplified
Matej Kosik
2015-12-18
CLEANUP: Removing "Vernacexpr.VernacNop" variant to which no Vernacular comma...
Matej Kosik
2015-12-18
CLEANUP: Vernacexpr.vernac_expr
Matej Kosik
2015-10-08
Axioms now support the universe binding syntax.
Pierre-Marie Pédrot
2015-09-14
Univs: Add universe binding lists to definitions
Matthieu Sozeau
2015-08-14
Revert commit 18796b6aea453bdeef1ad12ce80eeb220bf01e67, close 3080
Jason Gross
2015-06-26
Introduction of a "Undelimit Scope" command, undoing "Delimit Scope"
Lionel Rieg
2015-05-04
Add a [Redirect] vernacular command
Clément Pit--Claudel
2015-04-02
Fix some typos.
Guillaume Melquiond
2015-03-27
Putting the From parameter of the Require command into the AST.
Pierre-Marie Pédrot
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-12-18
Proof using: New vernacular to name sets of section variables
Enrico Tassi
2014-10-01
Add additional location information to AST XMLs.
Carst Tankink
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-29
XML pretty printing for AST (work by François Poulain, project DoCoq)
Enrico Tassi