summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update headers for the new license.Damien Doligez2016-02-18108-1302/+1518
* clean up whitespace and cut long linesDamien Doligez2016-02-174-5/+10
* Build stdlib, etc. with -O3 in Flambda modeMark Shinwell2016-02-111-2/+7
* slightly improved wording in array.mlichrismamo12016-02-101-1/+1
* organized the documentation in array.mli so that it now more closely resemble...chrismamo12016-02-101-27/+40
* fixed exception handling in array.ml to conform to conventionschrismamo12016-02-101-2/+2
* corrected a typo in the interface for Array.iter2chrismamo12016-02-101-1/+1
* corrected a typo where I accidentally defined 'Array.iter2' with the name 'Ar...chrismamo12016-02-101-1/+1
* added an Array.iter2 function to the standard library in order to bring the A...chrismamo12016-02-102-1/+11
* added an Array.map2 function to the standard library in order to bring the Ar...chrismamo12016-02-102-0/+19
* Protect install paths against spaces (on Windows)Christophe Troestler2016-02-103-16/+16
* doc: fix typo in 5ec086870f9ce002dab4315e140e3f63f1f6a4bfDamien Doligez2016-02-051-1/+1
* Typos - ephemeronsFourchaux2016-02-052-23/+23
* better wording of documentation for Scanf.unescapedDamien Doligez2016-02-031-3/+3
* remove ocamlbuild-specific filesGabriel Scherer2016-02-011-49/+0
* modify documentation of Stack.foldSimon Cruanes2016-01-291-3/+3
* add `Stack.fold` (issue 0003622)Simon Cruanes2016-01-292-0/+8
* [Ephemeron] Advise to use {!filter_map_inplace}François Bobot2016-01-251-0/+7
* Add a test specifically for weak tableFrançois Bobot2016-01-251-0/+7
* [Ephemeron] Don't advertise `Obj.Ephemeron`François Bobot2016-01-251-5/+4
* Precise documentation for ephemeronsFrançois Bobot2016-01-251-19/+30
* Fix creation of Ephemeron.K2François Bobot2016-01-251-1/+1
* Fix mantis 5349, semantic of `replace`François Bobot2016-01-252-22/+28
* Add precisions on the equality for Weak.MakeFrançois Bobot2016-01-251-1/+4
* Fix bad cleaning of ephemeronsFrançois Bobot2016-01-252-30/+69
* [Stdlib] Rename Obj.Ephemeron.eph in .tFrançois Bobot2016-01-253-32/+37
* [Stdlib] Rephrase hash table by hash set in WeakFrançois Bobot2016-01-251-7/+7
* [Stdlib] Ephemeron: add the module in the stdlibFrançois Bobot2016-01-257-1/+950
* [Stdlib] Hashtbl: add a getter for randomizeFrançois Bobot2016-01-232-0/+6
* [GC] add full-featured ephemerons in an inefficient wayFrançois Bobot2016-01-231-1/+1
* GPR#337: Hashtbl.filter_map_inplace.alainfrisch2016-01-223-2/+44
* Improve comment in Obj about set_field-like operationsMark Shinwell2016-01-151-1/+1
* Improve comment in Obj about set_field-like operationsMark Shinwell2016-01-151-2/+14
* newlineMark Shinwell2016-01-141-0/+1
* commentMark Shinwell2016-01-141-1/+1
* opaqueMark Shinwell2016-01-141-0/+4
* Merge remote-tracking branch 'ocaml/trunk' into flambda_prereq-popaqueMark Shinwell2016-01-141-0/+5
|\
| * Add comment to Obj.set_fieldMark Shinwell2016-01-131-0/+5
* | opaqueMark Shinwell2016-01-143-13/+17
* | Add the opaque primitivePierre Chambart2016-01-122-0/+12
|/
* fix testsuiteMark Shinwell2016-01-121-33/+34
* Fix build process for Visual Studio 2015David Allsopp2016-01-081-0/+4
* Merge pull request #80 from dbuenzli/ucharAlain Frisch2016-01-065-1/+147
|\
| * Add Uchar module to the standard library.Daniel Bünzli2015-12-025-1/+147
* | PR#6449: add Map.union.alainfrisch2016-01-043-0/+26
* | Integer conversion 0x 0d 0u 0o 0b get a devoted sum data type definition. Thi...pierreweis2015-12-241-63/+87
* | Careful code review/rewriting. Moving obsolete stuff to the proper devoted se...pierreweis2015-12-241-223/+316
* | bootstrapMark Shinwell2015-12-239-51/+126
|\ \
| * \ Merge with trunk; remake dependenciesMark Shinwell2015-12-229-51/+126
| |\ \
| | * | fix huge pages vs renaming of caml_stat_heap_sizeDamien Doligez2015-12-211-37/+37