summaryrefslogtreecommitdiff
path: root/stdlib/bytesLabels.mli
Commit message (Expand)AuthorAgeFilesLines
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-021-2/+2
* stdlib documentation: arrays and concurrency safetyFlorian Angeletti2022-12-011-0/+66
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-16/+16
* documentation: fixed labelled argumentsFardale2022-09-231-2/+2
* Make Bytes.escaped safe in presence of concurrent updates (#11509)Gabriel Scherer2022-08-271-0/+2
* odoc: Fix syntax errors in commentsJules Aguillon2022-01-281-5/+6
* Remove deprecated functions (#10867)Nicolás Ojeda Bär2022-01-121-30/+0
* Bytes: add UTF codecs and validations.Daniel Bünzli2021-10-271-0/+55
* Added fold_{left, right}, exists and for_all to String/Bytes (#882)Yotam Barnoy2021-04-291-0/+21
* Add Bytes.{starts,ends}_withDavid Allsopp2021-03-011-0/+13
* Add Bytes.split_on_charDavid Allsopp2021-03-011-0/+15
* iterator -> sequenceJohn Whitington2021-01-211-1/+1
* Typo in bytes.mli and bytesLabels.mli documentations for (un)capitalize (#10042)Lilian Besson2020-11-281-2/+2
* Move the examples of labeled functions to StdLabels (#9976)Xavier Leroy2020-10-151-10/+2
* Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-2/+2
* "final" fixesJohn Whitington2020-08-061-4/+7
* remove double @sincesJohn Whitington2020-08-031-10/+5
* Fix deprecationsJohn Whitington2020-08-031-4/+8
* Small fixes from @dra27's commentsJohn Whitington2020-08-031-3/+3
* Fix label warningsJohn Whitington2020-07-311-5/+5
* Labeled and unlabeled @sinces automaticallyJohn Whitington2020-07-301-8/+13
* Fix smaller review comments from @dra27John Whitington2020-07-301-12/+10
* Tildes back in labeled modulesJohn Whitington2020-07-291-9/+9
* Replacing {!X.y} in doc comments with {!y}John Whitington2020-07-271-6/+6
* More check-typo fixesJohn Whitington2020-07-081-1/+1
* Better warning for developersJohn Whitington2020-07-081-2/+6
* Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-34/+201
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-41/+22
* Comment fixesEl-Hassan Wanas2019-10-151-2/+2
* Updated documentation for StringLabels, ArrayLabels, ListLabels and BytesLabe...ElHassan Wanas2019-10-151-1/+10
* add labels to Bytes.unsafe_blit_stringDamien Doligez2019-04-081-2/+3
* #6148: optimize some buffer operationsDamien Doligez2019-04-081-0/+2
* Extend Bytes and Buffer with functions to read/write binary representations o...Alain Frisch2018-11-091-0/+196
* 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
* Whitespace and overlong line fixes.David Allsopp2018-06-141-1/+2
* Fix a typozapashcanon2018-04-011-1/+1
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+15
* add labels to BytesLabels.sub_string (#1353)Jacques Garrigue2017-10-161-1/+1
* Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-061-1/+1
* Documentation: improve @since annotationsTörök Edwin2017-02-211-8/+11
* Adds missing functions to *Labels modules (#875)Roma Sokolov2017-01-031-8/+68
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+27
* apply changes to stdlib and test suiteHongbo Zhang2016-08-071-8/+8
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-061-2/+2
* Add @since tags on stdlib functions new in 4.02Gabriel Scherer2014-12-191-1/+3
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-2/+2
* minor typo spotted by Jeremy YallopGabriel Scherer2014-08-161-1/+1
* I forgot about {Bytes,String}Labels.mapi; thanks Alain!Gabriel Scherer2014-08-161-0/+5