aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/check.ml
Commit message (Expand)AuthorAge
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-02
|\
* | Make the user_err header an optional parameter.Gravatar Emilio Jesus Gallego Arias2016-08-19
* | Remove errorlabstrm in favor of user_errGravatar Emilio Jesus Gallego Arias2016-08-19
| * [checker] Fix/fine tune printing.Gravatar Emilio Jesus Gallego Arias2016-08-18
|/
* errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-09
|\
| * Fix incorrect checking of library checksums.Gravatar Maxime Dénès2016-06-05
* | Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
|/
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Checker was forgetting to register global universes introduced by opaqueGravatar Matthieu Sozeau2015-11-04
* Make the interface of System.raw_extern_intern much saner.Gravatar Guillaume Melquiond2015-09-29
* On-demand Require.Gravatar Pierre-Marie Pédrot2015-06-24
* Splitting the library representation on disk in two.Gravatar Pierre-Marie Pédrot2015-06-24
* Windows: open .vo files in binary modeGravatar Enrico Tassi2015-02-05
* Update headers.Gravatar Maxime Dénès2015-01-12
* rename: vi -> vioGravatar Enrico Tassi2015-01-06
* Fix sigsegv in checkerGravatar Enrico Tassi2014-12-19
* vi2vo: universes handling finally fixedGravatar Enrico Tassi2014-03-11
* checker and votour ported to new vo format (after -vi2vo)Gravatar Enrico Tassi2014-02-26
* .vi files: .vo files without proofsGravatar Enrico Tassi2014-01-04
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Change in vo format : digest aren't Marshalled anymoreGravatar letouzey2013-08-22
* Uniformizing the [if_warn] flag used for warning printing and putGravatar ppedrot2013-05-08
* Checker: vo validation is now done in check.ml (and always)Gravatar letouzey2013-04-15
* Checker: reified encoding of .vo types in values.mlGravatar letouzey2013-04-15
* Checker: regroup all vo-related types in cic.mliGravatar letouzey2013-04-15
* 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
* Removing mandatory suffixes for library files.Gravatar ppedrot2013-03-21
* Restrict (try...with...) to avoid catching critical exn (part 1)Gravatar letouzey2013-03-12
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* Fixing coqchk compilation after commit r16183Gravatar ppedrot2013-02-03
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Modulification of identifierGravatar ppedrot2012-12-14
* Cleaning and small optimization in CList.Gravatar ppedrot2012-11-20
* Cleaning interface of Util.Gravatar ppedrot2012-09-18
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Getting rid of Pp.msgnl and Pp.message.Gravatar ppedrot2012-06-01
* Getting rid of Pp.msgGravatar ppedrot2012-05-30
* lib directory is cut in 2 cma.Gravatar pboutill2012-04-12
* Noise for nothingGravatar pboutill2012-03-02
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* Fix function applications without labels (OCaml warning 6)Gravatar glondu2010-09-28
* Checker: remove some dead codeGravatar letouzey2010-09-24
* * lib/Flags: Replace dont_load_proofs by load_proofs since not loadingGravatar regisgia2010-08-27
* * Improve documentation of LightenLibrary.Gravatar regisgia2010-08-27
* * (checker|kernel)/Safe_typing: New LightenLibrary.Gravatar regisgia2010-08-27