summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-111-0/+16
*-------. Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-112-35/+6
|\ \ \ \ \
| | | * | | SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-051-1/+2
| * | | | | adds the sha1 files of the new starr / stringContext.fDominik Gruntz2012-07-061-37/+2
| * | | | | macro-based string interpolation formatterAdriaan Moors2012-07-061-4/+9
| | |_|/ / | |/| | |
* | | | | Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-0911-209/+245
| |_|_|/ |/| | |
* | | | Merge pull request #829 from ConnorDoyle/masterAdriaan Moors2012-07-081-3/+3
|\ \ \ \
| * | | | Fixed the API documentation for scala.collection.MapLike.filterNot. The prev...Connor Doyle2012-07-051-3/+3
* | | | | Merge pull request #816 from VladUreche/feature/diagrams-dev-pullreq-newJosh Suereth2012-07-072-7/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Diagram tweaks #1Vlad Ureche2012-07-021-0/+1
| * | | | Documented SyncVarVlad Ureche2012-07-021-7/+13
| | |/ / | |/| |
* | | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-067-93/+148
|\ \ \ \
| * | | | Updates scala.util.control.NonFatal documentation, as suggested in code reviewHeather Miller2012-07-061-6/+9
| * | | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-057-87/+139
| | |/ / | |/| |
* / | | SI-6033 Closed. Provides implicit conversion from java.math.BigInteger to BigIntDominik Gruntz2012-07-051-1/+10
|/ / /
* | / tags for AnyVal and AnyRefEugene Burmako2012-07-042-2/+10
| |/ |/|
* | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-0311-96/+122
|\ \
| * | miscellaneous cleanupEugene Burmako2012-07-021-2/+2
| * | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-024-9/+0
| * | Improves backward compatibility of manifestsEugene Burmako2012-07-028-85/+120
| |/
* / better module classes support in the reflection APIEugene Burmako2012-07-023-5/+23
|/
* 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-2830-389/+442
|\ \ \
| * \ \ 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
| * | | Merge pull request #787 from axel22/issue/5971Josh Suereth2012-06-273-3/+3
| |\ \ \
| | * | | Fix SI-5971.Aleksandar Prokopec2012-06-273-3/+3
| | |/ /
| * | | Merge pull request #754 from scalamacros/topic/removereflectcompatAdriaan Moors2012-06-273-35/+2
| |\ \ \
| | * | | removes pre-M4 compatibility stubs for the IDEEugene Burmako2012-06-213-35/+2
| * | | | SI-5914 handle null in classtag extractorAdriaan Moors2012-06-261-1/+1
| | |/ / | |/| |
| * | | 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
| * | | | Merge pull request #764 from soc/patch-5Adriaan Moors2012-06-241-142/+147
| |\ \ \ \
| | * | | | IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
| | |/ / /
| * / / / Adds missing closing curly brace to ScalaDoc code example.soc2012-06-241-2/+3
| |/ / /
| * | | Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Fix SI-4809.Aleksandar Prokopec2012-06-211-4/+4
| | |/
| * | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-192-3/+3
| |\ \
| | * | improves showRawEugene Burmako2012-06-192-3/+3
| * | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-187-4/+52
| |\ \ \
| | * | | Fixing embarassing typo.Josh Suereth2012-06-181-1/+1