summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3563 from adriaanm/t5479Grzegorz Kossakowski2014-02-222-0/+6
|\
| * SI-5479 link to release notes instead of jira queryAdriaan Moors2014-02-201-1/+1
| * SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-192-0/+6
* | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-181-3/+7
* | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-181-3/+10
|/
* SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-183-32/+43
* Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-151-3/+8
|\
| * SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-3/+8
* | Merge pull request #3528 from Ichoran/issue/6908Adriaan Moors2014-02-151-4/+4
|\ \
| * | Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
| * | SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-1/+1
* | | Merge pull request #3527 from Ichoran/issue/8264Adriaan Moors2014-02-152-6/+7
|\ \ \
| * | | SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-142-6/+7
| |/ /
* | | Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-141-2/+2
|\ \ \
| * | | SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-2/+2
| |/ /
* | | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-141-1/+4
|\ \ \
| * | | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-131-1/+4
| |/ /
* / / SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-121-14/+13
|/ /
* | Merge pull request #3437 from Ichoran/issue/6736Adriaan Moors2014-02-121-31/+116
|\ \
| * | Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-24/+105
| * | SI-6736 Range.contains is wrongRex Kerr2014-02-091-7/+11
* | | Merge pull request #3454 from Ichoran/issue/5994Grzegorz Kossakowski2014-02-112-14/+36
|\ \ \ | |_|/ |/| |
| * | SI-5994 battling implicits for String.linesRex Kerr2014-02-102-14/+36
* | | SI-8167 readLine shold flush output before reading inputJason Zaugg2014-02-111-1/+2
|/ /
* | Merge pull request #3480 from paulp/pr/publicize-abstract-starGrzegorz Kossakowski2014-02-1012-14/+14
|\ \
| * | SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-0612-14/+14
| |/
* | Merge pull request #3470 from demobox/si-8215-follow-upAdriaan Moors2014-02-091-3/+4
|\ \
| * | SI-8215: Correcting typo and splitting a long sentence in MatchIterator docAndrew Phillips2014-02-051-3/+4
| |/
* / SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-15/+12
|/
* Merge pull request #3432 from havocp/patch-1Adriaan Moors2014-02-051-2/+38
|\
| * Improve ExecutionContext implicitNotFound and docsHavoc Pennington2014-01-311-2/+38
* | Merge pull request #3453 from Ichoran/issue/4997Adriaan Moors2014-02-051-0/+1
|\ \
| * | SI-4997 deprecate StringLike.linesIterator for StringLike.linesRex Kerr2014-01-311-0/+1
* | | PR #3233 cleanupPavel Pavlov2014-02-051-32/+31
* | | Merge pull request #3439 from demobox/issue-8215Adriaan Moors2014-02-031-11/+28
|\ \ \
| * | | SI-8215 Documenting the possibility of IllegalStateExceptions when using Matc...Andrew Phillips2014-02-011-2/+27
| * | | SI-8215 Removing ASCII art class diagram in Scaladoc for RegexAndrew Phillips2014-02-011-9/+1
| |/ /
* | | Merge pull request #3445 from retronym/topic/opt7Grzegorz Kossakowski2014-02-021-0/+46
|\ \ \
| * | | More overrides for SetNJason Zaugg2014-02-011-0/+46
| |/ /
* / / SI-7266 Stream leaks memoryRex Kerr2014-01-311-2/+6
|/ /
* / SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-302-4/+26
|/
* Fix misuse of underscores.Paul Phillips2014-01-251-4/+4
* Merge pull request #3388 from rklaehn/issue/7445Adriaan Moors2014-01-242-17/+19
|\
| * SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-202-17/+19
* | Improve naming of ReadStdinSimon Ochsenreither2014-01-183-32/+32
|/
* Merge pull request #3322 from rklaehn/issue/6253Ichoran2014-01-161-14/+511
|\
| * SI-6253 HashSet should implement unionRĂ¼diger Klaehn2014-01-161-14/+511
* | SI-4370 Range bug: Wrong result for Long.MinValue to Long.MaxValue by Int.Max...Rex Kerr2014-01-151-20/+71
|/
* Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-152-0/+243
|\
| * SI-6200 - HashMap should implement filterRĂ¼diger Klaehn2014-01-151-0/+122