index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
toplevel
/
vernac.ml
Commit message (
Expand
)
Author
Age
*
[nit] Fix a couple incorrect uses of msg_error.
Emilio Jesus Gallego Arias
2017-03-24
*
[pp] Remove special tag type and handler from Pp.
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Make feedback the only logging mechanism.
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Prepare for serialization, remove opaque glue.
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Replace `Pp.Tag` by `Ppstyle.tag` = `string list`
Emilio Jesus Gallego Arias
2017-03-21
*
[safe_string] toplevel/vernac
Emilio Jesus Gallego Arias
2017-03-14
*
[stm] Break stm/toplevel dependency loop.
Emilio Jesus Gallego Arias
2017-02-15
*
[safe-string] Switch to buffer to `Bytes`
Emilio Jesus Gallego Arias
2017-02-14
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-11-18
|
\
|
*
Revert "Merge remote-tracking branch 'github/pr/360' into v8.6"
Maxime Dénès
2016-11-18
|
*
[stm] Remove STM-related vernaculars
Emilio Jesus Gallego Arias
2016-11-17
|
*
Not using style tags when translating/beautifying a file.
Hugo Herbelin
2016-11-05
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-29
|
\
|
|
*
[pp] Add tagging function to all low-level printing calls.
Emilio Jesus Gallego Arias
2016-10-18
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
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
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-12
|
\
|
|
*
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
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-23
|
\
|
|
*
coqc -o now places .glob file near .vo file
Enrico Tassi
2016-09-22
*
|
Merge PR #244.
Pierre-Marie Pédrot
2016-09-08
|
\
\
|
|
/
|
/
|
*
|
Fix #4941 - ~/.coqrc file confusing locations
Maxime Dénès
2016-08-30
*
|
Merge PR #260: "Fix bug 4842 (Time prints in multiple lines)" into v8.6
Pierre-Marie Pédrot
2016-08-24
|
\
\
|
*
|
[pp] Fix bug 4842 (Time prints in multiple lines)
Emilio Jesus Gallego Arias
2016-08-19
|
|
*
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
|
|
*
Unify location handling of error functions.
Emilio Jesus Gallego Arias
2016-08-19
|
|
/
*
/
[pp] Fix newline issues.
Emilio Jesus Gallego Arias
2016-08-19
|
/
*
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-07-07
|
\
|
*
Prevent "Load" from displaying all the intermediate subgoals.
Guillaume Melquiond
2016-07-07
|
*
Do not display goals in -compile-verbose mode (bug #4841).
Guillaume Melquiond
2016-07-07
*
|
rename toplevel/cerror.ml into explainErr.ml (too close to the new lib/cError...
Pierre Letouzey
2016-07-03
*
|
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
|
A new infrastructure for warnings.
Maxime Dénès
2016-06-29
*
|
Merge remote-tracking branch 'github/pr/212' into trunk
Maxime Dénès
2016-06-20
|
\
\
|
*
|
Add file name, line number and beginning of line position to locations.
Maxime Dénès
2016-06-20
*
|
|
Fix bug #4836: Anomaly: Uncaught exception Invalid_argument.
Pierre-Marie Pédrot
2016-06-19
|
/
/
*
|
Protect the beautifier from change in the lexer state (typically by
Hugo Herbelin
2016-06-16
*
|
Merge remote-tracking branch 'origin/pr/166' into trunk
Enrico Tassi
2016-06-14
|
\
\
|
|
*
Revert "Rename Lexer -> CLexer."
Pierre-Marie Pédrot
2016-05-31
[next]