index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
Age
Commit message (
Expand
)
Author
2019-07-08
[core] [api] Support OCaml 4.08
Emilio Jesus Gallego Arias
2019-07-08
Merge PR #10497: [lemmas] Move mutually recursive lemma analysis to its own m...
Gaëtan Gilbert
2019-07-07
[lemmas] Move mutually recursive lemma analysis to its own module.
Emilio Jesus Gallego Arias
2019-07-07
[error] Remove special error printing pre-processing
Emilio Jesus Gallego Arias
2019-07-03
declare_variable: path is always Lib.cwd()
Gaëtan Gilbert
2019-07-03
Declare section variables in direct style "without" an object
Gaëtan Gilbert
2019-07-03
Search: do not use libobject to find variables
Gaëtan Gilbert
2019-07-03
Merge PR #10442: Reify libobject containers
Emilio Jesus Gallego Arias
2019-07-03
[vernac] Fix bad merge which resulted in wrong module name.
Emilio Jesus Gallego Arias
2019-07-03
Merge PR #10338: Fix #9455: avoid update_global_env when unchanged Global.uni...
Emilio Jesus Gallego Arias
2019-07-03
Merge PR #10419: [api] Refactor most of `Decl_kinds`
Gaëtan Gilbert
2019-07-02
[declare] Cleanup on imports, move exception.
Emilio Jesus Gallego Arias
2019-07-02
Merge PR #10340: [vernac] Remove special status of Load, turn it into VtNoProof
Gaëtan Gilbert
2019-07-01
[decls] Remove goal_object_kind type.
Emilio Jesus Gallego Arias
2019-07-01
[api] Reduce declare_kinds even more.
Emilio Jesus Gallego Arias
2019-07-01
[declare] Separate kinds from entries in constant declaration
Emilio Jesus Gallego Arias
2019-07-01
[api] Refactor most of `Decl_kinds`
Emilio Jesus Gallego Arias
2019-07-01
Merge PR #10433: [vernac] Cleanup on interface of Vernacentries
Gaëtan Gilbert
2019-06-28
Merge PR #10434: [declare] Fine tuning of Hook type.
Pierre-Marie Pédrot
2019-06-28
Reify libobject containers
Maxime Dénès
2019-06-27
[vernac] Cleanup on interface of Vernacentries
Emilio Jesus Gallego Arias
2019-06-27
[vernac] Remove special status of Load, turn it into VtNoProof
Emilio Jesus Gallego Arias
2019-06-26
[proof] finalize_proof doesn't need opaque (it's already in entries)
Gaëtan Gilbert
2019-06-26
[stm] [vernac] Remove special ?proof parameter from vernac main path
Emilio Jesus Gallego Arias
2019-06-26
Merge PR #9855: [Fail] Simplify `Fail` implementation.
Gaëtan Gilbert
2019-06-26
Merge PR #10351: [lemmas] Move `Stack` out of Lemmas.
Gaëtan Gilbert
2019-06-26
[declare] Fine tuning of Hook type.
Emilio Jesus Gallego Arias
2019-06-25
[lemmas] Move `Stack` out of Lemmas.
Emilio Jesus Gallego Arias
2019-06-25
Move the internal_flag type from Declare to Ind_tables.
Pierre-Marie Pédrot
2019-06-25
Remove the internal_flag argument from Declare API.
Pierre-Marie Pédrot
2019-06-25
Merge PR #10316: [lemmas] Reify info for implicits, universe decls, and rec t...
Pierre-Marie Pédrot
2019-06-25
Merge PR #10284: Expose set interface to option tables
Pierre-Marie Pédrot
2019-06-24
[proof] Remove last case of optional `?poly` arguments.
Emilio Jesus Gallego Arias
2019-06-24
Use named records instead of tuples where `polymorphic` used to be.
Gaëtan Gilbert
2019-06-24
[proof] Move initial_euctx to proof_global
Emilio Jesus Gallego Arias
2019-06-24
[proof] API Documentation fixes.
Emilio Jesus Gallego Arias
2019-06-24
[api] [proof] Move `discharge` type to vernac_ast where it is used.
Emilio Jesus Gallego Arias
2019-06-24
[api] Remove `polymorphic` type alias, use labels instead.
Emilio Jesus Gallego Arias
2019-06-24
[api] Move `locality` from `library` to `vernac`.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] [proof] Split proof kinds into per-layer components.
Emilio Jesus Gallego Arias
2019-06-24
[proof] More uniformity in proof start labels.
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove duplicated universe polymorphic from decl_kinds
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove redundant universe declaration information.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Untabify.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Turn Lemmas.info into a proper type with constructor.
Emilio Jesus Gallego Arias
2019-06-24
[fixpoint] Remove code duplication in (co) fixpoint declaration.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Reify proof information for recursive theorems.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Reify info for implicits, univ_decls, prepare for rec_thms.
Emilio Jesus Gallego Arias
2019-06-24
Remove the export_seff flag from Declare API.
Pierre-Marie Pédrot
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
[next]