index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cArray.ml
Age
Commit message (
Expand
)
Author
2014-03-20
Slightly more efficient Array.smartmap & related.
Pierre-Marie Pédrot
2014-03-02
Set officially the minimal OCaml requirement to 3.12.1
Pierre Letouzey
2014-02-10
Tentative fixup for the previous commit. It seems I have broken something
Pierre-Marie Pédrot
2014-02-09
Small optimizations in Closure:
Pierre-Marie Pédrot
2013-11-04
Adding closure-preventing functions in CArray. These functions are all
ppedrot
2013-10-23
Small optimizations in unification.
ppedrot
2013-10-22
More efficient operations in CArray.
ppedrot
2013-09-19
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-03-23
Minor code cleaning in CArray / CList.
ppedrot
2013-03-05
Missing primitive in CArray
ppedrot
2012-12-19
Array.create is deprecated
pboutill
2012-11-13
More monomorphizations
ppedrot
2012-11-08
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-09-18
More cleaning in CArray...
ppedrot
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot