| Commit message (Expand) | Author | Age |
* | Collecting List.smart_* functions into a module List.Smart. | Hugo Herbelin | 2018-05-23 |
* | [api] Deprecate a couple of aliases that we missed. | Emilio Jesus Gallego Arias | 2018-03-28 |
* | Update headers following #6543. | Théo Zimmermann | 2018-02-27 |
* | Fixing the checker w.r.t. wrongly used abstract universe contexts. | Pierre-Marie Pédrot | 2017-07-19 |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | use map_constr more efficiently | Amin Timany | 2017-06-16 |
* | Use a smart map_constr | Amin Timany | 2017-06-16 |
* | Correct coqchk reduction | Amin Timany | 2017-06-16 |
* | Drop '.' from CErrors.anomaly, insert it in args | Jason Gross | 2017-06-02 |
* | [cleanup] Unify all calls to the error function. | Emilio Jesus Gallego Arias | 2017-05-27 |
* | More consistent writing of de Bruijn. | Théo Zimmermann | 2017-05-01 |
* | errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod... | Pierre Letouzey | 2016-07-03 |
* | CLEANUP: Simplifying the changes done in "checker/*" | Matej Kosik | 2016-02-15 |
* | CLEANUP: Context.{Rel,Named}.Declaration.t | Matej Kosik | 2016-02-09 |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Checker: Fix bug #4282 | Matthieu Sozeau | 2015-07-07 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Fix checker to handle projections with eta and universe polymorphism correctly. | Matthieu Sozeau | 2014-09-06 |
* | Remove unused substitution functions in checker. | Matthieu Sozeau | 2014-09-05 |
* | Fix checker treatment of inductives using subst_instances instead of subst_un... | Matthieu Sozeau | 2014-09-05 |
* | Cleanup substitution inside universe instances, only done through subst_fn now, | Matthieu Sozeau | 2014-07-21 |
* | Removing 'open Univ' from checker. | Pierre-Marie Pédrot | 2014-06-07 |
* | - Force every universe level to be >= Prop, so one cannot "go under" it anymore. | Matthieu Sozeau | 2014-06-04 |
* | Adapt the checker to polymorphic universes and projections (untested). | Matthieu Sozeau | 2014-05-08 |
* | - Rename eq to equal in Univ, document new modules, set interfaces. | Matthieu Sozeau | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | More monomorphic List.mem + List.assoc + ... | letouzey | 2013-10-24 |
* | Checker: get rid of code handling section variables | letouzey | 2013-04-15 |
* | Checker: empty sections hardcoded in cb and mind | letouzey | 2013-04-15 |
* | Checker: reified encoding of .vo types in values.ml | letouzey | 2013-04-15 |
* | Checker: regroup all vo-related types in cic.mli | letouzey | 2013-04-15 |
* | More monomorphization. | ppedrot | 2013-03-05 |
* | Checker: re-sync vo structures after Maxime's commit 16136 | letouzey | 2013-02-12 |
* | Uniformization of the "anomaly" command. | ppedrot | 2013-01-28 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | still some more dead code removal | letouzey | 2012-10-06 |
* | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot | 2012-09-14 |
* | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot | 2012-09-14 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Esubst: make types of substitutions & lifts private | puech | 2011-08-08 |
* | Checker: remove some dead code | letouzey | 2010-09-24 |
* | adpated the checker to handle coomutative cuts and lazyness | barras | 2010-07-30 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | After the approval of Bruno, here the patch for the checker. | soubiran | 2010-04-29 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | fixed confusion between number of cstr arguments and number of pattern variab... | barras | 2010-03-12 |
* | added validation of delta_resolver (which seem to have an impact on typing) | barras | 2010-02-19 |
* | This big commit addresses two problems: | soubiran | 2009-10-21 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |