summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Revert the -O3 portion of #9165David Allsopp2020-08-121-0/+3
* Merge pull request #9507 from edwintorok/docsDavid Allsopp2020-04-281-1/+1
* Merge pull request #9165 from gretay-js/fs-otherlibsDavid Allsopp2020-04-201-8/+0
* Merge pull request #9383 from dra27/explicit-awkDavid Allsopp2020-03-202-2/+2
* Documentation: Stack_overflow is reliable, Out_of_memory is not.Guillaume Munch-Maccagnoni2020-01-281-3/+6
* last commit before tagging 4.10.0+beta1Florian Angeletti2020-01-101-10/+1
* Add missing @since for Filename.nullKate2019-12-291-1/+3
* Merge pull request #9169 from gasche/best-fit-manualGabriel Scherer2019-12-111-9/+39
* Remove Memprof from the standard library in the 4.10 branch, as this will not...Jacques-Henri Jourdan2019-11-082-111/+0
* [minor] typoGuillaume Munch-Maccagnoni2019-10-162-4/+4
* Merge pull request #9024 from foocraft/fix_arraylabels_docsFlorian Angeletti2019-10-154-79/+113
|\
| * Comment fixesEl-Hassan Wanas2019-10-154-8/+8
| * Updated documentation for StringLabels, ArrayLabels, ListLabels and BytesLabe...ElHassan Wanas2019-10-154-5/+42
| * - Removal of all references to either Array or ArrayLabels from theElHassan Wanas2019-10-151-46/+43
| * Replaced old exception documentation in ArrayLabels with `@raise`El-Hassan Wanas2019-10-151-16/+16
| * Fixes to ArrayLabels documentationEl-Hassan Wanas2019-10-151-55/+55
* | best-fit allocator (#8809)Damien Doligez2019-10-151-3/+8
|/
* Merge pull request #8651 from proux01/printf-hGabriel Scherer2019-10-145-43/+58
|\
| * Add printf `%#F` to output floats in hexadecimal OCaml constantsPierre Roux2019-09-265-43/+58
* | Better stack backtraces for C calls in bytecode (#8641)Jacques-Henri Jourdan2019-10-121-1/+1
* | Merge pull request #8951 from shindere/make-default-targetDavid Allsopp2019-10-041-2/+2
|\ \
| * | Let make's default target build the compilerSébastien Hinderer2019-09-301-2/+2
| |/
* | Merge pull request #8971 from nojb/filename_nulNicolás Ojeda Bär2019-10-032-0/+8
|\ \
| * | Add Filename.nullNicolás Ojeda Bär2019-10-032-0/+8
* | | Fix missing Caml_state (#8940)Guillaume Munch-Maccagnoni2019-10-031-4/+4
|/ /
* | List.concat_map : ('a -> 'b list) -> 'a list -> 'b list (#8760)Gabriel Scherer2019-10-013-0/+22
* | Merge pull request #9000 from nojb/option_join_microNicolás Ojeda Bär2019-10-011-1/+1
|\ \
| * | (Micro-)optimize Option.joinNicolás Ojeda Bär2019-09-301-1/+1
| |/
* | Update stdlib/HACKING.adocNicolás Ojeda Bär2019-09-301-12/+5
* | Share list of modules in StdlibModulesNicolás Ojeda Bär2019-09-292-67/+54
|/
* Add support for [@@immediate64]Jeremie Dimino2019-09-242-0/+47
* List.find_map : ('a -> 'b option) -> 'a list -> 'b option (#8832)Gabriel Scherer2019-09-133-0/+22
* Build system: share rules to compile C files (#8930)Sébastien Hinderer2019-09-111-3/+4
* Fix typos in Bytes documentationThomas Blanc2019-09-061-3/+3
* Memprof tracking of interned data.Jacques-Henri Jourdan2019-08-272-4/+3
* Merge pull request #8826 from glondu/4.08-spelling-errorsGabriel Scherer2019-07-293-4/+4
* Merge pull request #8530 from gadmm/sortGabriel Scherer2019-07-261-112/+115
|\
| * List.sort: avoid duplicate work by chopGuillaume Munch-Maccagnoni2019-07-251-112/+115
* | Refactor stdlib/hashtbl.mlDavid Allsopp2019-07-191-125/+133
|/
* Merge pull request #8526 from gretay-js/function-sectionsGabriel Scherer2019-07-161-0/+3
|\
| * Add compile-time option -function-sectionsGreta Yorsh2019-07-151-0/+3
* | A new runtime primitive for Array.fill (#8716)Alain Frisch2019-07-162-6/+7
|/
* Update dependsLeo White2019-07-101-0/+2
* Rename references to Pervasives to StdlibDavid Allsopp2019-06-261-1/+1
* Fix typographic issues in the doc of new modules (#8744)Guillaume Munch-Maccagnoni2019-06-266-9/+9
* Add Filename.quote_command function (#1492)Xavier Leroy2019-06-253-27/+141
* Fix Option.bind doc commentThibault Suzanne2019-06-151-2/+1
* Merge pull request #8691 from jhjourdan/no_callback_c_allocStephen Dolan2019-06-111-4/+6
|\
| * Refactor the postponed blocks machinery in memprof.cJacques-Henri Jourdan2019-06-051-4/+6
* | Fix the installation of the camlheader[di] files. They were installed underDamien Doligez2019-06-101-2/+2