index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-01-01
Remove unused functions.
Guillaume Melquiond
2016-01-01
Remove unplugged button from the interface.
Guillaume Melquiond
2016-01-01
Remove useless recursive flags.
Guillaume Melquiond
2016-01-01
Remove unused open.
Guillaume Melquiond
2016-01-01
Remove duplicate declarations.
Guillaume Melquiond
2015-12-31
Remove unused function Checker.print_loc.
Guillaume Melquiond
2015-12-31
Merge branch 'v8.5' into trunk
Guillaume Melquiond
2015-12-31
Do not compose List.length with List.filter.
Guillaume Melquiond
2015-12-31
Remove Library.mem, which is pointless since 8.5.
Guillaume Melquiond
2015-12-31
Do not dump a glob reference when its location is ghost. (Fix bug #4469)
Guillaume Melquiond
2015-12-30
Moving apply_type to new proof engine.
Hugo Herbelin
2015-12-30
Taking into account generated typing constraints in tactic "generalize".
Hugo Herbelin
2015-12-30
Simplifying code of fourier.
Hugo Herbelin
2015-12-30
External tactics and notations now accept any tactic argument.
Pierre-Marie Pédrot
2015-12-29
Fixing bug #4462: unshelve: Anomaly: Uncaught exception Not_found.
Pierre-Marie Pédrot
2015-12-28
Removing unused parsing entries.
Pierre-Marie Pédrot
2015-12-28
Implementing non-focussed generic arguments.
Pierre-Marie Pédrot
2015-12-28
Removing the special status of open_constr generic argument.
Pierre-Marie Pédrot
2015-12-28
Eradicating uses of open_constr in TACTIC EXTEND in favour of uconstr.
Pierre-Marie Pédrot
2015-12-27
Factorizing code for untyped constr evaluation.
Pierre-Marie Pédrot
2015-12-27
Removing dead code.
Pierre-Marie Pédrot
2015-12-27
Tentative API fix for tactic arguments to be fed to tclWITHHOLES.
Pierre-Marie Pédrot
2015-12-25
Moving basic generalization tactics upwards for possible use in "intros".
Hugo Herbelin
2015-12-25
Moving code of specialize so that it can accept "as" (no semantic change).
Hugo Herbelin
2015-12-25
Moving specialize to Proofview.tactic.
Hugo Herbelin
2015-12-25
Fixing a bug in the order of side conditions for introduction pattern -> and <-.
Hugo Herbelin
2015-12-25
Fixing an "injection as" bug in the presence of side conditions.
Hugo Herbelin
2015-12-25
Moving the ad hoc interpretation of "intros" as "intros **" from tacinterp.ml
Hugo Herbelin
2015-12-25
Fixing non exhaustive pattern-matching in 003fe3d5e60b.
Hugo Herbelin
2015-12-24
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-24
Removing the last quoted auto tactic in Tauto.
Pierre-Marie Pédrot
2015-12-23
Partial backtrack on commit 20641795624.
Pierre-Marie Pédrot
2015-12-22
Avoid a pointless conversion/copy.
Guillaume Melquiond
2015-12-22
Do not compose "str" and "to_string" whenever possible.
Guillaume Melquiond
2015-12-22
Inclusion of functors with restricted signature is now forbidden (fix #3746)
Pierre Letouzey
2015-12-22
Move the From logic to Loadpath.expand_path.
Guillaume Melquiond
2015-12-22
Do not query module files that have already been loaded.
Guillaume Melquiond
2015-12-21
ARGUMENT EXTEND shares the toplevel representation when possible.
Pierre-Marie Pédrot
2015-12-21
Finer-grained types for toplevel values.
Pierre-Marie Pédrot
2015-12-21
Removing ad-hoc interpretation rules for tactic notations and their genarg.
Pierre-Marie Pédrot
2015-12-21
Sharing toplevel representation for several generic types.
Pierre-Marie Pédrot
2015-12-21
Changing the toplevel type of the int_or_var generic type to int.
Pierre-Marie Pédrot
2015-12-21
Removing the now useless genarg generic argument.
Pierre-Marie Pédrot
2015-12-21
Using dynamic values in tactic evaluation.
Pierre-Marie Pédrot
2015-12-21
Attaching a dynamic argument to the toplevel type of generic arguments.
Pierre-Marie Pédrot
2015-12-21
Trust the directory cache in batch mode.
Guillaume Melquiond
2015-12-18
COMMENTS: added to the "Constr.case_info" type.
Matej Kosik
2015-12-18
CLEANUP: the definition of the "Constrexpr.case_expr" type was simplified
Matej Kosik
2015-12-18
CLEANUP: removing unnecessary alias
Matej Kosik
2015-12-18
CLEANUP: Vernacexpr.VernacDeclareTacticDefinition
Matej Kosik
[next]