index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
library
/
library.ml
Commit message (
Expand
)
Author
Age
*
[stm] [flags] Move document mode flags to the STM.
Emilio Jesus Gallego Arias
2017-10-06
*
Removing now useless former fix to #3333 (check valid module names).
Hugo Herbelin
2017-09-12
*
[flags] Remove XML output flag.
Emilio Jesus Gallego Arias
2017-08-01
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
[lib] Remove obsolete state-management function add_frozen_state
Emilio Jesus Gallego Arias
2017-06-12
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-04-25
*
Merge PR #244.
Pierre-Marie Pédrot
2016-09-08
|
\
*
|
Emit a warning on Require inside a module.
Maxime Dénès
2016-08-30
*
|
Send Dependency feedback only if file not already loaded.
Maxime Dénès
2016-08-29
*
|
Fix bug #4750: Change format of inconsistent assumptions message.
Pierre-Marie Pédrot
2016-08-28
|
*
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
|
*
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-08-19
|
*
Unify location handling of error functions.
Emilio Jesus Gallego Arias
2016-08-19
|
/
*
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 'origin/pr/166' into trunk
Enrico Tassi
2016-06-14
|
\
*
\
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-06-09
|
\
\
|
*
|
Fix incorrect checking of library checksums.
Maxime Dénès
2016-06-05
*
|
|
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
|
|
*
coqc: support -o option to specify output file name
Enrico Tassi
2016-05-19
|
|
/
|
/
|
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-05
|
\
|
|
*
Fix #4607: do not read native code files if native compiler was disabled.
Maxime Dénès
2016-03-04
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
|
*
Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.
Maxime Dénès
2016-01-15
*
|
Remove Library.mem, which is pointless since 8.5.
Guillaume Melquiond
2015-12-31
*
|
Avoid a pointless conversion/copy.
Guillaume Melquiond
2015-12-22
*
|
Do not compose "str" and "to_string" whenever possible.
Guillaume Melquiond
2015-12-22
*
|
Move the From logic to Loadpath.expand_path.
Guillaume Melquiond
2015-12-22
*
|
Do not query module files that have already been loaded.
Guillaume Melquiond
2015-12-22
|
/
*
Fix dumb typo.
Guillaume Melquiond
2015-09-29
*
Make the interface of System.raw_extern_intern much saner.
Guillaume Melquiond
2015-09-29
*
Prevent States.intern_state and System.extern_intern from looking up files in...
Guillaume Melquiond
2015-09-29
*
Remove some uses of Loadpath.get_paths.
Guillaume Melquiond
2015-09-29
*
Make -load-vernac-object respect the loadpath.
Guillaume Melquiond
2015-09-28
*
The -require option now accepts a logical path instead of a physical one.
Pierre-Marie Pédrot
2015-09-25
*
The -compile option now accepts ".v" files and outputs a warning otherwise.
Pierre-Marie Pédrot
2015-09-25
*
Add an if_verbose for "Fetching opaque proofs ..."
mlasson
2015-09-03
*
Improve semantics of -native-compiler flag.
Maxime Dénès
2015-07-09
*
On-demand Require.
Pierre-Marie Pédrot
2015-06-24
*
Splitting the library representation on disk in two.
Pierre-Marie Pédrot
2015-06-24
*
Disable precompilation for native_compute by default.
Guillaume Melquiond
2015-05-14
*
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-04-23
*
Extra fix to 934761875 and f4ee7ee31e4 on optimizing Import of several
Hugo Herbelin
2015-04-17
*
From X Require Y looks for X with absolute path, disregarding -R.
Pierre-Marie Pédrot
2015-04-01
*
Removing a probably incorrect on-the-fly require in a tactic.
Pierre-Marie Pédrot
2015-04-01
*
Dedicated type for on-demand objects in Library.
Pierre-Marie Pédrot
2015-03-23
*
Removing the whole library content from the summary.
Pierre-Marie Pédrot
2015-03-16
*
More invariants in Library.
Pierre-Marie Pédrot
2015-03-16
[next]