index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing
Age
Commit message (
Expand
)
Author
2016-11-05
Do not print dependent evars by default (expensive)
Matthieu Sozeau
2016-10-28
Merge remote-tracking branch 'github/pr/337' into v8.6
Maxime Dénès
2016-10-27
Complete overhaul of the Arguments vernacular.
Maxime Dénès
2016-10-20
Refine printing of pending unification constraints
Matthieu Sozeau
2016-10-17
[toplevel] Remove duplicate beautify flags.
Emilio Jesus Gallego Arias
2016-10-12
Fixing a few confusions on the name of the beautify flag.
Hugo Herbelin
2016-10-09
Moving Pp.comments to CLexer so that Pp is purer (no more side-effect
Hugo Herbelin
2016-10-08
Fix bug #5098: Symmetry broken in HoTT.
Pierre-Marie Pédrot
2016-10-05
Fixing a beautifier bug pointed out by Emilio.
Hugo Herbelin
2016-10-04
Merge remote-tracking branch 'github/pr/305' into v8.6
Maxime Dénès
2016-10-01
Fix bug #4661: Cannot mask the absolute name.
Pierre-Marie Pédrot
2016-10-01
Add command 'Set foo Append "bar"' for appending to an option (bug #5109).
Guillaume Melquiond
2016-09-30
Merge remote-tracking branch 'github/pr/299' into v8.6
Maxime Dénès
2016-09-29
Fix bug #4798: compat notations should not modify the parser.
Pierre-Marie Pédrot
2016-09-29
Arguments: cleanup + detect discrepancy rename/implicit (#3753)
Enrico Tassi
2016-09-29
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-24
Moving "move" in the new proof engine.
Hugo Herbelin
2016-09-16
Addressing OCaml compilation warnings.
Hugo Herbelin
2016-09-09
Fix bug #4940: Tactic notation printing could be more informative.
Pierre-Marie Pédrot
2016-08-29
Fix tagging of notations.
Pierre-Marie Pédrot
2016-08-27
Support qualified identifiers in Show Match (bug #5050).
Guillaume Melquiond
2016-07-19
Complementing previous commit on fixes for printing binding patterns.
Hugo Herbelin
2016-07-19
Some extra fixes in printing patterns in binders.
Hugo Herbelin
2016-07-19
Taking into account binding patterns when agglutinating sequences of binders.
Hugo Herbelin
2016-07-19
Fixing missing parentheses in printing of patterns in binders.
Hugo Herbelin
2016-07-06
primproj: warning and avoid error.
Matthieu Sozeau
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Add and document match, fix and cofix reduction flags.
Maxime Dénès
2016-06-28
Merge remote-tracking branch 'github/pr/207' into trunk
Maxime Dénès
2016-06-27
Adding ability to put any pattern in binders, prefixed by a quote.
Daniel de Rauglaudre
2016-06-19
Add [Unset Printing Dependent Evars Line]
Jason Gross
2016-06-18
Moving the typing_flags to the environment.
Pierre-Marie Pédrot
2016-06-18
Print the type-in-type flag in various user-facing functions.
Pierre-Marie Pédrot
2016-06-18
Exporting a generic argument induction_arg. As a consequence,
Hugo Herbelin
2016-06-18
Adding eintros to respect the e- prefix policy.
Hugo Herbelin
2016-06-16
proof mode: print unification constraints
Matthieu Sozeau
2016-06-16
Extend Hint Mode to handle the no-head-evar case
Matthieu Sozeau
2016-06-16
Isolating and exporting a function for printing body of a recursive definition.
Hugo Herbelin
2016-06-16
Simplification in ppvernac.ml.
Hugo Herbelin
2016-06-16
Removing unused generalization of pr_vernac over pr_constr and pr_lconstr.
Hugo Herbelin
2016-06-16
Fixing extra space in printing bullets.
Hugo Herbelin
2016-06-16
Fixing space in printing <+ and <: + fixing missing Inline keyword.
Hugo Herbelin
2016-06-16
Fixing printing of Instance.
Hugo Herbelin
2016-06-16
Fixing extra space in printing abbreviations (SyntaxDefinition).
Hugo Herbelin
2016-06-16
Fixing printing of Polymorphic/Monomorphic.
Hugo Herbelin
2016-06-16
Fixing printing of Arguments.
Hugo Herbelin
2016-06-16
Printing notations as parsed.
Hugo Herbelin
2016-06-16
So as to beautify to work, do not use notations in Inductive types
Hugo Herbelin
2016-06-16
Fixing missing substitution / printing cases of TacSelect.
Pierre-Marie Pédrot
2016-06-16
Fixing printing of keeping hyp on the fly.
Hugo Herbelin
[next]