summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/Searching.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-6/+6
* SI-7372 make binarySearch methods use the same parameters for the same things.Antoine Gourlay2014-06-121-5/+5
* SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-041-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-2/+3
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* Fix scaladoc links in a couple of places.Eugene Vigdorchik2012-10-031-2/+2
* Changes suggested by @retronym and @jsuerethAlexander Clare2012-07-161-21/+37
* SI-5906 Search for sorted sequencesAlexander Clare2012-07-121-0/+100