index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
2020-02-11
Merge PR #11235: Add syntax for non maximal implicit arguments
Hugo Herbelin
2020-02-07
Remove unsafe_type_of from funind
Gaëtan Gilbert
2020-02-07
various unsafe_type_of -> type_of_variable in funind
Gaëtan Gilbert
2020-02-07
Remove confusing commented code in funind
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Ccalgo
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Cctac (with small refactor)
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Coq_omega.destructure_hyps
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Extractactics.destauto_in
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Extractactics.mkCaseEq
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.symmetry_in
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.default_morphism
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Rewrite.build_morphism_signature
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Rewrite.resolve_morphism
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Rewrite.decompose_app_rel
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> get_type_of in Firstorded.Instances.mk_open_instance
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Sequent.extend_with_auto_hints
Gaëtan Gilbert
2020-02-04
Add syntax for non maximally inserted implicit arguments
SimonBoulier
2020-02-03
Fix efficiency regression #11436
Frédéric Besson
2020-01-30
Do not rely on Libobject for the current environment in extraction.
Pierre-Marie Pédrot
2020-01-30
Merge PR #11307: Remove the hacks relying on hardwired libobject tags.
Maxime Dénès
2020-01-28
Fix #11467
Pierre Roux
2020-01-17
Merge PR #11362: Lia bugfix 11191
Maxime Dénès
2020-01-14
[zify] elim let in ML
Frédéric Besson
2020-01-08
Factorize ascii extraction in ExtrOcamlChar.v
Maxime Dénès
2020-01-08
Better extraction of string literals in Haskell
Maxime Dénès
2020-01-08
Reimplement string <-> char list conversions
Xavier Leroy
2020-01-08
Typo in comment
Xavier Leroy
2020-01-08
Rename ExtrOcamlStringPlus into ExtrOcamlNativeString
Xavier Leroy
2020-01-08
Avoid hardcoded paths in extraction
Maxime Dénès
2020-01-08
Avoid warning 40
Maxime Dénès
2020-01-08
Support extraction of Coq's string type to OCaml's string type, continued
Xavier Leroy
2020-01-08
Support extraction of Coq's string type to OCaml's string type
Xavier Leroy
2020-01-06
[micromega] fix of bug #11191
Frédéric Besson
2020-01-03
Merge PR #11343: fix: Shorten ssrsetoid.v to fix TC performance issue
Enrico Tassi
2019-12-31
Merge PR #11338: Remove uses of Global in Evd API.
Gaëtan Gilbert
2019-12-27
fix: Shorten ssrsetoid.v
Erik Martin-Dorel
2019-12-26
Remove uses of Global in Evd API.
Pierre-Marie Pédrot
2019-12-26
[omega] Remove non-documented "omega with *"
Emilio Jesus Gallego Arias
2019-12-26
Deprecate the "omega with *" syntax.
Pierre-Marie Pédrot
2019-12-22
Rename files with Class in their name to make their role clearer.
Pierre-Marie Pédrot
2019-12-22
Remove the hacks relying on hardwired libobject tags.
Pierre-Marie Pédrot
2019-12-18
Merge PR #11027: Cleanup post #10647 (expose comind universe handling)
Pierre-Marie Pédrot
2019-12-18
Merge PR #11203: Make the string argument of `time` print correctly
Pierre-Marie Pédrot
2019-12-17
[micromega] fix efficiency regression
Frédéric Besson
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-12-13
[micromega] Enable ocamlformat.
Emilio Jesus Gallego Arias
2019-12-11
Remove the reliance of ring objects on the named part.
Pierre-Marie Pédrot
2019-12-10
Side-effect free wrapper around already declared schemes.
Pierre-Marie Pédrot
2019-12-06
Make the string argument of `time` print correctly
Jason Gross
2019-12-06
Moving the diversity of constr printers to a label style.
Hugo Herbelin
[next]