index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
record.ml
Age
Commit message (
Expand
)
Author
2019-03-14
Repair relevance marks in-kernel.
Gaëtan Gilbert
2019-03-14
Inductives in SProp, forbid primitive records with only sprop fields
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Make Sorts.t private
Gaëtan Gilbert
2019-03-12
Merge PR #9596: Fix #9595: missing non-primitive-record warning with 0 field ...
Emilio Jesus Gallego Arias
2019-02-28
Implement a method for manual declaration of implicits.
Jasper Hugunin
2019-02-19
Fix #9595: missing non-primitive-record warning with 0 field record
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-08
Merge PR #9410: Make `Program` a regular attribute
Matthieu Sozeau
2019-02-05
Merge PR #9373: Kernel: don't automatically downgrade ill-shaped primitive re...
Pierre-Marie Pédrot
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-04
Merge PR #9317: Restrict universes in records.
Pierre-Marie Pédrot
2019-01-30
Restrict universes in records.
Gaëtan Gilbert
2019-01-25
Move non-primitive-record warning to declare_mutual_inductive_with_eliminations
Gaëtan Gilbert
2019-01-24
Kernel: don't automatically downgrade ill-shaped primitive records
Gaëtan Gilbert
2018-12-19
warn when using auto template, funind never uses template poly
Gaëtan Gilbert
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-28
Merge PR #9015: [Typeclasses] Warn when RHS of `:>` is not a class
Matthieu Sozeau
2018-11-27
Merge PR #9046: Goptions.declare_* functions return unit instead of a write_f...
Emilio Jesus Gallego Arias
2018-11-27
Record.declare_class: remove unused “finite” parameter
Vincent Laporte
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-21
Make initial evar map argument to check_evars_are_solved optional.
Gaëtan Gilbert
2018-11-09
Remove remnants of polymorphic instance name registration.
Pierre-Marie Pédrot
2018-11-09
Force the user to provide names when generating abstract universe contexts.
Pierre-Marie Pédrot
2018-11-09
Adding universe names to polymorphic entry instances.
Pierre-Marie Pédrot
2018-10-26
Merge PR #8684: Remove a few circumvolutions around parameters of inductive e...
Gaëtan Gilbert
2018-10-26
Remove a few circumvolutions around parameters of inductive entries
Maxime Dénès
2018-10-19
Deprecating Global.type_of_global_in_context.
Hugo Herbelin
2018-09-19
Fix #7754: universe declarations on mutual inductives
Gaëtan Gilbert
2018-09-19
Merge PR #8341: Reduce universe redeclarations (catching AlreadyDeclared)
Matthieu Sozeau
2018-09-13
Do not redeclare universes for monomorphic operational typeclasses
Gaëtan Gilbert
2018-09-13
Add option to control automatic template polymorphism.
Gaëtan Gilbert
2018-09-13
Add explicit atribute for template polymorphism.
Gaëtan Gilbert
2018-09-13
Elaboration: do not ask for small records to be template
Gaëtan Gilbert
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-06-28
Merge PR #7866: Implementation of mutual records in the higher strata
Maxime Dénès
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-25
Merge PR #7559: Existing Class noop when already a class + warning.
Matthieu Sozeau
2018-06-24
Handle mutual record at the vernac level.
Pierre-Marie Pédrot
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-06-08
Existing Class noop when already a class + warning.
Gaëtan Gilbert
2018-05-31
[api] Move `Constrexpr` to the `interp` module.
Emilio Jesus Gallego Arias
2018-05-25
Remove some occurrences of Evd.empty
Maxime Dénès
2018-05-22
Merge PR #7384: Split Universes
Pierre-Marie Pédrot
2018-05-17
Split off Universes functions dealing with names.
Gaëtan Gilbert
2018-05-08
[api] Move universe syntax to `Glob_term`
Emilio Jesus Gallego Arias
2018-04-17
Deprecate mixing univ minimization and evm normalization functions.
Gaëtan Gilbert
2018-04-12
Fixing the 3 cases of a "Stream.Error" ended with two periods.
Hugo Herbelin
2018-03-08
Fix error with univ binders on monomorphic records.
Gaëtan Gilbert
[next]