summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trunk' into nick-get-copyNick Barnes2023-05-024-29/+11
|\
| * Merge pull request #12187 from damiendoligez/fix-ocamldoc-warningsFlorian Angeletti2023-04-191-3/+3
| |\
| | * fix broken links in documentation commentsDamien Doligez2023-04-171-3/+3
| * | Merge pull request #12072 from jmid/sys-rename-docuGabriel Scherer2023-04-121-4/+5
| |\ \ | | |/ | |/|
| | * Document that Sys.rename works on directories tooJan Midtgaard2023-03-091-4/+5
| * | Merge pull request #12163 from sidkshatriya/sprintf-docGabriel Scherer2023-04-081-1/+2
| |\ \
| | * | doc: Format.sprintf -- direct users to asprintf if they have %a in the format...Sidharth Kshatriya2023-04-041-1/+2
| * | | Fix dune build of stdlibAntonin Décimo2023-04-041-21/+1
| |/ /
* | | Change in response to review commemts.Nick Barnes2023-05-021-5/+5
* | | Move find_all out of find_aux refactoring, in response to review by @alainfri...Nick Barnes2023-03-311-16/+27
* | | Remove uses of get_copy from the weak hash set implementation, and share comm...Nick Barnes2023-03-221-78/+25
|/ /
* | fix a concurrency memory-safety bug in BufferGabriel Scherer2023-03-131-1/+1
|/
* Add optional ZSTD compression to marshaled dataXavier Leroy2023-02-263-1/+46
* stdlib: enable compilation using dunePau Ruiz Safont2023-02-241-1/+1
* documentation: Format.pp_print_newline wording (#12028)Florian Angeletti2023-02-232-6/+7
* Update stdlib/.depend for #12017fabbing2023-02-171-0/+2
* Correctly handle exception in Gc.call_alarmfabbing2023-02-171-2/+2
* Re-register finaliser only after calling user alarm in Gc.create_alarmFabrice Buoro2023-02-172-2/+3
* Add temp_dir function to create a temporary directoryDavid Turner2023-01-272-0/+31
* Reduce the number of retries in temp_file and open_temp_file to 20.David Turner2023-01-271-2/+2
* Multicore cleanup: remove traces of Obj.truncate (#11967)Nick Barnes2023-01-271-32/+5
* make alldependNicolás Ojeda Bär2023-01-231-0/+2
* Random.State.of_binary_string: more informative error messageGabriel Scherer2023-01-221-1/+3
* serialization functions between Random.State.t and (binary) stringsGabriel Scherer2023-01-222-0/+71
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-181-21/+21
* Fix the computation of dependencies for the standard librarySébastien Hinderer2023-01-161-11/+7
* Add `In_channel.input_lines` and `In_channel.fold_lines` (#11843)Xavier Leroy2023-01-132-0/+32
* Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`....Sima Kinsart2023-01-1311-0/+266
* improving the {In,Out}_channel documentation (#11884)Kiran Gopinathan2023-01-122-57/+108
* Add Type.Id (#11830)Daniel Bünzli2023-01-094-2/+111
* fix over-eager label erasure in documentation (#11870)Florian Angeletti2023-01-063-3/+3
* TRMC implementation of @ (#11859)Jeremy Yallop2023-01-054-14/+15
* Add Array.mapi_inplace, Float.Array.map_inplace, Float.Array.mapi_inplace (#1...zapashcanon2023-01-036-0/+57
* TRMC implementation of List.concat_map (#11856)Jeremy Yallop2023-01-031-7/+7
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-0222-52/+64
* add Array.map_inplace (#11836)zapashcanon2022-12-233-0/+15
* Add type equality witness to the standard library (#11581)Nicolás Ojeda Bär2022-12-206-11/+126
* Merge pull request #11813 from edwintorok/5.0-docsFlorian Angeletti2022-12-193-0/+9
* Merge pull request #11814 from gasche/clarify-DLS.new_key-docGabriel Scherer2022-12-161-9/+32
|\
| * clarify the doc of Domain.DLS.new_keyGabriel Scherer2022-12-151-9/+32
* | Updated Documentation For Since Annotations (#11676)Bukolab992022-12-142-3/+16
|/
* String.cat doc comment typoDavid Allsopp2022-12-062-4/+4
* Merge pull request #11237 from Octachron/array_and_concurrency_documentationFlorian Angeletti2022-12-057-1/+559
|\
| * stdlib documentation: arrays and concurrency safetyFlorian Angeletti2022-12-017-1/+559
* | stdlib: remove two Obj externalFlorian Angeletti2022-12-012-6/+0
|/
* Domain.at_each_spawn is gone, remove dangling reference (#11709)Christiano Haesbaert2022-12-011-13/+8
* stdlib documentation: global state warningFlorian Angeletti2022-11-243-3/+23
* Merge pull request #11193 from Octachron/concurrency_alerts_part_oneFlorian Angeletti2022-11-2410-7/+105
|\
| * stdlib: add an unsynchronized_access alert to mutable datatypesFlorian Angeletti2022-11-1810-7/+105
* | stdlib: an indirection for a memory-safe buffer (#11742)Florian Angeletti2022-11-231-99/+113