summaryrefslogtreecommitdiff
path: root/src/library/scala/util/Sorting.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-9/+9
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-477/+235
* SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-2/+2
* More relative path elimination.Paul Phillips2012-09-151-2/+3
* removes array tagsEugene Burmako2012-06-081-8/+8
* removes tags and their incantations from PredefEugene Burmako2012-06-081-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-8/+8
* Formatting fixes for scala.util.Kato Kazuyoshi2011-06-181-12/+10
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-0/+1
* Added implicits to create Orderings from java's...Paul Phillips2010-09-151-31/+13
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Some library reorganization I discussed with ma...Paul Phillips2010-02-271-45/+0
* Took a swing at sorting out sorting.Paul Phillips2010-02-021-16/+16
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-17/+14
* More world-shaking deprecation work.Paul Phillips2009-11-201-8/+8
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-8/+9
* removed deprecated warning, updated svn props, ...michelou2009-03-101-2/+2
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Applied Ross Judson's patch to fix #1072.Gilles Dubochet2008-07-081-1/+1
* commented some lines in Sorting.scala (they whe...jeberle2008-05-271-6/+7
* re-enabled use of compare for floats/doubles (NaN)michelou2007-10-311-16/+30
* reverted refactoring for efficiencymichelou2007-10-311-23/+206
* fixed #202 (NaN), refactored codemichelou2007-10-301-326/+201
* minor changesmichelou2007-05-211-54/+54
* added object Sorting to package scala.utilmichelou2006-12-211-0/+519