| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`.... | Sima Kinsart | 2023-01-13 | 1 | -0/+16 |
* | Add Array.mapi_inplace, Float.Array.map_inplace, Float.Array.mapi_inplace (#1... | zapashcanon | 2023-01-03 | 1 | -0/+5 |
* | rename the type of the accumulator of fold functions to 'acc | Valentin Gatien-Baron | 2023-01-02 | 1 | -3/+3 |
* | add Array.map_inplace (#11836) | zapashcanon | 2022-12-23 | 1 | -0/+5 |
* | stdlib documentation: arrays and concurrency safety | Florian Angeletti | 2022-12-01 | 1 | -0/+72 |
* | Remove .0 from all @since, @before and @after | David Allsopp | 2022-10-31 | 1 | -13/+13 |
* | Promise that Array.init calls f in order | John Whitington | 2022-09-03 | 1 | -1/+1 |
* | Remove deprecated functions (#10867) | Nicolás Ojeda Bär | 2022-01-12 | 1 | -14/+0 |
* | stdlib: add Array.fold_left_map (#9961) | Craig Ferguson | 2021-06-03 | 1 | -0/+6 |
* | iterator -> sequence | John Whitington | 2021-01-21 | 1 | -2/+2 |
* | Remove duplicate Iterators sections, unify elsewhere | John Whitington | 2021-01-12 | 1 | -1/+1 |
* | Add Array.{find_opt,find_map,split,combine} (#9582) | Nicolás Ojeda Bär | 2020-11-28 | 1 | -0/+25 |
* | Move the examples of labeled functions to StdLabels (#9976) | Xavier Leroy | 2020-10-15 | 1 | -10/+3 |
* | Fix two little errors | John Whitington | 2020-09-11 | 1 | -3/+3 |
* | Rename tools/unlabel --> tools/sync_stdlib_docs | John Whitington | 2020-09-10 | 1 | -2/+2 |
* | Fix comment regarding NaN in Array.sort | John Whitington | 2020-09-10 | 1 | -3/+2 |
* | remove double @sinces | John Whitington | 2020-08-03 | 1 | -4/+2 |
* | Fix deprecations | John Whitington | 2020-08-03 | 1 | -3/+5 |
* | Labeled and unlabeled @sinces automatically | John Whitington | 2020-07-30 | 1 | -9/+15 |
* | Restore docstring variable brackets | John Whitington | 2020-07-27 | 1 | -1/+1 |
* | Replacing {!X.y} in doc comments with {!y} | John Whitington | 2020-07-27 | 1 | -13/+13 |
* | Fixes per travis check-typo and travis changes | John Whitington | 2020-07-08 | 1 | -3/+8 |
* | Unify labeled and unlabeled Standard Library modules | John Whitington | 2020-07-07 | 1 | -75/+94 |
* | Consistently use @raise tags in Stdlib docs (#8644) | Et7f3 | 2020-06-30 | 1 | -24/+14 |
* | Add Array.for_all2 and Array.exists2 (#9235) | Jeremy Yallop | 2020-01-13 | 1 | -0/+10 |
* | add Stdlib.Float.Array (#1936) | Damien Doligez | 2018-12-03 | 1 | -16/+22 |
* | Stdlib doc: harmonize heading levels again. (#2142) | Daniel Bünzli | 2018-11-08 | 1 | -1/+1 |
* | Add paths for built-in types (#1876) | yallop | 2018-11-08 | 1 | -0/+3 |
* | Deprecate Pervasives (#1605) | Jérémie Dimino | 2018-08-27 | 1 | -1/+1 |
* | Stdlib functional iterators (#1002) | Simon Cruanes | 2018-03-16 | 1 | -0/+17 |
* | PR#7363: start documentation headers at {1 | octachron | 2017-10-04 | 1 | -5/+5 |
* | add -no-flat-float-array configure option | Damien Doligez | 2017-09-15 | 1 | -0/+10 |
* | Add cross-reference detected by ocamldoc | octachron | 2017-02-01 | 1 | -2/+2 |
* | add missings since 4.03.0 tags in stdlib. | Grégoire Lionnet | 2016-05-21 | 1 | -6/+12 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | slightly improved wording in array.mli | chrismamo1 | 2016-02-10 | 1 | -1/+1 |
* | organized the documentation in array.mli so that it now more closely resemble... | chrismamo1 | 2016-02-10 | 1 | -27/+40 |
* | corrected a typo in the interface for Array.iter2 | chrismamo1 | 2016-02-10 | 1 | -1/+1 |
* | added an Array.iter2 function to the standard library in order to bring the A... | chrismamo1 | 2016-02-10 | 1 | -1/+6 |
* | added an Array.map2 function to the standard library in order to bring the Ar... | chrismamo1 | 2016-02-10 | 1 | -0/+6 |
* | Removed for_all2, exists2 and find again. | Bernhard Schommer | 2015-12-04 | 1 | -16/+0 |
* | Fixed typos and changed exists2 and for_all2. | Bernhard Schommer | 2015-12-04 | 1 | -2/+2 |
* | Added exists2, for_all2, mem, memq and find. | Bernhard Schommer | 2015-12-04 | 1 | -0/+23 |
* | Add exist and for_all to array. | Bernhard Schommer | 2015-12-04 | 1 | -0/+11 |
* | add create_float_array and deprecate make_float_array | Damien Doligez | 2015-09-07 | 1 | -3/+7 |
* | Add @since tags on stdlib functions new in 4.02 | Gabriel Scherer | 2014-12-19 | 1 | -1/+2 |
* | merge branch 4.02 from release 4.02.0 to release 4.02.1 | Damien Doligez | 2014-10-15 | 1 | -2/+2 |
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez | 2014-08-22 | 1 | -0/+2 |
* | #6180: efficient creation of uninitialized float arrays. | Alain Frisch | 2013-09-17 | 1 | -0/+3 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |