summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4707 from fthomas/topic/pins-linkLukas Rytz2015-08-281-2/+3
|\
| * Add link to online version of Programming in ScalaFrank S. Thomas2015-08-241-2/+3
* | SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
|/
* Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
* Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
|\
| * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
* | Merge pull request #4697 from martijnhoekstra/patch-3Seth Tisue2015-08-191-2/+2
|\ \
| * | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
| |/
* / Fix method name reference in Predef documentationJanek Bogucki2015-08-191-1/+1
|/
* Merge pull request #4620 from lastland/patch-1Seth Tisue2015-08-071-1/+2
|\
| * Wait until the cat process is finished.Li Yao2015-08-071-1/+2
| * Fix the bug in the example in scala.sys.processLi Yao2015-07-111-1/+1
* | Merge pull request #4443 from adriaanm/abstractpromise-avoid-unsafeSeth Tisue2015-08-061-30/+7
|\ \
| * | SI-8362: AbstractPromise extends AtomicReferenceMariot Chauvin2015-07-291-30/+7
* | | Merge pull request #4684 from janekdb/2.11.x-unit-return-in-mapSeth Tisue2015-08-061-1/+1
|\ \ \
| * | | Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
* | | | Avoid unnecessary implicit view on StringJanek Bogucki2015-08-051-2/+2
|/ / /
* / / Delegate null test to OptionJanek Bogucki2015-08-042-37/+9
|/ /
* | ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-286-7/+7
* | SI-9406 fix doc for Range.takeRightSeth Tisue2015-07-181-1/+1
|/
* Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-011-1/+1
|\
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-012-0/+5
|\ \ | |/ |/|
| * SI-9206: REPL custom welcome messageSom Snytt2015-06-232-0/+5
* | SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-292-4/+8
* | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-231-1/+1
|\ \ | |/ |/|
| * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-221-3/+4
|\ \ | |/ |/|
| * SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
* | Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* | Merge pull request #4331 from Ichoran/issue/8930Adriaan Moors2015-06-191-5/+12
|\ \ | |/ |/|
| * SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
* | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-184-22/+7
|\ \
| * | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| * | SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-173-18/+3
* | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-181-0/+6
|\ \ \
| * | | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-141-0/+6
| |/ /
* | | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-2/+2
|\ \ \ | |_|/ |/| |
| * | fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
* | | Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-172-2/+2
|\ \ \
| * | | Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-162-2/+2
* | | | Merge pull request #4541 from vuakko/SI-9348_2.11.xAdriaan Moors2015-06-171-3/+3
|\ \ \ \
| * | | | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-171-3/+3
* | | | | Merge pull request #4420 from Ichoran/issue/8254Adriaan Moors2015-06-171-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
* | | | | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-477/+235
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-477/+235
| | |_|/ | |/| |
* | | | Better names for length valuesDaniel Dietrich2015-06-051-5/+5
* | | | Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
|/ / /
* | | SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12