summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Mark the Bytes.equal external as not-allocating C.Pierre-Marie Pédrot2018-11-211-1/+1
* Mark the String.equal external as not-allocating C.Pierre-Marie Pédrot2018-11-211-1/+1
* Update .dependLeo White2018-11-211-4/+4
* Merge pull request #2148 from stedolan/make-parallel-lazyGabriel Scherer2018-11-185-3/+7
|\
| * Fix a make -j bug, by ensuring Lazy depends on CamlinternalLazy.Stephen Dolan2018-11-145-3/+7
* | Merge pull request #676 from bobot/ephemeron_c_api2Damien Doligez2018-11-144-9/+90
|\ \ | |/ |/|
| * [Weak] Changes from reviewsFrançois Bobot2018-11-084-31/+28
| * [Weak] Move checks from C to OcamlFrançois Bobot2018-11-083-3/+85
| * [Changes] the C-layout of weak arrays changedFrançois Bobot2018-11-061-2/+4
* | deprecate the mutability of Gc.control record fields (#2145)Damien Doligez2018-11-131-0/+9
* | make alldependGabriel Scherer2018-11-111-7/+9
* | DocNicolás Ojeda Bär2018-11-101-1/+2
* | Add {Int32,Int64,Nativeint}.unsigned_{compare,div,rem}Nicolas Ojeda Bar2018-11-106-0/+158
* | Extend Bytes and Buffer with functions to read/write binary representations o...Alain Frisch2018-11-095-0/+634
* | Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-0822-25/+25
* | stdlib/dune: add new modulesThomas Refis2018-11-081-1/+4
* | Add paths for built-in types (#1876)yallop2018-11-0819-26/+207
* | Filename.chop_suffix_opt (#2125)Alain Frisch2018-11-082-3/+54
* | s/string_of_int/Int.to_string/gDaniel Bünzli2018-11-074-18/+18
* | Merge pull request #2117 from Octachron/stdlib_precedence_table_3Florian Angeletti2018-11-062-50/+178
|\ \ | |/ |/|
| * documentation: fix a warning in latex modeFlorian Angeletti2018-11-061-1/+1
| * documentation: move operator table to a new pageFlorian Angeletti2018-11-042-192/+173
| * make precedence appendix an appendixFlorian Angeletti2018-10-261-69/+73
| * review: typo + synchronisation commentFlorian Angeletti2018-10-261-4/+8
| * doc: replace ordinal precedence with linksFlorian Angeletti2018-10-251-47/+88
| * stdlib documentation: precedence tableFlorian Angeletti2018-10-251-0/+98
* | Add caml_alloc_custom_mem (#1738)Damien Doligez2018-11-062-1/+38
* | Stdlib: add Fun module. (#2129)Daniel Bünzli2018-11-069-5/+61
* | clarify Set.diff documentation (#2119)Gabriel Scherer2018-10-261-1/+2
* | Support FMA operation (#1354)Laurent Thévenoux2018-10-262-0/+11
|/
* Merge pull request #2010 from dbuenzli/bool-supportNicolás Ojeda Bär2018-10-237-1/+110
|\
| * Remove Bool.of_string.Daniel Bünzli2018-10-232-0/+5
| * Stdlib: add Bool module.Daniel Bünzli2018-10-237-1/+105
* | Extend Stdlib.Float with more functions (#1794)Christophe Troestler2018-10-232-3/+180
|/
* Merge pull request #2011 from dbuenzli/int-supportNicolás Ojeda Bär2018-10-237-1/+203
|\
| * Remove Int.of_string.Daniel Bünzli2018-10-092-0/+4
| * Stdlib: add Int module.Daniel Bünzli2018-10-097-1/+199
* | Merge pull request #1596 from Octachron/format_doc_max_indentGabriel Scherer2018-10-161-1/+19
|\ \
| * | documentation: detail Format's maximum indentoctachron2018-09-031-1/+19
* | | Fix link markup in Gc.finalise_last documentationEtienne Millon2018-10-111-3/+3
* | | Provide a way to build the bytecode compiler using Dune (#2093)Thomas Refis2018-10-102-2/+95
| |/ |/|
* | Fix windows ANSI locale: use CP_ACP instead of CP_THREAD_ACP (#2062)Nicolás Ojeda Bär2018-10-031-1/+1
* | Fix typo in Scanf docsFoo Chuan Wei2018-09-211-1/+1
* | Introduce and use ROOTDIR in more makefilesSébastien Hinderer2018-09-171-15/+19
* | Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-3/+3
* | Merge pull request #1995 from TheAspiringHacker/stdlib-contrib-docsGabriel Scherer2018-09-061-0/+37
|\ \
| * | Correct wrong instructions for otherlibs/threads/Makefile; state that partial...TheAspiringHacker2018-08-201-5/+7
| * | Update link text of stdlib/HACKING.adoc to use paths relative to fileTheAspiringHacker2018-08-191-2/+2
| * | Rewrite stdlib/README.md as stdlib/HACKING.adocTheAspiringHacker2018-08-191-9/+15
| * | Add documentation for contributing to the stdlibTheAspiringHacker2018-08-191-0/+29