summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12131 from NickBarnes/nick-get-copy5.1Gabriel Scherer2023-05-152-61/+23
* Merge pull request #11846 from dra27/win64-abiXavier Leroy2023-04-225-27/+35
* Don't include stdbool.h systematically (#12196)Xavier Leroy2023-04-213-2/+2
* Merge pull request #12187 from damiendoligez/fix-ocamldoc-warningsFlorian Angeletti2023-04-194-6/+6
* Merge pull request #11876 from gadmm/echec_remove_global_roots_in_finalizerGabriel Scherer2023-04-182-15/+31
* Merge pull request #12190 from shindere/fix-zstd-support-detectionGabriel Scherer2023-04-182-8/+120
* Merge pull request #12170 from gasche/pthread_getaffinity-configure-fixGabriel Scherer2023-04-183-9/+27
* increment version number after tagging 5.1.0~alpha1Florian Angeletti2023-04-144-26/+26
* release 5.1.0~alpha15.1.0-alpha1Florian Angeletti2023-04-144-26/+26
* last commit before tagging 5.1.0~alpha1Florian Angeletti2023-04-143-19/+19
* Merge pull request #12130 from NickBarnes/nick-11934-weak-get-copyGabriel Scherer2023-04-112-44/+79
* Merge pull request #12178 from TheLortex/runtime-events-consumer-fixupGabriel Scherer2023-04-112-1/+4
* first commit on branch 5.1Florian Angeletti2023-04-113-19/+19
* last commit before branching 5.1Florian Angeletti2023-04-114-20/+20
* Bump magic numbers before branching 5.1Florian Angeletti2023-04-114-14/+14
* HACKING.adoc: recommend `make -j`Gabriel Scherer2023-04-081-1/+1
* Merge pull request #12169 from gasche/no_reified_var_counterGabriel Scherer2023-04-084-18/+26
|\
| * changesTakafumi Saikawa2023-04-081-0/+3
| * use Misc.find_first_monoTakafumi Saikawa2023-04-081-9/+10
| * remove reified_var_counterTakafumi Saikawa2023-04-083-18/+22
|/
* 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
* | Use ghost locs for nodes used to handle default value in opt args (#12134)panglesd2023-04-082-3/+8
* | Merge pull request #12128 from gasche/compare-interruptibleGabriel Scherer2023-04-083-162/+208
|\ \
| * | ChangesGabriel Scherer2023-04-082-0/+6
| * | Poll for interrupts in structural equality loopGabriel Scherer2023-04-071-164/+201
| * | compare.c: minor fix in stack-handling codeGabriel Scherer2023-04-071-11/+12
| * | compare.c: avoid inner pointers on the compare stackGabriel Scherer2023-04-071-7/+9
|/ /
* | Fix overflows in addressing computations (#12162)Vincent Laviron2023-04-075-20/+40
* | Merge pull request #12148 from MisterDA/sed-macosGabriel Scherer2023-04-061-21/+1
|\ \
| * | Fix dune build of stdlibAntonin Décimo2023-04-041-21/+1
| |/
* | Merge pull request #12165 from Octachron/ocamldoc_doctypeFlorian Angeletti2023-04-0617-16/+19
|\ \
| * | ocamldoc: fix html doctypeFlorian Angeletti2023-04-0617-16/+19
* | | Merge pull request #12164 from Octachron/fix_dependGabriel Scherer2023-04-051-1/+5
|\ \ \ | |/ / |/| |
| * | Fix ocamldep after value binding parsetree changeFlorian Angeletti2023-04-051-1/+5
|/ /
* | Merge pull request #12155 from ccasin/reach-unification-failureFlorian Angeletti2023-04-051-0/+23
|\ \
| * | Add test cases demonstrating that an error in Typetexp is reachable.Chris Casinghino2023-04-041-0/+23
* | | Merge pull request #11877 from xavierleroy/afl-dynamic-allocationFlorian Angeletti2023-04-052-20/+29
|\ \ \
| * | | Dynamic allocation of the AFL run-time bufferXavier Leroy2023-01-112-16/+24
| * | | Update, reorder and simplify inclusions of header filesXavier Leroy2023-01-091-5/+6
* | | | Remove arity-interrupting elaboration of module unpacks (#12117)Nick Roberts2023-04-059-205/+385
| |_|/ |/| |
* | | Merge pull request #12159 from sadiqj/fix_debug_runtime_clearingGabriel Scherer2023-04-031-1/+1
|\ \ \
| * | | In debug runtime correctly clear all non-header and free-list fields of swept...Sadiq Jaffer2023-04-021-1/+1
| | |/ | |/|
* | | Merge pull request #12156 from gasche/update_dummy_0Gabriel Scherer2023-04-023-1/+27
|\ \ \ | |/ / |/| |
| * | caml_update_dummy: do not try to update size-0 atomsGabriel Scherer2023-04-013-1/+27
* | | Merge pull request #12149 from MisterDA/revert-514a830-ocamlyacc-ocaml-commentsGabriel Scherer2023-03-316-97/+97
|\ \ \ | |/ / |/| |
| * | Revert "Use ocamlyacc's support for OCaml-style comments"Antonin Décimo2023-03-316-97/+97
|/ /
* | Merge pull request #12138 from richardlford/bpp-map-1-1Gabriel Scherer2023-03-275-25/+132
|\ \
| * | New Build_path_prefix_map module interfaceRichard L Ford2023-03-275-25/+132
|/ /
* | Don't suggest a semicolon when the type is not unit (#12116)Jules Aguillon2023-03-274-5/+76