aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel
Commit message (Expand)AuthorAge
* Reduced the noise level when dynlinking in bytecode mode or whenGravatar mdenes2013-02-24
* Names: con_modpath and con_label access back the user kn partGravatar letouzey2013-02-21
* avoid (Int.equal (cmp ...) 0) when a boolean equality existsGravatar letouzey2013-02-19
* Dir_path --> DirPathGravatar letouzey2013-02-19
* module_path --> ModPath.t, kernel_name --> KerName.tGravatar letouzey2013-02-19
* Mod_subst: an extra assertGravatar letouzey2013-02-19
* Names: revised representation of constants and mutual_inductiveGravatar letouzey2013-02-19
* Mod_subst: improve sharing during kn substitutionsGravatar letouzey2013-02-18
* use List.rev_map whenever possibleGravatar letouzey2013-02-18
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* Fixing bug in native compiler with let patterns in fixpoint definitions.Gravatar mdenes2013-02-11
* Actually adding backtrace handling.Gravatar ppedrot2013-01-28
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* native_compute: Fixed dependencies compilation order.Gravatar mdenes2013-01-28
* Slightly improving some debugging printing and error message for modules.Gravatar herbelin2013-01-27
* Native compiler: warnings were not turned off for OCaml 3.11Gravatar mdenes2013-01-24
* New implementation of the conversion test, using normalization by evaluation toGravatar mdenes2013-01-22
* * Kernel/Terms:Gravatar regisgia2013-01-06
* Array.create is deprecatedGravatar pboutill2012-12-19
* Modulification of nameGravatar ppedrot2012-12-18
* Modulification of mod_bound_idGravatar ppedrot2012-12-18
* Modulification of LabelGravatar ppedrot2012-12-18
* Fixing ocalmdoc commentGravatar ppedrot2012-12-14
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Modulification of identifierGravatar ppedrot2012-12-14
* Moving hcons_string to String namespace.Gravatar ppedrot2012-12-14
* Renamed Option.Misc.compare to the more uniform Option.equal.Gravatar ppedrot2012-12-13
* * Implementing the "union by rank" optimisation in univ.mlGravatar pboutill2012-12-10
* Small optimization in Closure: replaced an index list with an array.Gravatar ppedrot2012-12-08
* Fixing a comment.Gravatar herbelin2012-12-04
* Kernel/closure: add eta red_kindGravatar pboutill2012-11-28
* Removed some FIXME related to equality on universes.Gravatar ppedrot2012-11-26
* Small cleaning of interface in UnivGravatar ppedrot2012-11-26
* More equality functionsGravatar ppedrot2012-11-25
* Monomorphization (kernel)Gravatar ppedrot2012-11-22
* More monomorphizationsGravatar ppedrot2012-11-13
* Monomorphized a lot of equalities over OCaml integers, thanks toGravatar ppedrot2012-11-08
* Removing another bunch of generic equalitiesGravatar ppedrot2012-11-08
* Removed many calls to OCaml generic equality. This was done byGravatar ppedrot2012-10-29
* Moved Entries module back to kernelGravatar ppedrot2012-10-26
* Cleared a purely declarative .ml file and moved its interface to intf/Gravatar ppedrot2012-10-23
* univ inconsistency error message gives evidence of a cycleGravatar barras2012-10-17
* Remove some dead code in the vmGravatar letouzey2012-10-02
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* Default hashconsing of identifiers.Gravatar ppedrot2012-09-27
* Reusing the Hashset data structure in Hashcons. Hopefully, this shouldGravatar ppedrot2012-09-26
* Incorrect commentGravatar msozeau2012-09-26
* Cleaning, renaming obscure functions and documenting in Hashcons.Gravatar ppedrot2012-09-26
* Fixing ocamldoc errorsGravatar ppedrot2012-09-25
* More cleanup of Util: utf8 aspects moved to a new file unicode.mlGravatar letouzey2012-09-18