summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3748 from retronym/ticket/8587Jason Zaugg2014-05-202-8/+7
|\
| * SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-142-8/+7
* | SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-47/+50
|/
* Merge pull request #3704 from gourlaysama/wip/t8504Jason Zaugg2014-05-081-1/+1
|\
| * SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-1/+1
* | Merge pull request #3706 from gourlaysama/wip/t8550Jason Zaugg2014-05-081-1/+1
|\ \
| * | SI-8550 fix scaladoc for the default s.c.LinearSeq.Antoine Gourlay2014-04-301-1/+1
| |/
* / SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-051-0/+3
|/
* Correction in the documentation.kurnevsky2014-04-081-1/+2
* SI-8428 Refactor ConcatIteratorJason Zaugg2014-03-241-5/+5
* SI-8428 Fix regression in iterator concatenationJason Zaugg2014-03-201-1/+1
* Remove "will not terminate" from toStream docBrian McKenna2014-03-121-1/+0
* SI-8377 - Clarify the asynchronous requirement of ExecutionContextViktor Klang (√)2014-03-101-2/+7
* Merge pull request #3584 from martijnhoekstra/patch-1Adriaan Moors2014-03-091-1/+1
|\
| * minor typos in the doc of applyOrElsemartijnhoekstra2014-02-251-1/+1
* | SI-8372: unspliceable type printed in error messageGrzegorz Kossakowski2014-03-071-2/+17
|/
* Merge pull request #3581 from Ichoran/issue/3235-minimalAdriaan Moors2014-02-253-3/+21
|\
| * SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-253-3/+21
* | Merge pull request #3498 from Ichoran/issue/8240Grzegorz Kossakowski2014-02-251-9/+92
|\ \
| * | SI-8240 Consider rolling back optimizations for ListRex Kerr2014-02-251-9/+92
| |/
* | Merge pull request #3582 from adriaanm/t8251Grzegorz Kossakowski2014-02-253-16/+7
|\ \ | |/ |/|
| * SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-243-16/+7
* | Merge pull request #3566 from adriaanm/t6455Grzegorz Kossakowski2014-02-251-0/+29
|\ \ | |/ |/|
| * SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+29
* | 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
| |/