summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Vector.scala
Commit message (Expand)AuthorAgeFilesLines
* Applied further cleanup to VectorPap Lőrinc2016-12-061-56/+63
* Changed >> to >>> in Vector to unify stylePap Lőrinc2016-12-061-118/+118
* Applied suggestions to Vector cleanupPap Lőrinc2016-12-061-179/+161
* Deleted leftover code-comments from VectorPap Lőrinc2016-12-061-93/+20
* Deleted leftover debug method from VectorPap Lőrinc2016-12-061-38/+0
* Unified masks in VectorPap Lőrinc2016-12-061-31/+31
* Removed redundant casts from VectorPap Lőrinc2016-12-061-29/+29
* Improved runtime speed for Vector, restoring previous performance.Rex Kerr2016-11-091-5/+4
* Merge pull request #5323 from szeiger/issue/7838-2Seth Tisue2016-08-121-0/+2
|\
| * SI-7838 Document the multi-threading semantics of List and VectorStefan Zeiger2016-08-121-0/+2
* | SI-8576 Minimal changes for `-Xcheckinit` compatibilityStefan Zeiger2016-08-121-0/+1
|/
* Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-041-3/+3
|\
| * Clarified and expanded which Builders were reusableRex Kerr2016-01-301-3/+3
* | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
|/
* Remove two lingering `println`s in non-debug methods of the library.Sébastien Doeraene2015-10-131-2/+0
* SI-9407 Vector implementation bit-shift bugfixRex Kerr2015-08-291-10/+1
* SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
* SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-1/+1
* Merge pull request #3213 from Ichoran/issue/8014Adriaan Moors2013-12-031-1/+1
|\
| * Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-1/+1
* | SI-7373 Make the constructor of Vector non-publicJason Zaugg2013-12-031-1/+1
|/
* SI-7725 - Vector concatenation is unreasonably slowRex Kerr2013-09-201-3/+26
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-11/+11
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-10/+6
* | Remove unused private members.Paul Phillips2012-11-011-4/+3
* | Merge branch '2.10.x'Paul Phillips2012-09-201-18/+5
|\|
| * Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-19/+6
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-1/+2
|\|
| * More relative path elimination.Paul Phillips2012-09-151-1/+2
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-1/+1
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* | Modified SI-6150 fix again.Paul Phillips2012-08-171-3/+3
* | Modified SI-6150 fix to use intended ReusableCBF.Paul Phillips2012-08-161-3/+3
* | Fixes SI-6150.Aleksandar Prokopec2012-08-151-19/+10
|/
* Make field strict and private.Aleksandar Prokopec2012-07-181-1/+1
* Fix SI-5937.Aleksandar Prokopec2012-07-181-10/+16
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-3/+7
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* Move vector descrition from the obejct to the c...Paul Phillips2011-07-291-8/+8
* Basic scaladoc for Vector.Paul Phillips2011-07-161-0/+18
* Added Vector class documentation.Paul Phillips2011-07-161-0/+7
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-8/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-3/+3