index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
toplevel
Commit message (
Expand
)
Author
Age
*
Add documentation for [Set Warnings] and the -w option.
Cyprien Mangin
2016-11-04
*
Fix various shortcomings of the warnings infrastructure.
Maxime Dénès
2016-11-02
*
Removing dead code.
Hugo Herbelin
2016-10-29
*
Merge remote-tracking branch 'github/pr/319' into v8.6
Maxime Dénès
2016-10-28
|
\
*
\
Merge remote-tracking branch 'github/pr/337' into v8.6
Maxime Dénès
2016-10-28
|
\
\
|
*
|
Complete overhaul of the Arguments vernacular.
Maxime Dénès
2016-10-27
*
|
|
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-10-26
|
\
\
\
|
*
|
|
Fix a bug in error printing of unif constraints
Matthieu Sozeau
2016-10-22
*
|
|
|
[search] Don't build intermediate lists in search.
Emilio Jesus Gallego Arias
2016-10-20
|
|
|
*
[pp] Add tagging function to all low-level printing calls.
Emilio Jesus Gallego Arias
2016-10-18
|
|
_
|
/
|
/
|
|
*
|
|
[toplevel] Remove undocumented "just_parsing" flag.
Emilio Jesus Gallego Arias
2016-10-17
*
|
|
[toplevel] Remove duplicate beautify flags.
Emilio Jesus Gallego Arias
2016-10-17
*
|
|
Vernac.ml: inlining read_vernac_file within load_vernac.
Hugo Herbelin
2016-10-17
*
|
|
Grouping checks about commands together.
Hugo Herbelin
2016-10-17
*
|
|
Vernac.ml: parenthesizing a side-effect.
Hugo Herbelin
2016-10-17
*
|
|
Factorizing two instances of load_vernac.
Hugo Herbelin
2016-10-17
*
|
|
Passing chan_beautify functionally rather than by side-effect.
Hugo Herbelin
2016-10-17
*
|
|
Applying Emilio's suggestion to simplify type of eval_expr.
Hugo Herbelin
2016-10-17
*
|
|
More on making the lexer more functional (continuing b8ae2de5 and
Hugo Herbelin
2016-10-17
*
|
|
Removing export of location_table outside of cLexer.
Hugo Herbelin
2016-10-17
*
|
|
Fix bug #5141: Bogus message "Error: Cannot infer type of pattern-matching".
Pierre-Marie Pédrot
2016-10-16
|
|
/
|
/
|
*
|
Merge PR #224 into v8.6
Pierre-Marie Pédrot
2016-10-12
|
\
\
*
|
|
Fixing #5133 (error reporting delayed).
Hugo Herbelin
2016-10-10
|
|
*
A tentative fix for #5102 (bullets parsing broken by calls to parse_entry).
Hugo Herbelin
2016-10-09
*
|
|
Moving Pp.comments to CLexer so that Pp is purer (no more side-effect
Hugo Herbelin
2016-10-09
*
|
|
Attaching all extra imperative components of the lexer/parser state to
Hugo Herbelin
2016-10-09
*
|
|
Fixing beautification to file.
Hugo Herbelin
2016-10-09
*
|
|
Fix bug #5125: Bad error message when attempting to use where with Class.
Pierre-Marie Pédrot
2016-10-07
*
|
|
Remove the -no-compat-notations flag.
Maxime Dénès
2016-10-06
*
|
|
Remove the Set Verbose Compat option and turn the warning on by default.
Maxime Dénès
2016-10-06
*
|
|
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-10-05
|
\
\
\
|
|
|
/
|
|
/
|
*
|
|
Fix a bug of Mltop.declare_cache_object.
Pierre-Marie Pédrot
2016-10-05
*
|
|
Quick fix to #4595 (making notations containing "ltac:" unused for printing).
Hugo Herbelin
2016-10-04
*
|
|
Merge remote-tracking branch 'github/pr/305' into v8.6
Maxime Dénès
2016-10-04
|
\
\
\
|
|
*
|
Fixing #4970 (confusion between special "{" and non special "{{" in notations).
Hugo Herbelin
2016-10-03
*
|
|
|
Fix bug #5069: Scheme Equality gives anomalies in sections.
Pierre-Marie Pédrot
2016-10-02
*
|
|
|
Speed up the Search commands.
Guillaume Melquiond
2016-10-01
|
*
|
|
Add command 'Set foo Append "bar"' for appending to an option (bug #5109).
Guillaume Melquiond
2016-10-01
|
/
/
/
*
|
|
Merge remote-tracking branch 'github/pr/299' into v8.6
Maxime Dénès
2016-09-30
|
\
\
\
*
\
\
\
Merge remote-tracking branch 'github/pr/281' into v8.6
Maxime Dénès
2016-09-30
|
\
\
\
\
*
|
|
|
|
In <= 8.5 compat accept "Arguments f /" even if f has arguments (#5112)
Enrico Tassi
2016-09-30
*
|
|
|
|
Give name to warning added in (fdfcdc): arguments-ignore-rename-nonimpl
Enrico Tassi
2016-09-30
|
|
|
|
*
[pp] Remove duplicate color logger.
Emilio Jesus Gallego Arias
2016-09-30
*
|
|
|
|
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
*
|
|
|
|
Merge branch 'bug4723' into v8.6
Matthieu Sozeau
2016-09-29
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-29
*
|
|
|
|
fix bug 3683 : adds references to the web site for the bug tracker
Yves Bertot
2016-09-29
*
|
|
|
|
Fix bug #5011: Anomaly on [Existing Class].
Pierre-Marie Pédrot
2016-09-29
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Cleanup API, making inference_hook optional
Matthieu Sozeau
2016-09-29
[next]