| Commit message (Expand) | Author | Age |
* | deprecate Pp.std_ppcmds type alias | Matej Košík | 2017-07-27 |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | A few typos. | Hugo Herbelin | 2017-06-04 |
* | Creating a module Nameops.Name extending module Names.Name. | Hugo Herbelin | 2017-05-31 |
* | Revised behavior on ill-formed identifiers. | Hugo Herbelin | 2017-05-20 |
* | [safe_string] library/nameops | Emilio Jesus Gallego Arias | 2017-03-14 |
* | COMMENT: Names.Cmap and Names.Cmap_env | Matej Kosik | 2016-10-26 |
* | Changing the definition of the "Lib.variable.info" type to enable us to do mo... | Matej Kosik | 2016-08-24 |
* | Adding a bit of documentation in the mli. | Pierre-Marie Pédrot | 2016-06-09 |
* | Checker: avoid using obsolete names from Names | Pierre Letouzey | 2016-05-31 |
* | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-03-30 |
|\ |
|
| * | Adding eq/compare/hash for syntactic view at | Hugo Herbelin | 2016-03-22 |
| * | Hashconsing modules. | Pierre-Marie Pédrot | 2016-03-10 |
* | | ADD: Names.Name.is_{anonymous,name} | Matej Kosik | 2016-02-18 |
* | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-01-21 |
|\| |
|
| * | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | | COMMENTS: added to the "Names.inductive" and "Names.constructor" types. | Matej Kosik | 2016-01-11 |
* | | Merge remote-tracking branch 'origin/v8.5' into trunk | Guillaume Melquiond | 2016-01-06 |
|\| |
|
| * | Protect code against changes in Map interface. | Maxime Dénès | 2016-01-06 |
* | | COMMENTS: added to the "Names" module. | Matej Kosik | 2015-12-18 |
* | | Hashconsing modules. | Pierre-Marie Pédrot | 2015-11-15 |
* | | Better debug printers for module paths. | Maxime Dénès | 2015-09-20 |
| * | Reverting 16 last commits, committed mistakenly using the wrong push command. | Hugo Herbelin | 2015-08-02 |
| * | Adding eq/compare/hash for syntactic view at | Hugo Herbelin | 2015-08-02 |
|/ |
|
* | Display functions for primitive projections. | Maxime Dénès | 2015-07-02 |
* | Fixing bug #4190. | Pierre-Marie Pédrot | 2015-04-16 |
* | Correct restriction of vm_compute when handling universe polymorphic | Matthieu Sozeau | 2015-01-15 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Fix (actually, properly implement :) hashconsing of projections, | Matthieu Sozeau | 2014-12-17 |
* | Add a boolean to indicate the unfolding state of a primitive projection, | Matthieu Sozeau | 2014-09-27 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Missing equalities in Names-like structures. | Pierre-Marie Pédrot | 2014-03-20 |
* | Using HMaps in global references. | Pierre-Marie Pédrot | 2014-03-08 |
* | Also use HMaps in KNmap. | Pierre-Marie Pédrot | 2014-03-08 |
* | Using Hashmaps by default in constant and inductive maps. This changes fold and | Pierre-Marie Pédrot | 2014-03-07 |
* | Inductive maps in Environ now use HMap. | Pierre-Marie Pédrot | 2014-03-06 |
* | Lazily computed hash in KerName.t. | Pierre-Marie Pédrot | 2014-03-05 |
* | Fixing generic hashes and replacing them with proper ones. | Pierre-Marie Pédrot | 2014-03-03 |
* | Allocation-friendly mapping functions in Nametab. | Pierre-Marie Pédrot | 2014-02-03 |
* | More monomorphic List.mem + List.assoc + ... | letouzey | 2013-10-24 |
* | Specializing hash functions for widely used types. | ppedrot | 2013-10-24 |
* | cList: a few alternative to hashtbl-based uniquize, distinct, subset | letouzey | 2013-10-23 |
* | Added a more efficient way to recover the domain of a map. | ppedrot | 2013-08-25 |
* | Declarations.mli: reorganization of modular structures | letouzey | 2013-08-20 |
* | Small fixes due to the arrival of OCaml 3.12. | ppedrot | 2013-08-03 |
* | Replacing Id.check with Id.is_valid, as its sole use was under | ppedrot | 2013-05-14 |
* | Removing Gmap from Extraction plugin | ppedrot | 2013-05-12 |
* | Minor cleanup concerning Mod_subst.MBImap | letouzey | 2013-04-02 |
* | Restrict (try...with...) to avoid catching critical exn (part 1) | letouzey | 2013-03-12 |
* | Names: shortcuts for building {kn, constant, mind} with empty sections | letouzey | 2013-02-26 |