summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-293-77/+102
|\
| * pull request feedbackpavelpavlov2012-08-231-0/+21
| * PartialFunction polishingPavel Pavlov2012-08-233-77/+81
* | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
* | Merge pull request #1179 from scalamacros/topic/classtag-of-nothingPaul Phillips2012-08-231-7/+2
|\ \ | |/ |/|
| * reverts changes to ClassTag.NothingEugene Burmako2012-08-221-7/+2
* | Merge pull request #1177 from scalamacros/topic/abstypeofJosh Suereth2012-08-231-0/+2
|\ \
| * | exposes absTypeTag and absTypeOfEugene Burmako2012-08-211-0/+2
| |/
* | Merge pull request #1172 from Blaisorblade/topic/deprecated-conversionJosh Suereth2012-08-232-2/+23
|\ \
| * | JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-202-2/+23
* | | Merge pull request #1183 from jsuereth/fix/try-catch-inversionJosh Suereth2012-08-231-1/+1
|\ \ \
| * | | Fix stupid logic inversion of try-catchJosh Suereth2012-08-211-1/+1
| | |/ | |/|
* | | Merge pull request #1167 from Blaisorblade/topic/stream-const-spaceGrzegorz Kossakowski2012-08-221-12/+30
|\ \ \ | |/ / |/| |
| * | Remove commented out codePaolo Giarrusso2012-08-201-17/+0
| * | Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-201-0/+35
| |/
* | Merge pull request #1165 from jsuereth/fix/try-catch-libsJosh Suereth2012-08-201-27/+16
|\ \
| * | Unify scala.util.control.Exception with scala.util.TryJosh Suereth2012-08-201-27/+16
| |/
* | Attempts to improve inlining behavior for map, flatMap.Grzegorz Kossakowski2012-08-202-5/+33
* | Reverted addition of 5 specialized method from LinearSeqOptimized to List.Martin Odersky2012-08-201-56/+0
* | Moved five methods from LinearSeqOptimized to ListMartin Odersky2012-08-202-58/+56
* | Don't allocate closure in List.hashCode.Grzegorz Kossakowski2012-08-201-1/+19
* | Optimizations to cut down on #closures createdMartin Odersky2012-08-201-1/+58
* | Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-201-1/+9
|/
* Restored lastNoSuccess to Parsers.Paul Phillips2012-08-171-6/+12
* Hunting down eliminable :: allocations.Paul Phillips2012-08-173-7/+8
* Merge pull request #1093 from jsuereth/fix/SI-6208-2.10.xPaul Phillips2012-08-161-0/+12
|\
| * Fix SI-6208. mutable.Queue now returns mutable.Queue for collection methods ...Josh Suereth2012-08-081-0/+12
* | Merge pull request #1145 from scalamacros/topic/cleanupEugene Burmako2012-08-1615-88/+53
|\ \
| * | cleanup of reflection- and macro-related stuffEugene Burmako2012-08-1515-88/+53
* | | SI-6167 Override SeqLike#isEmpty for better performanceSimon Ochsenreither2012-08-141-0/+2
|/ /
* | Fix for view isEmpty.Paul Phillips2012-08-138-20/+36
* | Merge pull request #1116 from scalamacros/topic/flags-againJosh Suereth2012-08-113-8/+6
|\ \
| * | a follow up on e01ec05a1eEugene Burmako2012-08-103-8/+6
* | | Merge pull request #1105 from rklaehn/SI-6197Josh Suereth2012-08-111-1/+6
|\ \ \
| * | | Only create a HashTrieSet if necessary.Ruediger Klaehn2012-08-091-1/+6
* | | | Merge pull request #1097 from rklaehn/SI-6198Josh Suereth2012-08-112-12/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Create a HashSet1 in case ks1 contains just one entryRuediger Klaehn2012-08-091-3/+5
| * | | Renamed elem to head and next to tailRuediger Klaehn2012-08-091-9/+9
| |/ /
* | | Merge pull request #1111 from scalamacros/ticket/6212Josh Suereth2012-08-102-4/+1
|\ \ \
| * | | refines api.FlagSetsEugene Burmako2012-08-102-4/+1
* | | | Merge pull request #1108 from rklaehn/SI-5879Josh Suereth2012-08-101-14/+18
|\ \ \ \
| * | | | Ensure that a.merged(b)(null) always chooses a in case of collisionsRuediger Klaehn2012-08-091-14/+18
| | |/ / | |/| |
* | | | SI-6119 Fix mispelling on take documentation.Daniel C. Sobral2012-08-091-1/+1
| |/ / |/| |
* | | Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-086-122/+103
|\ \ \
| * | | Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
| * | | Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-073-23/+7
| * | | Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-052-3/+17
| |\ \ \
| | * | | SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-052-3/+17
| * | | | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-1/+1
| |/ / /
| * | | Basing Futures on Try instead of EitherHeather Miller2012-08-045-105/+87