summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new version of decode that does not need a length.Martin Odersky2010-03-192-42/+49
|
* Spring cleaning of collection libraries.Martin Odersky2010-03-1914-137/+307
| | | | | | If people think some operations can be more lazy, please provide patches/do changes. Also brought proxies and forwarders into line.
* Closes #2827. Review by community.Philipp Haller2010-03-193-16/+40
|
* Fixes #3054. No review.Hubert Plociniczak2010-03-197-18/+60
|
* Reverse didn't work for empty ranges.Aleksandar Pokopec2010-03-181-1/+1
|
* Closes #3133. Review by community.Hubert Plociniczak2010-03-175-8/+12
|
* Continuations support classes are included in s...Miles Sabin2010-03-171-0/+1
| | | | | | | Continuations support classes are included in scala-library.jar so their sources should be in scala-library-src.jar. Also export scala.util.continuations from the scala-library bundle.
* Closes #3185. Review by plocinic.Philipp Haller2010-03-173-0/+46
|
* closes #3112. no review.Tiark Rompf2010-03-163-12/+32
|
* added test case for #2417. no reviewTiark Rompf2010-03-162-0/+89
|
* Fixed build problem by eliminiating a redundant...Martin Odersky2010-03-161-1/+1
| | | | | | Fixed build problem by eliminiating a redundant implicit in scalap. Review by extempore.
* Closes #2688 by disallowing call-by-name implic...Martin Odersky2010-03-161-0/+4
| | | | | Closes #2688 by disallowing call-by-name implicit parameters. No review.
* new testsMartin Odersky2010-03-165-34/+32
|
* Closes #2913.Martin Odersky2010-03-162-1/+32
| | | | | different from the other errors, so no second try was done for them.)
* Fixes nitpicks by Adriaan in his review.Martin Odersky2010-03-161-3/+3
|
* Closes #3180. No review.Martin Odersky2010-03-161-2/+5
|
* Fixes infinite streams in #3091. No review.Aleksandar Pokopec2010-03-162-0/+15
|
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-162-4/+8
|
* Changed `!=` to `ne` for #3086. No review.Aleksandar Pokopec2010-03-161-13/+13
|
* added support for continuations in try/catch bl...Tiark Rompf2010-03-1611-24/+245
| | | | | | added support for continuations in try/catch blocks. review by community.
* Tracked down docs.lib build issue from the dent...Paul Phillips2010-03-151-1/+1
| | | | | | | Tracked down docs.lib build issue from the dentist's chair while waiting for my teeth to numb. Checking in over open wireless access point. This is dedication. No review.
* fixed treatment of annotated types in isNumeric...Tiark Rompf2010-03-152-4/+5
| | | | | | fixed treatment of annotated types in isNumericSubType. re-enabled test case. review by odersky
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-153-0/+75
|
* minor cleanup to build.xml. review by rompfLukas Rytz2010-03-151-35/+18
|
* new immutable.HashSet. review by community.Tiark Rompf2010-03-153-110/+315
|
* Fixes #3086. Review by community.Aleksandar Pokopec2010-03-151-13/+13
|
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-154-9/+19
|
* Fixes #3155. No review is necessary.Aleksandar Pokopec2010-03-151-0/+2
|
* Fix for msil compiler.Lukas Rytz2010-03-151-1/+1
|
* Reverting a couple replacements from that last ...Paul Phillips2010-03-152-6/+6
| | | | | | Reverting a couple replacements from that last patch which don't look so safe on re-examination. No review.
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-1539-112/+114
| | | | | | | | | | | | | | | | | | | | | | | | | Leveraged -Xmigration to burn off some warts which arose in the new collections. Warnings put in place for behavioral changes, allowing the following. 1) Buffers: create new collections on ++ and -- like all the other collections. 2) Maps: eliminated never-shipped redundant method valuesIterable and supplied these return types: def keys: Iterable[A] def keysIterator: Iterator[A] def values: Iterable[B] def valuesIterator: Iterator[B] def keySet: Set[A] I concluded that keys should return Iterable because keySet also exists on Map, and is not solely in the province of Maps even if we wanted to change it: it's defined on Sorted and also appears in some Sets. So it seems sensible to have keySet return a Set and keys return the more general type. Closes #3089, #3145. Review by odersky.
* improved immutable HashMap iterator.Tiark Rompf2010-03-141-31/+101
|
* Tighten update check in cleanup.Paul Phillips2010-03-142-1/+8
|
* Test case for #2940. No review.Paul Phillips2010-03-142-0/+15
|
* Test case closes #751. No review.Paul Phillips2010-03-141-0/+6
|
* Closes #2918. Review by moors.Martin Odersky2010-03-132-3/+30
|
* More support code for the big partest patch I'm...Paul Phillips2010-03-138-37/+59
| | | | | | More support code for the big partest patch I'm working on to finally finish classpaths for good. No review.
* Improved version where bumping and zero-encodin...Martin Odersky2010-03-131-38/+9
| | | | | Improved version where bumping and zero-encoding are rolled into one.
* Closes #3120. Review by extempore.Martin Odersky2010-03-132-0/+16
|
* Disabled failing testMartin Odersky2010-03-131-4/+4
|
* Added an object to mangle byte arrays into Java...Martin Odersky2010-03-121-0/+269
| | | | | | Added an object to mangle byte arrays into Java classfile's version of UTF8.
* Closes #3143. Review by moors.Martin Odersky2010-03-123-30/+45
|
* do not set the type of the implementation metho...Hubert Plociniczak2010-03-121-1/+1
| | | | | | | do not set the type of the implementation method to be the type of the original one as this is done properly in cloneSymbol. no review (already done by Martin)
* Added continuations to maven deployment.Josh Suereth2010-03-123-1/+121
|
* added missing file from last commit. no review.Tiark Rompf2010-03-111-0/+60
|
* Partially reverted r21018.Martin Odersky2010-03-112-29/+29
|
* moved the continuations plugin into trunk.Tiark Rompf2010-03-1178-5/+2322
|
* Closes #3158. No review necessary.Martin Odersky2010-03-113-0/+12
|
* implemented handling of 32-bit collisions in im...Tiark Rompf2010-03-111-6/+60
| | | | | | implemented handling of 32-bit collisions in immutable.HashMap. review by community.
* Closes #3157 by overriding +: in List.Martin Odersky2010-03-111-1/+6
|