| Commit message (Expand) | Author | Age | Files | Lines |
| * | New script language for ocamltest (#12185) | Damien Doligez | 2023-04-25 | 2 | -4/+2 |
| * | Add hash, seeded_hash to Int, Char, Bool, Float, Int32, Int64, Nativeint (#11... | Nicolás Ojeda Bär | 2022-10-27 | 2 | -4/+4 |
| * | Add String.hash and String.seeded_hash (#8878) | Tom Kelly | 2022-04-08 | 2 | -0/+13 |
| * | Restore ends_with for Filename.check_suffix; restore starts_with & ends_with ... | Tom Kelly | 2022-01-11 | 1 | -0/+12 |
| * | Merge commit '4f4e46af447364ed633dd6baf5f8a2ad79c5d081' into parallel_minor_g... | Tom Kelly | 2021-10-01 | 1 | -1/+0 |
| |\ |
|
| | * | Revert "Fix lib-string/binary.ml test on ppc64" | David Allsopp | 2021-03-19 | 1 | -1/+0 |
| * | | Merge commit '6462df79a89cede5c54ed53f1e2ff83309006633' into parallel_minor_g... | Tom Kelly | 2021-09-30 | 1 | -0/+117 |
| |\ \
| |/ |
|
| | * | Fix lib-string/binary.ml test on ppc64 | David Allsopp | 2021-03-19 | 1 | -0/+1 |
| | * | Add binary integer decoding functions to String | David Allsopp | 2021-03-01 | 1 | -0/+116 |
| * | | Remove Strings.{starts,ends}_with from 4.12 due to API defect | Gabriel Scherer | 2021-01-07 | 1 | -12/+0 |
| |/ |
|
| * | Added String prefix and suffix tests. | Bernhard Schommer | 2020-06-24 | 1 | -1/+13 |
| * | Remove ocamltests files | Nicolás Ojeda Bär | 2019-09-28 | 1 | -1/+0 |
| * | Migrate lib-string test to ocamltest | Nicolas Ojeda Bar | 2017-12-05 | 3 | -22/+4 |
| * | Fix an overflow bug in String.concat (#833) | yallop | 2016-10-04 | 1 | -0/+14 |
| * | Rename String.split to String.split_on_char (#626). | alainfrisch | 2016-07-11 | 1 | -2/+2 |
| * | String.split | alainfrisch | 2016-07-09 | 1 | -0/+15 |
| * | Remove copyright notices in test files. | Sébastien Hinderer | 2016-05-03 | 1 | -15/+0 |
| * | Update headers for the new license. | Damien Doligez | 2016-02-18 | 2 | -22/+28 |
| * | Consistently quoting quote and doublequote into string and character litterals. | Pierre Weis | 2015-09-21 | 1 | -1/+1 |
| * | use the official name of Jane Street in headers | Damien Doligez | 2015-04-07 | 1 | -1/+1 |
| * | PR#6521: {Bytes,Char,String}.escaped are locale-dependent | Damien Doligez | 2015-03-11 | 3 | -0/+54 |