aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.ml
Commit message (Expand)AuthorAge
...
* Avoid compilation warning... might not be the best fix though.Gravatar Matthieu Sozeau2015-01-17
* Made -print-mod-uid more silent and robust.Gravatar Maxime Dénès2015-01-13
* fixup to vi -> vio renamingGravatar Enrico Tassi2015-01-12
* Update headers.Gravatar Maxime Dénès2015-01-12
* Forbid Require inside interactive modules and module types.Gravatar Maxime Dénès2014-12-25
* Getting rid of Exninfo hacks.Gravatar Pierre-Marie Pédrot2014-12-16
* Fix for #3154: use CUnix.sys_command to call native compiler.Gravatar Maxime Dénès2014-12-16
* When loading libraries, feed back dependencies.Gravatar Carst Tankink2014-10-13
* STM: primitives to snapshot a .vi while in interactive modeGravatar Enrico Tassi2014-10-13
* library/opaqueTables: enable their use in interactive modeGravatar Enrico Tassi2014-10-13
* Removing dead code relative to the XML plugin.Gravatar Pierre-Marie Pédrot2014-09-08
* Feedback: LoadedFile + GoalsGravatar Enrico Tassi2014-07-11
* Checking that a library name is valid before compilation.Gravatar Pierre-Marie Pédrot2014-06-16
* Deprecate options -dont, -lazy, -force-load-proofs.Gravatar Guillaume Melquiond2014-06-13
* Fix native_compute for systems with a limited size for the command line.Gravatar Guillaume Melquiond2014-05-22
* Eliminating a potentially quadratic behaviour in Require, by using mapsGravatar Pierre-Marie Pédrot2014-05-11
* - Fix bug preventing apply from unfolding Fixpoints.Gravatar Matthieu Sozeau2014-05-06
* Adapt universe polymorphic branch to new handling of futures for delayed proofs.Gravatar Matthieu Sozeau2014-05-06
* Native compiler: hide compiled files in a .coq-native subdirectory.Gravatar Maxime Dénès2014-04-29
* STM: make -async-proofs on work from coqc tooGravatar Enrico Tassi2014-03-18
* vi2vo: universes handling finally fixedGravatar Enrico Tassi2014-03-11
* Fix lookup of native files when option -R is missing.Gravatar Guillaume Melquiond2014-03-07
* Library: when compiling multiple files, reset the opaque tablesGravatar Enrico Tassi2014-02-26
* Lazyconstr -> OpaqueproofGravatar Enrico Tassi2014-02-26
* New compilation mode -vi2voGravatar Enrico Tassi2014-02-26
* coqtop: -check-vi-tasks and -schedule-vi-checkingGravatar Enrico Tassi2014-01-05
* .vi files: .vo files without proofsGravatar Enrico Tassi2014-01-04
* Print logical name rather than path (thus allowing reproducible tests).Gravatar xclerc2013-12-02
* Native compiler: library compilation errors are now non fatal.Gravatar mdenes2013-10-28
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Turn many List.assoc into List.assoc_fGravatar letouzey2013-10-24
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* Change in vo format : digest aren't Marshalled anymoreGravatar letouzey2013-08-22
* enhance marshallable option for freeze (minor TODO in safe_typing)Gravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* Revised infrastructure for lazy loading of opaque proofsGravatar letouzey2013-04-02
* Safe_typing+Libary: use some arrays instead of lists in vo structuresGravatar letouzey2013-03-28
* Moved the Loadpath part of Library to its own file, and documentedGravatar ppedrot2013-03-26
* Removing mandatory suffixes for library files.Gravatar ppedrot2013-03-21
* Restrict (try...with...) to avoid catching critical exn (part 8)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 1)Gravatar letouzey2013-03-12
* Reduced the noise level when dynlinking in bytecode mode or whenGravatar mdenes2013-02-24
* Dir_path --> DirPathGravatar letouzey2013-02-19
* use List.rev_map whenever possibleGravatar letouzey2013-02-18
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* v8.4: Granting bug/wish #2976 (turning anomaly on input_value into nice message)Gravatar herbelin2013-02-01