summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #792 from jsuereth/fixup/from-reprJosh Suereth2012-06-294-33/+82
|\
| * Split @milessabin HasRepr into IsTraversableOnce and IsTraversableLike type c...Josh Suereth2012-06-274-33/+82
* | Merge pull request #793 from jsuereth/fix/convert-toJosh Suereth2012-06-294-12/+12
|\ \
| * | Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-284-12/+12
* | | Merge branch 'master' into issue/5846,4597,4027,4112Aleksandar Prokopec2012-06-2821-331/+422
|\ \ \
| * \ \ Merge pull request #790 from axel22/issue/3326Josh Suereth2012-06-281-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fix SI-3326.Aleksandar Prokopec2012-06-271-0/+8
| * | | Merge pull request #791 from axel22/issue/5336Josh Suereth2012-06-272-1/+3
| |\ \ \
| | * | | Fix SI-5336.Aleksandar Prokopec2012-06-272-1/+3
| | |/ /
| * | | Merge pull request #786 from axel22/issue/5986-cherryJosh Suereth2012-06-273-20/+21
| |\ \ \
| | * | | Fix SI-5986.Aleksandar Prokopec2012-06-273-20/+21
| | |/ /
| * | | Merge pull request #785 from axel22/feature/to-parJosh Suereth2012-06-271-6/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Parallelize convertTo in parallel collection.Aleksandar Prokopec2012-06-271-6/+6
| * | | Fix SI-5971.Aleksandar Prokopec2012-06-273-3/+3
| |/ /
| * | Merge pull request #766 from soc/patch-8Adriaan Moors2012-06-241-157/+161
| |\ \
| | * | LongMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-157/+161
| * | | IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
| |/ /
| * | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-187-4/+52
| |\ \
| | * | Fixing embarassing typo.Josh Suereth2012-06-181-1/+1
| | * | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-185-16/+19
| | * | Rename copyTo to build based on consensus of 3Josh Suereth2012-06-184-7/+7
| | * | Fixes from review.Josh Suereth2012-06-184-9/+9
| | * | Adding copyInto and toVector methods to collections.Josh Suereth2012-06-186-0/+45
| | |/
| * | Merge pull request #741 from axel22/issue/4954Josh Suereth2012-06-182-13/+36
| |\ \
| | * | Fix SI-4954.Aleksandar Prokopec2012-06-182-13/+36
| | |/
| * | Merge pull request #742 from axel22/feature/pc-ctrieJosh Suereth2012-06-181-1/+5
| |\ \
| | * | Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-1/+5
| | |/
| * / Remove unused type parameter.Paul Phillips2012-06-151-1/+1
| |/
* / Fix SI-5846 and SI-4027.Aleksandar Prokopec2012-06-287-33/+89
|/
* removes array tagsEugene Burmako2012-06-0820-91/+90
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-0/+2
* removes tags and their incantations from PredefEugene Burmako2012-06-0816-4/+17
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-083-5/+5
* Merge pull request #672 from axel22/issue/5857Adriaan Moors2012-06-082-2/+42
|\
| * Fixes SI-5857.Aleksandar Prokopec2012-06-062-2/+42
* | Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-079-27/+11
* | Merge pull request #673 from axel22/issue/5880Josh Suereth2012-06-061-2/+8
|\ \
| * | Fix SI-5880.Aleksandar Prokopec2012-06-061-2/+8
| |/
* | Merge pull request #671 from axel22/issue/5867Josh Suereth2012-06-061-0/+2
|\ \
| * | Fix SI-5867.Aleksandar Prokopec2012-06-061-0/+2
| |/
* / Fix SI-5879.Aleksandar Prokopec2012-06-061-15/+52
|/
* Fix `Hashing`.Aleksandar Prokopec2012-06-011-10/+12
* Remove Equality in favour of Equiv.Aleksandar Prokopec2012-06-011-5/+5
* Add Hashing and Equality typeclasses.Aleksandar Prokopec2012-06-011-27/+45
* Merge pull request #621 from axel22/issue/5085bAdriaan Moors2012-05-251-4/+22
|\
| * Fixes SI-5085 and SI-4833.Aleksandar Prokopec2012-05-251-4/+22
* | Merge pull request #618 from axel22/issue/5428Adriaan Moors2012-05-251-0/+5
|\ \
| * | Fixes SI-5428.Aleksandar Prokopec2012-05-241-0/+5
| |/
* / Fixes SI-5441.Aleksandar Prokopec2012-05-241-2/+2
|/
* Merge pull request #586 from axel22/issue/5804Josh Suereth2012-05-222-15/+13
|\