summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* reverts changes to ClassTag.NothingEugene Burmako2012-08-221-7/+2
* 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
* | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-071-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-071-2/+2
* | | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-076-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Removes AnyRef specialization from libraryVlad Ureche2012-08-076-7/+7
* | | | update and normalize copyright noticeAdriaan Moors2012-08-076-6/+6
|/ / /
* | | Merge pull request #1050 from scalamacros/topic/better-error-messagesJosh Suereth2012-08-061-14/+24
|\ \ \
| * | | better error messages for Symbol.asXXX methodsEugene Burmako2012-08-061-14/+24
* | | | Merge pull request #1055 from scalamacros/topic/deprecate-manifest-incantationsJosh Suereth2012-08-061-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | adds deprecation annotations on manifest incantationsEugene Burmako2012-08-051-0/+3
| |/ /
* | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-051-22/+20
|\ \ \ | |_|/ |/| |
| * | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-281-22/+20
* | | Merge pull request #1028 from odersky/topic/worksheetAdriaan Moors2012-08-041-7/+13
|\ \ \
| * | | Better worksheet support.Martin Odersky2012-08-031-5/+7
| * | | Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-311-7/+11