summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-1870-515/+100
* SI-7841 Remove AnyRef specialization from AbstractPartialFunctionJason Zaugg2013-09-161-1/+13
* SI-7841 Remove commented out AnyRef specialization from Function{0,1}.Jason Zaugg2013-09-153-3/+3
* Merge remote-tracking branch 'origin/master' into merge/2.10.x-to-masterJason Zaugg2013-09-112-24/+49
|\
| * Merge pull request #2927 from Ichoran/issue/7708Grzegorz Kossakowski2013-09-111-10/+17
| |\
| | * SI-7708 - Improve Bitset foreach performanceRex Kerr2013-09-091-10/+17
| * | SI-7356 - Source.mkString performs painfully slow (...)Rex Kerr2013-09-101-14/+32
| |/
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-masterJason Zaugg2013-09-103-38/+36
|\ \ | |/ |/|
| * Merge pull request #2866 from retronym/ticket/7269Jason Zaugg2013-09-092-3/+5
| |\
| | * SI-7269 Rework MapLike#retains to account for desugaring changeJason Zaugg2013-08-292-3/+5
| * | SI-7814 Updates the instrumented version of ScalaRuntime.Jason Zaugg2013-09-051-24/+28
| * | SI-7814 Avoid init cycle between Predef, `package`, ScalaRuntimeJason Zaugg2013-09-051-11/+3
| |/
* | Merge pull request #2865 from folone/trampolinesGrzegorz Kossakowski2013-09-071-9/+54
|\ \
| * | Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34
| * | Alter TailRec to have map and flatMapGeorge Leontiev2013-08-241-7/+42
* | | Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-304-4/+4
|/ /
* | Merge pull request #2867 from mmorearty/patch-1Adriaan Moors2013-08-231-1/+1
|\ \
| * | Fix typo in sample code in scaladoc for package scala.sys.processMike Morearty2013-08-231-1/+1
* | | Merge pull request #2858 from Debilski/docstring-fixAdriaan Moors2013-08-231-1/+1
|\ \ \ | |/ / |/| |
| * | ProcessBuilder.lines(log) *does* throw an exception.Rike-Benjamin Schuppner2013-08-201-1/+1
* | | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-211-0/+22
|\ \ \ | |/ / |/| |
| * | moves compileTimeOnly to scala-libraryEugene Burmako2013-08-141-0/+22
* | | Add a helper method drop to ScalaRunTime.Paul Phillips2013-08-171-1/+5
* | | Merge pull request #2803 from adriaanm/rebase-2728Adriaan Moors2013-08-161-18/+16
|\ \ \
| * | | Remove unused private[scala] def ScalaRunTime.checkZipSimon Ochsenreither2013-08-081-14/+0
| * | | SI-7658 Prevent StackOverflowError in ScalaRunTime.stringOfSimon Ochsenreither2013-08-081-4/+16
| |/ /
* | | Merge pull request #2798 from som-snytt/issue/7544-errmsgAdriaan Moors2013-08-161-1/+2
|\ \ \
| * | | StringContext#checkLengths reports bad args countSom Snytt2013-08-061-1/+2
| |/ /
* | | Merge pull request #2831 from soc/SI-7624Grzegorz Kossakowski2013-08-1510-1762/+625
|\ \ \
| * | | SI-7624 Fix -Xlint warnings in AnyVal-related codeSimon Ochsenreither2013-08-159-1762/+624
| * | | SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-151-0/+1
* | | | Merge pull request #2819 from som-snytt/issue/regextract-charAdriaan Moors2013-08-141-0/+38
|\ \ \ \
| * | | | SI-7737 Regex matches CharSom Snytt2013-08-101-0/+38
| | |/ / | |/| |
* | | | Merge pull request #2791 from som-snytt/issue/7265-2.11Adriaan Moors2013-08-141-4/+3
|\ \ \ \
| * | | | SI-7265 javaSpecVersion, adjust isJava... testsSom Snytt2013-08-011-4/+3
| |/ / /
* | | | Merge pull request #2780 from lcycon/lcycon-deprecate_lockAdriaan Moors2013-08-141-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add deprecation warning to lock classLuke Cycon2013-07-291-0/+1
* | | | Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-081-0/+2
| |/ / |/| |
* | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-293-33/+221
|\ \ \ | | |/ | |/|
| * | Merge pull request #2674 from richdougherty/2.10.x-si7336-try2Adriaan Moors2013-07-122-24/+197
| |\ \
| | * | SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-062-24/+197
| * | | Merge pull request #2666 from som-snytt/issue/7265-spec-at-leastAdriaan Moors2013-07-121-10/+25
| |\ \ \
| | * | | SI-7265 General test for spec versionSom Snytt2013-07-041-10/+25
| * | | | fix typo in BigInt/BigDecimal deprecation messagesSeth Tisue2013-07-082-2/+2
| | |/ / | |/| |
* | | | Merge pull request #2733 from soc/SI-6811-textGrzegorz Kossakowski2013-07-271-0/+8
|\ \ \ \
| * | | | SI-6811 Deprecate scala.textSimon Ochsenreither2013-07-141-0/+8
* | | | | Merge pull request #2751 from soc/SI-7592-defaultmapmodelGrzegorz Kossakowski2013-07-271-0/+1
|\ \ \ \ \
| * | | | | SI-7592 Deprecate s.c.m.DefaultMapModelSimon Ochsenreither2013-07-191-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2766 from xuwei-k/request/mergeable-either-value-classGrzegorz Kossakowski2013-07-271-1/+1
|\ \ \ \ \
| * | | | | MergeableEither extends AnyValxuwei-k2013-07-241-1/+1
| |/ / / /