summaryrefslogtreecommitdiff
path: root/stdlib/stdlib.mli
Commit message (Expand)AuthorAgeFilesLines
* TRMC implementation of @ (#11859)Jeremy Yallop2023-01-051-1/+2
* Add type equality witness to the standard library (#11581)Nicolás Ojeda Bär2022-12-201-0/+1
* Stdlib: mark effect and domain modules as unstable.Florian Angeletti2022-11-171-0/+8
* Fixing typos (#11705)Fourchaux2022-11-071-1/+1
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-26/+26
* Change `Float.nan` from sNaN to qNaN (#10899)Greta Yorsh2022-07-221-5/+8
* Better documentation for [string_of_float]. (#11353)François Pottier2022-06-241-3/+12
* Refine the semantics of domain callbacks.KC Sivaramakrishnan2022-06-061-7/+11
* Fix typo in Stdlib documentation comment (#11122)Olivier Nicole2022-03-171-1/+1
* doc: abs does not return absolute value on min_intEugen Zalinescu2022-02-181-2/+2
* Use ocamldoc reference syntaxJules Aguillon2022-01-281-1/+1
* odoc: Fix unqualified and ambiguous referencesJules Aguillon2022-01-281-1/+1
* Document exception raised by read_line (#10948)Tim Massingham2022-01-251-2/+8
* Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)Nicolás Ojeda Bär2022-01-201-9/+0
* Rename EffectHandlers module to Effect (#10879)Anil Madhavapeddy2022-01-121-1/+1
* Remove deprecated functions (#10867)Nicolás Ojeda Bär2022-01-121-12/+0
* Merge pull request ocaml-multicore/ocaml-multicore#682 from ocaml-multicore/s...Tom Kelly2021-10-121-61/+62
|\
| * Move effect handlers to its own module in StdlibKC Sivaramakrishnan2021-10-111-61/+62
* | remove multicore nop debugging (reverts ocaml-multicore#384)Tom Kelly2021-10-081-2/+0
|/
* Merge commit 'eccaa452ca8c118abccb6180d53b91e4b4907415' into 5.00Tom Kelly2021-10-041-2/+4
|\
| * Add {In,Out}_channel to Stdlib (#10545)Nicolás Ojeda Bär2021-09-011-2/+4
* | Merge commit 'b3d2cdcbe663e923e5091a81ceebb8d2e40a942c' into 5.00Tom Kelly2021-10-041-0/+2
|\ \ | |/
| * Deprecate the Stream and Genlex stdlib modules (#10482)Xavier Leroy2021-07-101-0/+2
* | Merge commit '0ba253df4667668bc01dd9e239fba13f743e1752' into parallel_minor_g...Tom Kelly2021-10-011-0/+27
|\ \ | |/
| * Added some missing C99 float operations (#944)Markus Mottl2021-06-021-0/+27
* | Merge commit '3ef9ce800fea63c90294fe306e552b4b5fafaa1a' into parallel_minor_g...Tom Kelly2021-09-301-0/+3
|\ \ | |/
| * Adjust documentation of (^) and add to String.catDavid Allsopp2021-03-221-2/+2
| * document some exceptions raised when array/string get too largeOlivier Andrieu2021-03-221-0/+3
* | Remove effects, rename to 4.12+domainsTom Kelly2021-09-271-33/+0
* | Make Mutex, Condition and Semaphore first class modules in Stdlib outside of ...Tom Kelly2021-04-221-0/+3
* | Merge commit '86c8a98f3c36b25c2e3f2185c24809d0babad5b4' into parallel_minor_g...Tom Kelly2021-03-081-1/+0
|\ \ | |/
| * Remove SpacetimeNicolás Ojeda Bär2020-10-081-1/+0
* | Merge commit '1b48b5aa3c5b4e0320231ac182d49197ac930b63' into parallel_minor_g...Tom Kelly2021-03-051-2/+14
|\ \ | |/
| * Merge pull request #9872 from xavierleroy/seek-text-channelsXavier Leroy2020-09-081-2/+14
| |\
| | * Document the issue with pos_{in,out} and files opened in text modeXavier Leroy2020-09-081-2/+14
* | | Merge commit 'a7d1af4a872e22aebd1e6cc27b2beafdea2ad2dd' into parallel_minor_g...Tom Kelly2021-03-051-0/+1
|\ \ \ | |/ /
| * | Add `'a Either.t = Left of 'a | Right of 'b`Gabriel Scherer2020-09-021-0/+1
| |/
* | Merge commit 'c4851b0ff0070bca3b5ebbb3ec51941a249031cc' into parallel_minor_g...Tom Kelly2021-03-041-11/+13
|\ \ | |/
| * Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-11/+13
| * stdlib: provide a sequential interface of the Atomic module from OCaml MulticoreGabriel Scherer2020-05-161-0/+1
* | Merge commit '153eee967848050e03de5282d65227ea280cd868' into parallel_minor_g...Tom Kelly2021-03-021-0/+6
|\ \ | |/
| * Expose %loc_FUNCTION as __FUNCTION__Nicolás Ojeda Bär2020-05-131-0/+6
* | Merge commit 'c920ea142b9f9cc0c0eaca6903f0e782da1036d1' into parallel_minor_g...Tom Kelly2021-03-021-2/+2
|\ \ | |/
| * Fix comment about NaN propagation (#9536)Christophe Troestler2020-05-121-2/+2
| * Merge pull request #9270 from gadmm/doc_stack_overflowGabriel Scherer2020-01-291-3/+6
* | Add a primitive to insert nop instructionKC Sivaramakrishnan2020-07-311-0/+2
* | Merge commit '2828b3bdfae2d04740c6b6e8373e901e27433734' into parallel_minor_g...Tom Kelly2020-04-301-3/+6
|\ \
| * | Documentation: Stack_overflow is reliable, Out_of_memory is not.Guillaume Munch-Maccagnoni2020-01-281-3/+6
| |/
* | Merge commit '8e5e3c0ed46ad4ab6849930ccc3de651439cc26d' into parallel_minor_g...Tom Kelly2020-04-201-0/+1
|\ \ | |/
| * Add Unit to stdlib.ml{,i}Nicolás Ojeda Bär2019-03-191-0/+1