| Commit message (Expand) | Author | Age |
* | Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name | Matthieu Sozeau | 2014-10-11 |
* | Add a boolean to indicate the unfolding state of a primitive projection, | Matthieu Sozeau | 2014-09-27 |
* | Providing a -type-in-type option for collapsing the universe hierarchy. | Hugo Herbelin | 2014-09-13 |
* | Rename eta_expand_ind_stacks, fix the one from the checker and adapt | Matthieu Sozeau | 2014-09-05 |
* | Print [Variant] types with the keyword [Variant]. | Arnaud Spiwack | 2014-09-04 |
* | Change the way primitive projections are declared to the kernel. | Matthieu Sozeau | 2014-08-28 |
* | Restrict eta-conversion to inductive records, fixing bug #3310. | Matthieu Sozeau | 2014-08-14 |
* | Fix eta-conversion code which was failing in nested cases. Fixes bug #3429. | Matthieu Sozeau | 2014-07-29 |
* | Overlooked to remove a change in kernel/closure that made reducing under | Matthieu Sozeau | 2014-07-10 |
* | Fix eta expansion of primitive records (HoTT bug #78), which now fails cleanl... | Matthieu Sozeau | 2014-07-03 |
* | - 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 |
* | Fixing coqchk. It was my fault, I misused canonical and user equalities | Pierre-Marie Pédrot | 2014-04-04 |
* | Small optimizations in Closure: | Pierre-Marie Pédrot | 2014-02-09 |
* | Do not overallocate closures' named environments in infos. Modifying the access | Pierre-Marie Pédrot | 2013-12-15 |
* | Slightly more efficient zip function in Closure. | Pierre-Marie Pédrot | 2013-11-24 |
* | Small allocation improvement in Closure. | Pierre-Marie Pédrot | 2013-11-23 |
* | Using allocation-free version of Array higher-order function in critical | ppedrot | 2013-11-04 |
* | Closure: fix an issue with r16959 spotted by Matthieu | letouzey | 2013-11-02 |
* | Conv_orable made functional and part of pre_env | gareuselesinge | 2013-10-31 |
* | Avoiding useless allocations in Closure. | ppedrot | 2013-10-31 |
* | More monomorphic List.mem + List.assoc + ... | letouzey | 2013-10-24 |
* | Specializing hash functions for widely used types. | ppedrot | 2013-10-24 |
* | Turn many List.assoc into List.assoc_f | letouzey | 2013-10-24 |
* | cList.index is now cList.index_f, same for index0 | letouzey | 2013-10-23 |
* | Get rid of the uses of deprecated OCaml elements (still remaining compatible ... | xclerc | 2013-09-19 |
* | Merging Context and Sign. | ppedrot | 2013-04-29 |
* | Splitting Term into five unrelated interfaces: | ppedrot | 2013-04-29 |
* | Uniformization of the "anomaly" command. | ppedrot | 2013-01-28 |
* | Modulification of name | ppedrot | 2012-12-18 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | Small optimization in Closure: replaced an index list with an array. | ppedrot | 2012-12-08 |
* | Kernel/closure: add eta red_kind | pboutill | 2012-11-28 |
* | Monomorphization (kernel) | ppedrot | 2012-11-22 |
* | More monomorphizations | ppedrot | 2012-11-13 |
* | Monomorphized a lot of equalities over OCaml integers, thanks to | ppedrot | 2012-11-08 |
* | Removed many calls to OCaml generic equality. This was done by | ppedrot | 2012-10-29 |
* | 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 |
* | This patch removes unused "open" (automatically generated from | regisgia | 2012-09-14 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Getting rid of Pp.msgnl and Pp.message. | ppedrot | 2012-06-01 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Esubst: make types of substitutions & lifts private | puech | 2011-08-08 |
* | - Use transparency information all the way through unification and | msozeau | 2011-02-17 |
* | Some dead code removal, thanks to Oug analyzer | letouzey | 2010-09-24 |
* | Added eta-expansion in kernel, type inference and tactic unification, | herbelin | 2010-09-20 |
* | ported r13340 to trunk | barras | 2010-07-28 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Added a few informations about file lineages (for the most part in kernel) | herbelin | 2010-05-09 |