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
2017-10-27
Merge PR #677: Trunk+abstracting injection flags
Maxime Dénès
2017-10-26
Passing around the flag for injection so that tactics calling inj at
Hugo Herbelin
2017-10-24
Typo in comment in tactic_matching.ml.
Hugo Herbelin
2017-10-20
Merge PR #1095: [stm] Remove state handling from Futures
Maxime Dénès
2017-10-19
Moving bug numbers to BZ# format in the source code.
Théo Zimmermann
2017-10-17
[stm] Remove state-handling from Futures.
Emilio Jesus Gallego Arias
2017-10-15
[stdlib] Fix warnings on deprecated `Add Setoid`
Emilio Jesus Gallego Arias
2017-10-10
[vernac] Remove "Proof using" hacks from parser.
Emilio Jesus Gallego Arias
2017-10-10
Merge PR #768: Omega and romega know about context definitions (fix old bug 148)
Maxime Dénès
2017-10-09
Merge PR #1087: [stm] Switch to a functional API
Maxime Dénès
2017-10-09
Merge PR #1126: [ltac] Warning for deprecated `Add Setoid` and `Add Morphism`...
Maxime Dénès
2017-10-09
Merge PR #1114: Generic handling of nameable objects for plugins
Maxime Dénès
2017-10-06
[stm] Switch to a functional API
Emilio Jesus Gallego Arias
2017-10-06
Merge PR #1118: Extraction : minor support stuff for the new Extraction Compu...
Maxime Dénès
2017-10-05
[ltac] Warning for deprecated `Add Setoid` and `Add Morphism` forms.
Emilio Jesus Gallego Arias
2017-10-05
romega: takes advantage of context variables with body
Pierre Letouzey
2017-10-05
Omega now aware of context variables with bodies (in type Z or nat) (fix bug ...
Pierre Letouzey
2017-10-05
Extraction: reduce eta-redexes whose cores are atomic (solves indirectly BZ#4...
Pierre Letouzey
2017-10-04
Merge PR #1006: fix: ssrmatching and primitive projections
Maxime Dénès
2017-10-04
Merge PR #1078: Report missing arguments in error message
Maxime Dénès
2017-10-04
Extraction : minor support stuff for the new Extraction Compute plugin
Pierre Letouzey
2017-10-03
Ltac uses the new generic locatable API.
Pierre-Marie Pédrot
2017-10-03
Moving the Ltac-specific part of the nametab to the Ltac plugin.
Pierre-Marie Pédrot
2017-10-03
Merge PR #1097: Properly display the "only" prefix for selectors (bug #5760).
Maxime Dénès
2017-10-03
Merge PR #1040: Efficient fresh name generation
Maxime Dénès
2017-09-29
[vernac] Remove `Qed exporting` syntax.
Emilio Jesus Gallego Arias
2017-09-28
Efficient computation of the names contained in an environment.
Pierre-Marie Pédrot
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-26
Properly display the "only" prefix for selectors (bug #5760).
Guillaume Melquiond
2017-09-21
Report missing arguments in error message
Tej Chajed
2017-09-20
ssr: fix canonical strucut key comparison with primproj on
Enrico Tassi
2017-09-19
Don't lose names in UState.universe_context.
Gaëtan Gilbert
2017-09-19
Allow declaring universe constraints at definition level.
Matthieu Sozeau
2017-09-15
Merge PR #1048: Port is_Set and is_Type to EConstr, as was is_Prop already.
Maxime Dénès
2017-09-15
Merge PR #1037: Parse directly to Sorts.family when appropriate.
Maxime Dénès
2017-09-15
Merge PR #986: Ensuring all .v files end with a newline to make "sed -i" work...
Maxime Dénès
2017-09-12
Port is_Set and is_Type to EConstr, as was is_Prop already.
Guillaume Melquiond
2017-09-08
Parse directly to Sorts.family when appropriate.
Gaëtan Gilbert
2017-09-07
Merge PR #931: Parametrize module body
Maxime Dénès
2017-09-04
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-08-31
Merge PR #980: Adding combinators + a canonical renaming in List, Option, Name
Maxime Dénès
2017-08-29
Separating the module_type and module_body types by using a type parameter.
Pierre-Marie Pédrot
2017-08-29
Properly handling parameters of primitive projections in cctac.
Pierre-Marie Pédrot
2017-08-29
Merge PR #946: Functional pretyping interface
Maxime Dénès
2017-08-29
Merge PR #916: Fixing notation bug 5608 involving { } and a slight restructur...
Maxime Dénès
2017-08-29
Merge PR #805: Functional tactics
Maxime Dénès
2017-08-29
A new step of restructuration of notations.
Hugo Herbelin
2017-08-29
Adapting code to renaming Option.fold_map -> Option.fold_left_map.
Hugo Herbelin
2017-08-29
Adapting code to renaming fold_map/fold_map' into fold_left_map/fold_right_map
Hugo Herbelin
2017-08-21
Ensuring all .v files end with a newline to make "sed -i" work better on them.
Hugo Herbelin
[next]