summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3127 from RajivKurian/OpenHashMap-nextPowerOfTwo-implemen...Adriaan Moors2013-11-131-3/+2
|\
| * Use an intrinsic for the next power of two calculation and also return the in...Rajiv2013-11-111-3/+2
* | Merge pull request #3113 from adriaanm/pr-rebase-3046Adriaan Moors2013-11-123-20/+20
|\ \
| * | Make parameters to implicit value classes privateJason Zaugg2013-11-123-20/+20
| |/
* | Merge pull request #3121 from rjfwhite/SI-7568James Iry2013-11-121-1/+1
|\ \
| * | SI-7568 Adding Serializable to ResizableArrayAccess inner class of PriorityQueuerjfwhite2013-11-111-1/+1
| |/
* / SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-122-14/+18
|/
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0770-17/+189
* Merge pull request #3086 from axel22/topic/pc-execution-contextAdriaan Moors2013-11-052-10/+87
|\
| * SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-292-10/+87
* | from Issue #3098Xusen Yin2013-11-051-2/+2
* | Collections: remove redundant calls to .seqJason Zaugg2013-10-319-13/+13
|/
* Merge pull request #3079 from jamesward/fix/ec-implicit-errorJames Iry2013-10-251-1/+1
|\
| * More clear implicitNotFound error for ExecutionContextJames Ward2013-10-241-1/+1
* | Merge pull request #3006 from ivmaykov/masterAdriaan Moors2013-10-241-0/+9
|\ \ | |/ |/|
| * SI-7883: Added a comment per CR feedback from @adriaanm, @IchoranIlya Maykov2013-10-031-0/+3
| * SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+6
* | IterableLike.grouped() : More explicit documentationValerian2013-10-141-1/+1
* | IterableLike grouped : fix documentationValerian2013-10-101-1/+1
* | Merge pull request #3014 from ceedubs/pr/implicitNotFound-scaladocAdriaan Moors2013-10-071-2/+5
|\ \
| * | Describe type parameter interpolation in @implicitNotFound documentationCody Allen2013-10-031-2/+5
* | | Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-031-1/+1
|\ \ \ | |/ / |/| |
| * | SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-011-1/+1
| |/
* / Removing unused code.Paul Phillips2013-10-022-1/+2
|/
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-271-7/+4
|\
| * SI-7861 Don't execute internal callbacks on the user ExecutorJason Zaugg2013-09-211-7/+4
* | Remove octal escape literals from the codebaseSimon Schaefer2013-09-251-22/+22
* | Merge pull request #2938 from Ichoran/issue/7725Jason Zaugg2013-09-231-3/+26
|\ \
| * | SI-7725 - Vector concatenation is unreasonably slowRex Kerr2013-09-201-3/+26
* | | Merge pull request #2953 from jiaweihli/masterJason Zaugg2013-09-231-1/+1
|\ \ \
| * | | Fix typo in documentation.Jiawei Li2013-09-161-1/+1
* | | | Convenience methods from Try[T] => {Future, Promise}[T]Jason Zaugg2013-09-192-2/+16
| |/ / |/| |
* | | 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