summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-set
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-252-4/+2
* Define to_rev_seq in Set and Map module (#9075)Sébastien Briais2020-05-152-0/+30
* Map.filter_map and Set.filter_mapGabriel Scherer2020-03-312-0/+13
* Remove ocamltests filesNicolás Ojeda Bär2019-09-281-2/+0
* Add testNicolás Ojeda Bär2018-08-131-0/+3
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-162-2/+32
* Migrate lib-set tests to ocamltestNicolas Ojeda Bar2017-12-054-18/+8
* Do not disable warnings by default when compiling tests (#1293)Sébastien Hinderer2017-08-312-22/+26
* [Stdlib] Implement find_first, find_last for maps and sets (#869)Gabriel de Perthuis2016-11-122-0/+108
* PR#7403: fix a bug in Set.map (new in 4.04.0)Gabriel Scherer2016-11-071-0/+18
* Remove copyright notices in test files.Sébastien Hinderer2016-05-032-30/+0
* PR#6279: add Set.mapGabriel Scherer2016-04-251-0/+11
* Update headers for the new license.Damien Doligez2016-02-183-33/+42
* Map.add x y m returns the original map if x is already bound to a value that ...iguer2015-11-221-0/+27
* Map.filter returns the original map when the given predicate satisfies all th...iguer2015-11-221-0/+8
* Map.remove returns the original map when the binding to be removed is not pre...iguer2015-11-221-0/+15
* GPR#243: Faster test suiteDamien Doligez2015-10-092-2/+2
* GPR#174: ensure that Set.remove and Set.filter return the original set (physi...Alain Frisch2015-05-051-0/+23
* #6645: Set.add returns the original set when the element to be added is alrea...Alain Frisch2015-03-261-0/+15
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-1/+2
* PR#5933 type-specialize 'let compare = compare' on ints and stringsGabriel Scherer2013-03-192-2/+2
* whitespace, non-ascii chars, some missing headersDamien Doligez2012-10-173-0/+36
* clean up TABs and whitespaceDamien Doligez2012-07-302-4/+2
* More efficient implementation of {Set,Map}.{filter,partition}Xavier Leroy2012-01-165-0/+246