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-02
Use streams rather than strings to handle bullet suggestions.
Guillaume Melquiond
2016-01-02
Remove some unused functions.
Guillaume Melquiond
2016-01-02
Remove keys for evar and meta, since they cannot occur.
Guillaume Melquiond
2016-01-02
Remove some useless type declarations.
Guillaume Melquiond
2016-01-02
Remove some useless module opening.
Guillaume Melquiond
2016-01-02
Remove duplicate definition.
Guillaume Melquiond
2016-01-02
Remove duplicate declarations.
Guillaume Melquiond
2016-01-02
Reduce dependencies of interface files.
Guillaume Melquiond
2016-01-02
Avoid warnings about loop indices.
Guillaume Melquiond
2016-01-02
Remove useless rec flags.
Guillaume Melquiond
2016-01-02
Simplification of grammar_prod_item type.
Pierre-Marie Pédrot
2016-01-02
Proper datatype for EXTEND syntax tokens.
Pierre-Marie Pédrot
2016-01-02
Separation of concern in TacAlias API.
Pierre-Marie Pédrot
2016-01-01
Fix typos.
Guillaume Melquiond
2016-01-01
Remove unused hashconsing code.
Guillaume Melquiond
2016-01-01
Do not make it harder on the compiler optimizer by packing arguments.
Guillaume Melquiond
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
[next]