index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
vernacentries.ml
Age
Commit message (
Expand
)
Author
2014-09-04
Commands like [Inductive > X := … | … | …] raise an error message inste...
Arnaud Spiwack
2014-09-04
Remove [Infer] option of records.
Arnaud Spiwack
2014-09-04
Type definitions [Variant] and [Record] really don't accept the wrong kind of...
Arnaud Spiwack
2014-09-04
Print [Variant] types with the keyword [Variant].
Arnaud Spiwack
2014-08-31
Moving code of tactic interpretation from Tacenv to Vernacentries.
Pierre-Marie Pédrot
2014-08-25
Fixing the essence of naming bug #3204: use same strategy for naming
Hugo Herbelin
2014-08-05
STM: new "par:" goal selector, like "all:" but in parallel
Enrico Tassi
2014-07-21
Unifying locate code, also making it more powerful: it is now able to find
Pierre-Marie Pédrot
2014-07-21
Adding a new "Locate Term" command, distinct from the raw "Locate" command.
Pierre-Marie Pédrot
2014-07-21
More complete printing of Ltac location, akin to the term-dedicated Locate co...
Pierre-Marie Pédrot
2014-07-14
smartlocate: look for the head symbol for real
Enrico Tassi
2014-07-13
Adding a "time" tactical for benchmarking purposes. In case the tactic
Hugo Herbelin
2014-07-07
Revert "time tac" (committed by mistake).
Hugo Herbelin
2014-07-07
time tac
Hugo Herbelin
2014-07-01
Add toplevel commands to declare global universes and constraints.
Matthieu Sozeau
2014-06-25
all coqide specific files moved into ide/
Enrico Tassi
2014-06-23
Proper handling of the polymorphism flag for Context, fixing HoTT bug #98.
Matthieu Sozeau
2014-06-16
- Add "Show Universes" to print information about universes during a proof.
Matthieu Sozeau
2014-06-10
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...
Matthieu Sozeau
2014-06-08
Adding a toplevel option allowing to deactivate the term sharing in kernel
Pierre-Marie Pédrot
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-06-08
Enforce a correct exception handling in declaration_hooks
Enrico Tassi
2014-06-07
Adding a new Control file centralizing the control options of Coq.
Pierre-Marie Pédrot
2014-06-06
Remove the syntax [Vernac1. Vernac2. … Vernacn. ].
Arnaud Spiwack
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Adapt Y. Bertot's path on private inductives (now the keyword is "Private").
Yves Bertot
2014-05-06
- Fix handling of polymorphic inductive elimination schemes.
Matthieu Sozeau
2014-05-06
- Fix Check to use the constraints inferred during type inference.
Matthieu Sozeau
2014-05-06
Initial work on reintroducing old-style polymorphism for compatibility (the s...
Matthieu Sozeau
2014-05-06
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-25
Adding a stm/ folder, as asked during last workgroup. It was essentially moving
Pierre-Marie Pédrot
2014-04-25
Fixing various backtrace recordings.
Pierre-Marie Pédrot
2014-04-08
Add an option -Q (tentative name).
Guillaume Melquiond
2014-03-19
Adding a Print Strategy vernacular command. It allows to check the
Pierre-Marie Pédrot
2014-03-07
Using Hashmaps by default in constant and inductive maps. This changes fold and
Pierre-Marie Pédrot
2014-03-05
Using HMaps in Safe_env.environments, hopefully improving performances.
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-02-26
CoqIDE: print message of "Fail" command
Enrico Tassi
2014-02-24
Simpl_behaviour becomes Reductionops.ReductionBehaviour
Pierre Boutillier
2014-02-10
Timeout and Set Default Timeout fixed (closes: #3229)
Enrico Tassi
2014-02-02
Removing the [Require "file"] syntax.
Pierre-Marie Pédrot
2014-01-30
Load implemented in CoqIDE/STM (closes: #3223)
Enrico Tassi
2014-01-13
Make Require verbose
Pierre Boutillier
2014-01-05
Proof_using: new syntax + suggestion
Enrico Tassi
2013-12-22
Notations can now accept dummy arguments. If ever a bound variable is not
Pierre-Marie Pédrot
2013-12-17
Removing the need of evarmaps in constr internalization.
Pierre-Marie Pédrot
2013-12-04
The commands that initiate proofs are now in charge of what happens when proo...
Arnaud Spiwack
2013-11-10
Centralizing the Ltac-defining functions in Tacenv.
ppedrot
2013-11-02
Made multiple-goal tactic work after all: .
aspiwack
[next]