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
*
[toplevel] [vernac] Remove Load hack and check supported scenarios.
Emilio Jesus Gallego Arias
2018-02-28
*
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
*
[toplevel] Make toplevel state into a record.
Emilio Jesus Gallego Arias
2018-02-15
*
[flags] Move global time flag into an attribute.
Emilio Jesus Gallego Arias
2017-12-23
*
Separate vernac controls and regular commands.
Maxime Dénès
2017-12-20
*
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-11-21
*
[stm] Remove VtBack from public classification.
Emilio Jesus Gallego Arias
2017-10-17
*
[stm] [toplevel] Move delicate state initialization to the STM (BZ#5556)
Emilio Jesus Gallego Arias
2017-10-11
*
[stm] Switch to a functional API
Emilio Jesus Gallego Arias
2017-10-06
*
[stm] [flags] Move document mode flags to the STM.
Emilio Jesus Gallego Arias
2017-10-06
*
Merge PR #1106: Fix beautifier
Maxime Dénès
2017-10-05
|
\
|
*
Remove catch-all try with in the beautifier.
Théo Zimmermann
2017-09-27
|
*
Beautifier gets its own formatter: fixes BZ#5704.
Théo Zimmermann
2017-09-27
*
|
[stm] Warn about costly Undo operations in batch mode [BZ#5677]
Emilio Jesus Gallego Arias
2017-09-27
|
/
*
Merge PR #1055: Remove STM vernaculars
Maxime Dénès
2017-09-22
|
\
*
|
[flags] Flag `open Flags`
Emilio Jesus Gallego Arias
2017-09-20
|
*
Remove STM vernaculars.
Maxime Dénès
2017-09-19
|
/
*
Using an algebraic type for distinguishing toplevel input from location in file.
Hugo Herbelin
2017-09-14
*
[flags] Remove XML output flag.
Emilio Jesus Gallego Arias
2017-08-01
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
"There are pending proofs" error message now lists the name of the proofs.
Théo Zimmermann
2017-06-16
*
Merge PR#758: [toplevel] Print error header on fatal batch error.
Maxime Dénès
2017-06-14
|
\
*
|
[proof] Deprecate redundant wrappers.
Emilio Jesus Gallego Arias
2017-06-11
|
*
[toplevel] Print error header on fatal batch error.
Emilio Jesus Gallego Arias
2017-06-10
|
/
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
Merge PR#644: [toplevel] [stm] Avoid edit_at in batch mode (bug #5520)
Maxime Dénès
2017-05-20
|
|
\
|
*
\
Merge PR#640: [toplevel] Restore 8.6 goal printing behavior.
Maxime Dénès
2017-05-20
|
|
\
\
|
|
|
*
[toplevel] [stm] Avoid edit_at in batch mode (bug #5520)
Emilio Jesus Gallego Arias
2017-05-18
|
|
|
/
|
|
/
|
|
|
*
[toplevel] Restore 8.6 goal printing behavior.
Emilio Jesus Gallego Arias
2017-05-17
|
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-05-17
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
[toplevel] Fix a couple of logical errors in error printing.
Emilio Jesus Gallego Arias
2017-05-05
|
|
*
Fix bug #3659: -time should understand multibyte encodings.
Pierre-Marie Pédrot
2017-05-05
|
*
|
Remove some unused values and types
Gaetan Gilbert
2017-04-27
|
*
|
Fix omitted labels in function calls
Gaetan Gilbert
2017-04-27
|
*
|
[toplevel] Remove unused parameter from `Vernac.process_expr`.
Emilio Jesus Gallego Arias
2017-04-25
|
*
|
[toplevel] Use exception information for error printing.
Emilio Jesus Gallego Arias
2017-04-25
*
|
|
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-04-25
*
|
|
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-04-25
|
*
|
[toplevel] Don't check proofs in -quick mode.
Emilio Jesus Gallego Arias
2017-04-24
|
*
|
[toplevel] Don't mask critical exceptions in vernac interpretation.
Emilio Jesus Gallego Arias
2017-04-24
|
/
/
*
|
Merge PR#579: [flags] Deprecate is_silent/is_verbose in favor of single flag.
Maxime Dénès
2017-04-24
|
\
\
|
*
|
[flags] Deprecate is_silent/is_verbose in favor of single flag.
Emilio Jesus Gallego Arias
2017-04-21
*
|
|
[toplevel] Fix printing of parsing errors + corner case.
Emilio Jesus Gallego Arias
2017-04-19
|
/
/
*
|
[toplevel] Don't print goals if there is no pending proof.
Emilio Jesus Gallego Arias
2017-04-13
*
|
[stm] Port the toplevel to the STM.
Emilio Jesus Gallego Arias
2017-04-12
*
|
[stm] remove process_error_hook
Emilio Jesus Gallego Arias
2017-04-07
*
|
[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
[next]