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
*
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
*
admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032)
Enrico Tassi
2015-03-11
*
Fixing 934761875 about optimizing Import of several libraries at once (thanks...
Hugo Herbelin
2015-02-23
*
Windows: open .vo files in binary mode
Enrico Tassi
2015-02-05
*
Optimized Import/Export the same way as Require Import/Export was
Hugo Herbelin
2015-02-04
*
Removing dead code.
Pierre-Marie Pédrot
2015-02-02
*
Remove dead code.
Maxime Dénès
2015-01-17
*
Partially revert "Forbid Require inside interactive modules and module types."
Maxime Dénès
2015-01-17
*
Avoid compilation warning... might not be the best fix though.
Matthieu Sozeau
2015-01-17
*
Made -print-mod-uid more silent and robust.
Maxime Dénès
2015-01-13
*
fixup to vi -> vio renaming
Enrico Tassi
2015-01-12
*
Update headers.
Maxime Dénès
2015-01-12
*
Forbid Require inside interactive modules and module types.
Maxime Dénès
2014-12-25
*
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-16
*
Fix for #3154: use CUnix.sys_command to call native compiler.
Maxime Dénès
2014-12-16
*
When loading libraries, feed back dependencies.
Carst Tankink
2014-10-13
*
STM: primitives to snapshot a .vi while in interactive mode
Enrico Tassi
2014-10-13
*
library/opaqueTables: enable their use in interactive mode
Enrico Tassi
2014-10-13
*
Removing dead code relative to the XML plugin.
Pierre-Marie Pédrot
2014-09-08
*
Feedback: LoadedFile + Goals
Enrico Tassi
2014-07-11
*
Checking that a library name is valid before compilation.
Pierre-Marie Pédrot
2014-06-16
*
Deprecate options -dont, -lazy, -force-load-proofs.
Guillaume Melquiond
2014-06-13
*
Fix native_compute for systems with a limited size for the command line.
Guillaume Melquiond
2014-05-22
*
Eliminating a potentially quadratic behaviour in Require, by using maps
Pierre-Marie Pédrot
2014-05-11
[next]