index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
coqtop.ml
Age
Commit message (
Expand
)
Author
2021-02-25
Merge PR #13863: Get rid of the compilation date from the binaries to make th...
coqbot-app[bot]
2021-02-19
Merge PR #13865: [coqtop] be verbose only in interactive mode
coqbot-app[bot]
2021-02-16
[coqtop] be verbose only in interactive mode
Enrico Tassi
2021-02-16
Get rid of the compilation date from the binaries to make them more stable.
Guillaume Melquiond
2021-02-04
Remove deprecated -inputstate command line argument
Gaëtan Gilbert
2021-01-27
[coqtop] handle -print-module-uid after initialization
Enrico Tassi
2021-01-27
[sysinit] move initialization code from coqtop to here
Enrico Tassi
2021-01-27
[sysinit] new component for system initialization
Enrico Tassi
2020-11-16
[gc] Set GC policy as best-fit in OCaml >= 4.10.0
Emilio Jesus Gallego Arias
2020-07-11
Merge PR #12635: Correct comment and clarify constant
Pierre-Marie Pédrot
2020-07-02
Correct comment and clarify constant
Jim Fehrle
2020-07-01
[state] Consolidate state handling in Vernacstate
Emilio Jesus Gallego Arias
2020-05-12
Interleave commandline require/set/unset commands
Lasse Blaauwbroek
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-01
Merge PR #11306: Centralize the flag handling native compilation.
Maxime Dénès
2020-03-21
Reorder the load/require cmd-options and set/unset cmd-options
Lasse Blaauwbroek
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-04
[boot] Don't initialize coqlib when `-boot` is passed.
Emilio Jesus Gallego Arias
2020-03-03
[loadpath] Rework and simplify ML loadpath handling
Emilio Jesus Gallego Arias
2020-02-26
[native compiler] Allow to set OCaml include dirs for compilation
Emilio Jesus Gallego Arias
2020-02-26
[native compiler] Allow to set the output directory for cmx objects
Emilio Jesus Gallego Arias
2019-12-22
Centralize the flag handling native compilation.
Pierre-Marie Pédrot
2019-12-09
Fixes #11254 (not requiring coqlib to be set to report about coqtop version).
Hugo Herbelin
2019-11-01
a tentative patch to allow interactive session to load .vos files; (recall th...
charguer
2019-09-04
Merge PR #10612: Fix feedback levels
Emilio Jesus Gallego Arias
2019-08-30
[library] Move library to vernac
Emilio Jesus Gallego Arias
2019-08-29
Fix a few wrong uses of `msg_notice`
Maxime Dénès
2019-07-08
Usage: bypassing a useless detour via a reference.
Hugo Herbelin
2019-07-08
An even more uniform treatment of the -help option across executables.
Hugo Herbelin
2019-07-08
Removing -filterops "hack" from coqtop.
Hugo Herbelin
2019-07-08
Some common points between coqc and other coq binaries.
Hugo Herbelin
2019-07-08
Passing command-line option async_proofs_worker_priority functionally.
Hugo Herbelin
2019-07-08
An attempt to reorganize further coqtop initialization into semantic units.
Hugo Herbelin
2019-07-08
Adding methods help and parse_extra to custom toplevels data.
Hugo Herbelin
2019-07-08
Function print_memory_stat: getting rid of a mutable.
Hugo Herbelin
2019-07-08
A classification of command line options.
Hugo Herbelin
2019-07-08
Toplevel: structuring init_toplevel.
Hugo Herbelin
2019-06-18
[errors] remove "is_handled" logic, turn unhandled into anomalies
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-21
[loadpath] Make loadpath handling self-contained and move to vernac
Emilio Jesus Gallego Arias
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-04-30
Merge PR #10019: Update behavior of -emacs to support showing diffs in ProofG...
Emilio Jesus Gallego Arias
2019-04-29
[toplevel] Only print welcome header in standard coqtop.
Emilio Jesus Gallego Arias
2019-04-28
Update behavior of -emacs to support showing diffs in ProofGeneral (master br...
Jim Fehrle
2019-04-16
Command-line setters for options
Gaëtan Gilbert
2019-03-20
Merge PR #8669: Show diffs in some error messages
Emilio Jesus Gallego Arias
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-28
Show diffs in error messages if color is enabled
Jim Fehrle
2019-02-26
Initialize styles so textual markers are used when color is not enabled
Jim Fehrle
[next]