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-03-11
Merge PR #11754: [micromega] Add numerical compatibility layer.
Frédéric Besson
2020-03-11
Merge PR #11790: [lib] [ccalgo] Remove unused code / cleanup
Pierre-Marie Pédrot
2020-03-10
Merge PR #11767: Fix #11738 : Funind using deprecated Coqlib API.
Emilio Jesus Gallego Arias
2020-03-10
Fixing little bug in parsing decimal numbers in R.
Hugo Herbelin
2020-03-10
[plugins] [cc] Remove unused exports / mli file cleanup.
Emilio Jesus Gallego Arias
2020-03-10
[clib] Remove module CStack
Emilio Jesus Gallego Arias
2020-03-08
Merge PR #11578: [exn] Keep information from multiple extra exn handlers
Pierre-Marie Pédrot
2020-03-06
Fix #11738 : Funind using deprecated Coqlib API.
Pierre Courtieu
2020-03-05
Merge PR #11522: Adding an alias `pose proof (x:=t)` for `pose proof t as x` ...
Pierre-Marie Pédrot
2020-03-04
[micromega] Add numerical compatibility layer.
Emilio Jesus Gallego Arias
2020-03-04
Merge PR #11429: [zify] several efficiency enhancements
Vincent Laporte
2020-03-04
Merge PR #11380: [exninfo] Deprecate aliases for exception re-raising.
Pierre-Marie Pédrot
2020-03-04
Merge PR #11709: Deprecate the "prolog" tactic.
Théo Zimmermann
2020-03-03
[exn] Keep information from multiple extra exn handlers
Emilio Jesus Gallego Arias
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-03-03
[zify] efficiency improvements
Frédéric Besson
2020-03-03
Adding an alias "pose proof (x:=a)" for "pose proof a as x".
Hugo Herbelin
2020-03-01
[parser] lk_int -> lk_nat
Maxime Dénès
2020-03-01
Refactor lookaheads using DSL
Maxime Dénès
2020-02-28
Deprecate the "prolog" tactic.
Pierre-Marie Pédrot
2020-02-25
Merge PR #11489: [exn] remove `raise` taking optional exception information a...
Pierre-Marie Pédrot
2020-02-25
Merge PR #11655: [parsing] Track need to reinit by typing
Pierre-Marie Pédrot
2020-02-24
[exn] remove `raise` taking optional exception information argument
Emilio Jesus Gallego Arias
2020-02-24
Merge PR #11653: Tactic_matching.pattern_match_term: remove ignored "refresh"...
Pierre-Marie Pédrot
2020-02-22
Making structure of type "tolerability" and related clearer.
Hugo Herbelin
2020-02-21
[parsing] Track need to reinit by typing
Emilio Jesus Gallego Arias
2020-02-21
Tactic_matching.pattern_match_term: remove ignored "refresh" argument
Gaëtan Gilbert
2020-02-20
Merge PR #10832: Addressing #6082 and #7766: warning when overriding notation...
Emilio Jesus Gallego Arias
2020-02-20
Fixing #11114 (anomaly with Extraction Implicit on records).
Hugo Herbelin
2020-02-19
Merge PR #11600: New syntax [Inductive Acc A R | x : Prop := ...]
Emilio Jesus Gallego Arias
2020-02-19
Addressing #6082 and #7766 (overriding format of notation).
Hugo Herbelin
2020-02-18
Merge PR #11529: [build] Consolidate stdlib's .v files under a single directory.
Théo Zimmermann
2020-02-17
New syntax [Inductive Acc A R | x : Prop := ...]
Gaëtan Gilbert
2020-02-14
Use thunks to univ instead of lazy constr for template typing
Gaëtan Gilbert
2020-02-14
Merge PR #11584: Add #[uniform] and #[nonuniform] (for Uniform Inductive Para...
Maxime Dénès
2020-02-13
[build] Consolidate stdlib's .v files under a single directory.
Emilio Jesus Gallego Arias
2020-02-13
Merge PR #11417: Move kind_of_type from the kernel to EConstr.
Enrico Tassi
2020-02-13
Don't duplicate the inductive keyword for each block elt when parsing
Gaëtan Gilbert
2020-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
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
[next]