aboutsummaryrefslogtreecommitdiff
path: root/lib/hashset.ml
AgeCommit message (Expand)Author
2017-12-23[lib] Split auxiliary libraries into Coq-specific and general.Emilio Jesus Gallego Arias
2017-07-05use Int.equal instead of polymorphic =Paul Steckler
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2016-03-30Merge branch 'v8.5'Pierre-Marie Pédrot
2016-03-22A patch renaming equal into eq in the module dealing withHugo Herbelin
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2016-01-02Avoid warnings about loop indices.Guillaume Melquiond
2015-08-02Reverting 16 last commits, committed mistakenly using the wrong push command.Hugo Herbelin
2015-08-02A patch renaming equal into eq in the module dealing withHugo Herbelin
2015-02-11Adding a statistic function on hashconsing tables.Pierre-Marie Pédrot
2015-01-12Update headers.Maxime Dénès
2014-07-31Removing the call to Weak.get_copy in hashsets.Pierre-Marie Pédrot
2014-04-28Adding a field ci_cstr_nargs to case_info and mind_consnrealargs toHugo Herbelin
2013-11-24Tweaking arity & allocation of some basic functions.Pierre-Marie Pédrot
2013-09-19Get rid of the uses of deprecated OCaml elements (still remaining compatible ...xclerc
2012-10-29Removed many calls to OCaml generic equality. This was done byppedrot
2012-10-17Using weak tables instead of plain hash tables while hashconsing.ppedrot
2012-09-26Reusing the Hashset data structure in Hashcons. Hopefully, this shouldppedrot
2012-09-26Cleaning, renaming obscure functions and documenting in Hashcons.ppedrot