index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
vernacentries.ml
Age
Commit message (
Expand
)
Author
2020-11-26
[environ] [typing_flags] Introduce helper function to remove duplicate code
Emilio Jesus Gallego Arias
2020-11-26
[vernac] Allow to control typing flags with attributes.
Emilio Jesus Gallego Arias
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-18
[attributes] Update error message referring to deprecated syntax.
Emilio Jesus Gallego Arias
2020-11-18
[attributes] Allow boolean, single-value attributes.
Emilio Jesus Gallego Arias
2020-11-16
Warning on hint commands that have no explicit locality.
Pierre-Marie Pédrot
2020-11-16
Merge PR #13388: Export locality for all hint commands
coqbot-app[bot]
2020-11-15
Implement export locality for the remaining Hint commands.
Pierre-Marie Pédrot
2020-11-13
[record] Cleanup of data structure and functions [1/2]
Emilio Jesus Gallego Arias
2020-11-12
Merge PR #13289: Cosmetic cleaning of uState.ml: a bit of doc, more unity in ...
Pierre-Marie Pédrot
2020-11-05
Merge PR #13191: Fix anomaly when importing a functor
Pierre-Marie Pédrot
2020-11-04
Moving interpretation of user-level universes in constrintern.ml.
Hugo Herbelin
2020-11-02
[doc] attribute #[using]
Enrico Tassi
2020-11-02
attribute #[using] for Definition and Fixpoint
Enrico Tassi
2020-10-16
Fixes/enhancements with local definitions in records.
Hugo Herbelin
2020-10-14
Fix anomaly when importing a functor
Gaëtan Gilbert
2020-10-10
Print Scope & cie: Add parentheses around notation interpretation.
Hugo Herbelin
2020-10-06
Define a new type instance_flag instead of using [unit option]
Gaëtan Gilbert
2020-09-30
Remove the forward class hint feature.
Pierre-Marie Pédrot
2020-09-15
[vernac] Don't allow attributes on print / check
Emilio Jesus Gallego Arias
2020-09-01
Unify the shelves
Maxime Dénès
2020-08-27
Merge PR #12849: Rename VM-related kernel/cfoo files to kernel/vmfoo
Pierre-Marie Pédrot
2020-08-26
Move given_up goals to evar_map
Maxime Dénès
2020-08-25
Fix slow Print Universes Subgraph when many ambient universes.
Gaëtan Gilbert
2020-08-18
Rename VM-related kernel/cfoo files to kernel/vmfoo
Gaëtan Gilbert
2020-07-08
[obligations] Functionalize Program state
Emilio Jesus Gallego Arias
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-03
Merge PR #10390: UIP in SProp
Maxime Dénès
2020-07-01
[state] Consolidate state handling in Vernacstate
Emilio Jesus Gallego Arias
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-30
[declaremods] Remove abstraction of imperative module operations
Emilio Jesus Gallego Arias
2020-06-26
[recLemmas] Nit on naming consistency.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Return list of declared global in Proof.save
Emilio Jesus Gallego Arias
2020-06-26
[declare] Merge remaining obligations bits into Declare
Emilio Jesus Gallego Arias
2020-06-26
[declare] Improve organization of proof/constant information.
Emilio Jesus Gallego Arias
2020-06-26
[vernac] Nit refatoring on lemma command interpretation
Emilio Jesus Gallego Arias
2020-06-26
[declare] Use Recthm.t in mutual analysis functions
Emilio Jesus Gallego Arias
2020-06-26
[declare] Refactor analysis and construction of mutual lemmas
Emilio Jesus Gallego Arias
2020-06-26
[declare] Reify Proof.t API into the Proof module.
Emilio Jesus Gallego Arias
2020-06-26
[declare] [api] Removal of duplicated type aliases.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Refactor constant information into a record.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Remove mutual internals from Info.t structure.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Move proof information to declare.
Emilio Jesus Gallego Arias
2020-05-29
Require in Section: warning is now about fragility not deprecation.
Gaëtan Gilbert
2020-05-18
[declare] Merge `DeclareObl` into `Declare`
Emilio Jesus Gallego Arias
2020-05-18
[obligations] Pre-functionalize Program state
Emilio Jesus Gallego Arias
2020-05-15
Moving interpretation of Search commands to their own file: comSearch.ml.
Hugo Herbelin
2020-05-15
Cleaning the use of pstate and evar_map in Search.
Hugo Herbelin
2020-05-15
Search: Displaying the "use About" notice only when really needed.
Hugo Herbelin
2020-05-15
Addressing a suggestion from Théo Zimmermann.
Hugo Herbelin
[next]