summaryrefslogtreecommitdiff
path: root/stdlib/string.mli
Commit message (Expand)AuthorAgeFilesLines
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-021-2/+2
* String.cat doc comment typoDavid Allsopp2022-12-061-2/+2
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-37/+37
* documentation: improve the sync_stdlib_docs toolFardale2022-09-221-2/+2
* Stdlib documentation: strings are always immutable (#11401)Florian Angeletti2022-07-051-13/+6
* Add String.hash and String.seeded_hash (#8878)Tom Kelly2022-04-081-0/+14
* documentation: don't link to removed string functionsFlorian Angeletti2022-03-071-1/+1
* Remove deprecated functions (#10867)Nicolás Ojeda Bär2022-01-121-77/+0
* String: add UTF decoders and validations.Daniel Bünzli2021-10-271-0/+34
* [doc] Fix: String.{starts,ends}_with introduced in 4.13 (not 4.12) (#10486)thierry-martinez2021-07-021-2/+2
* Added fold_{left, right}, exists and for_all to String/Bytes (#882)Yotam Barnoy2021-04-291-0/+19
* Adjust documentation of (^) and add to String.catDavid Allsopp2021-03-221-0/+3
* Add binary integer decoding functions to StringDavid Allsopp2021-03-011-0/+120
* Add String.cat as dual of Bytes.catDavid Allsopp2021-03-011-0/+6
* Add String.{of,to}_bytesDavid Allsopp2021-03-011-0/+14
* Add String.empty as dual of Bytes.emptyDavid Allsopp2021-03-011-0/+6
* Merge pull request #10144 from johnwhitington/iterators3Gabriel Scherer2021-02-011-2/+2
|\
| * iterator -> sequenceJohn Whitington2021-01-211-1/+1
| * Remove duplicate Iterators sections, unify elsewhereJohn Whitington2021-01-121-1/+1
* | Spelling fixesJohn Whitington2021-01-141-1/+1
|/
* iff -> if and only if (#10119)John Whitington2021-01-051-7/+9
* Move the examples of labeled functions to StdLabels (#9976)Xavier Leroy2020-10-151-11/+3
* Fixed typo in String.mli (#9936)Joan Thibault2020-09-241-1/+1
* String documentation improvements (#9891)Daniel Bünzli2020-09-231-269/+300
* Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-4/+4
* remove double @sincesJohn Whitington2020-08-031-12/+6
* ~prefix fixJohn Whitington2020-08-031-1/+1
* Fix deprecationsJohn Whitington2020-08-031-8/+16
* Small fixes from @dra27's commentsJohn Whitington2020-08-031-1/+1
* Labeled and unlabeled @sinces automaticallyJohn Whitington2020-07-301-6/+12
* Fix smaller review comments from @dra27John Whitington2020-07-301-7/+7
* Replacing {!X.y} in doc comments with {!y}John Whitington2020-07-271-16/+16
* Fixes per travis check-typo and travis changesJohn Whitington2020-07-081-4/+10
* Restore String.prefix/suffix status quo anteJohn Whitington2020-07-081-2/+2
* Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-70/+91
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-35/+19
* Added String prefix and suffix tests.Bernhard Schommer2020-06-241-0/+8
* Fix the string.mli documentation of unsafe-string (#8653)Gabriel Scherer2019-05-021-15/+13
* Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-081-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* Fix a typozapashcanon2018-04-011-1/+1
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+15
* restore compatibility for String.{unsafe_set,create,fill}Damien Doligez2016-12-141-3/+3
* change primitive names back to %string_safe_setHongbo Zhang2016-12-141-1/+1
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+36
* apply changes to stdlib and test suiteHongbo Zhang2016-08-071-4/+4
* Typo.alainfrisch2016-07-111-2/+2
* Rename String.split to String.split_on_char (#626).alainfrisch2016-07-111-1/+1
* String.splitalainfrisch2016-07-091-0/+15
* Update headers for the new license.Damien Doligez2016-02-181-12/+14