aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15Checker: get rid of code handling section variablesletouzey
2013-04-15Checker: empty sections hardcoded in cb and mindletouzey
2013-04-15Checker: reified encoding of .vo types in values.mlletouzey
2013-04-15Checker: regroup all vo-related types in cic.mliletouzey
2013-04-15anew_instance should not consume the locality twicegareuselesinge
2013-04-15More functional implementation of locality_flag and program_modegareuselesinge
2013-04-11Backport r16394 from 8.4:msozeau
2013-04-10Equality: avoid some unprotected List.nth (fix #2837)letouzey
2013-04-09Added a module of immutable arrays. Not as full as CArray, but shouldppedrot
2013-04-08Enrich test-suite with a test for #3022.ppedrot
2013-04-05Allow catching of WrongAbstractionType, fixing a regression from 8.4msozeau
2013-04-04Small doc fix : module subtyping cannot force access of opaquesletouzey
2013-04-03Removing two Pervasives.compare from Term.ppedrot
2013-04-03Fix for bug #3017: wrong handling of the unresolvability statusmsozeau
2013-04-02Revised infrastructure for lazy loading of opaque proofsletouzey
2013-04-02Mod_subst.force: avoid using join when only one substletouzey
2013-04-02Minor cleanup concerning Mod_subst.MBImapletouzey
2013-04-02Exporting the SearchAbout filter.ppedrot
2013-03-30Continuation of r16346 on filtering local definitions. Refinedherbelin
2013-03-28Safe_typing+Libary: use some arrays instead of lists in vo structuresletouzey
2013-03-28Safe_library : a record type for compiled_library instead of large tupleletouzey
2013-03-26Synchronizing loadpath with the backtrack mechanism.ppedrot
2013-03-26Moved the Loadpath part of Library to its own file, and documentedppedrot
2013-03-25Typo in refman (fix #2962)letouzey
2013-03-25Enrich test-suite with a test for #2928letouzey
2013-03-25Enrich test-suite with a test for #2734letouzey
2013-03-25Native compiler: hash-consing of generated code and values.mdenes
2013-03-25Add the test-case of bug 2750 in the test-suiteletouzey
2013-03-25Native compiler: timing info for reification in debug mode.mdenes
2013-03-25Native compiler: Inlined constants are now compiled, fixing a bug reported bymdenes
2013-03-25Normalized type for Vector.map2pboutill
2013-03-25Fix bug #2989: make unification.ml able to deal with canonical structure in a...pboutill
2013-03-25cbn can be called by Evalpboutill
2013-03-25 Comments in mlipboutill
2013-03-23Minor code cleaning in CArray / CList.ppedrot
2013-03-22NMake*: avoid some warning about Let outside sectionsletouzey
2013-03-22Fix bug# 2994, 2971 about better error messages.msozeau
2013-03-21Fixing unfolding of local definitions during unification that appearedherbelin
2013-03-21Cosmetic code contraction in evarsolve.ml + test sur unification avec let-in.herbelin
2013-03-21Robust display of NotConvertibleTypeField errors (fix #3008, #2995)letouzey
2013-03-21Firstorder: record with defined field aren't conjonctions (fix #2629)letouzey
2013-03-21Using hnf instead of "intro H" for forcing reduction to a product.herbelin
2013-03-21Fixing an old pecularity of "red": head betaiota redexes are nowherbelin
2013-03-21Typo dans message d'erreur (obligations).herbelin
2013-03-21Add type information in error message when a constructor is not fullyherbelin
2013-03-21Check unexpected "Local" keyword in cmd before opening a proof (fix #2975)letouzey
2013-03-21Removing mandatory suffixes for library files.ppedrot
2013-03-21Printmod: handle more examples thanks to better nametab useletouzey
2013-03-21Printmod: fresh fake namespaces for non-visible modules (fix #2668, #2983)letouzey
2013-03-20Check a list length before doing a List.chop (fix #3000)letouzey