A new milestone release [1] for Scala is available. This release is cut directly from current development and is not intended for production environments, but is a great chance to try out the up and coming features for Scala 2.10.0. The milestone 2.10.0-M7 includes many fixes and improvements, listed below.
Issue(s) | Commit | Message |
---|---|---|
SI-5788 [6] | c17c95ca3f [7] | SI-5788 correct test and symbol update |
SI-6236 [8] | faa114e2fb [9] | Fixes SI-6236. |
SI-6189 [10] | 5a8dfad583 [11] | Fixes SI-6189. |
SI-6234 [12] | 41bf9c3c35 [13] | Fixes backend crash due to incorrect consumedTypes |
SI-6167 [14] | 7281be9599 [15] | SI-6167 Override SeqLike#isEmpty for better performance |
SI-6223 [16] | 97ae6f6f72 [17] | Move side-effecting call out of debuglog(). Fixes SI-6223. |
SI-5940 [18], SI-5940 [18] | 64138082a4 [19] | SI-5940 impls are no longer in macro def pickles |
SI-6214 [20] | 21fcf64c81 [21] | Fixes SI-6214. |
SI-6198 [22] | cef4726232 [23] | Added test for SI-6198 |
SI-6201 [24] | 8d87387e6a [25] | SI-6201 minor fixes in key points |
SI-6022 [26] | 9108b2506c [27] | SI-6022 cleaner model of variable equality modulo <: |
SI-6022 [26] | e232a614dd [28] | SI-6022 refactor to clean up model of variable equality modulo <: |
SI-6184 [29] | d97f7d9543 [30] | SI-6184 don't introduce dummies in checkableType |
SI-6204 [31], SI-6204 [31] | 4ced74a5ee [32] | SI-6204 reifier no longer causes cyclic errors |
SI-5756 [33] | 2ba6774766 [34] | SI-5756 correctly reifies local module classes |
SI-5687 [35] | 95b3648982 [36] | Fixes SI-5687. |
SI-5158 [37], SI-6070 [38], SI-5739 [39] | 8ebe8e3e88 [40] | SI-5739 (bis) vals for subpatterns unless -optimize |
SI-4023 [41], SI-5947 [42] | 81535ce5b9 [43] | SI-5947 works around getDeclaredClasses |
SI-6040 [44] | f76306b77f [45] | SI-6040 error on unauthorized extension Dynamic |
SI-5933 [46] | 8aebc6c805 [47] | SI-5933 do the new patmat translation for scaladoc |
SI-6186 [48] | 788478d3ab [49] | SI-6186 TypeTags no longer supported in macros |
SI-5498 [50] | e8f1a423d1 [51] | SI-5498 completes ModuleMirror.instance |
SI-6183 [52] | 383fd5c137 [53] | SI-6183 don't crash on type error in outer test |
SI-6145 [54], SI-6145 [54], SI-6145 [54] | 9d330e3c83 [55] | SI-6145 lax typing of args to synthetic case-labels |
SI-6199 [56] | cac52ac3e3 [57] | SI-6199 unit-returning methods now return unit |
SI-4945 [58] | 963aabbeb4 [59] | Fix for SI-4945, repl hang on -i input. |
SI-6181 [60] | 3c4f4865f6 [61] | SI-6181 method mirrors now support by-name args |
SI-6179 [62] | 3aa221e28c [63] | SI-6179 mirrors now work with value classes |
SI-6178 [64] | 432d7b86cb [65] | SI-6178 reflective invocation of magic symbols |
SI-6063 [66] | b65b7b1392 [67] | Fix for SI-6063, broken static forwarders. |
SI-5788 [6], SI-5788 [6] | f492d0aaaa [68] | SI-5788 Tailcalls LabelDefs correctly duplicated |
SI-6188 [69] | cb6066ee61 [70] | Temporarily skips failing test due to optimizer bug SI-6188 |
SI-6185 [71] | 5b82a9702d [72] | SI-6185 - add "prepare" hook to ExecutionContext |
SI-6074 [73] | 816c291006 [74] | SI-6074 |
SI-6175 [75] | ce4bcb5362 [76] | SI-6175 reflect over classes with symbolic names |
SI-6172 [77] | d1a95c8789 [78] | Fixes SI-6172. |
SI-5919 [79], SI-5908 [80] | a354ec2a77 [81] | first stab at serialization of exprs and tags |
SI-5888 [82] | b578059b43 [83] | SI-5888 Mirrors now have sane toStrings |
SI-5736 [84] | 7112c66d69 [85] | navigation between fields and accessors |
SI-5732 [86], SI-5732 [86] | a727c6fc19 [87] | SI-5732 members and derivatives now return Scope |
SI-5751 [88] | ddcba10984 [89] | SI-5751 cleans up toolboxes for the release |
SI-6084 [90] | 991b50f3f4 [91] | Fix for SI-6084, type alias crasher. |
SI-5764 [92] | 6d088252ba [93] | SI-5764 Honor -language:_ |
SI-5866 [94] | 5589eeeb9a [95] | SI-5866 Support casting null to value classes |
SI-5031 [96] | 2a14dd2d23 [97] | Fixed SI-5031. Only consider classes when looking for companion class. sym.effectiveOwner revealed this piece of inconsistency. companionModule is fine because similar check is there already. |
SI-5799 [98] | aad84ecba3 [99] | SI-5799 Secondary constructors in value classes not allowed |
SI-5878 [100] | daf0953c1f [101] | Closes SI-5878 |
SI-5882 [102] | 95d5323583 [103] | Closes SI-5882 |
SI-6146 [104] | a4bb3b679a [105] | Changed isHidden condition back to isSynthetic. |
SI-5958 [106] | ae28472bc7 [107] | SI-5958 This deserves a stable type |
SI-6140 [108] | fa09fad51f [109] | SI-6140 Scaladoc infinite recursion in wiki parser |
SI-4601 [110], SI-4560 [111] | cf709c2dd2 [112] | SI-4560 - improved test |
SI-4601 [110], SI-4560 [111] | 6eb55d4b7a [113] | Fix SI-4560, NoSuchMethodErrors involving self types. |
SI-5897 [114] | 115eede127 [115] | SI-5897 don't check sensicality in match |
SI-2038 [116] | e6912050bf [117] | SI-2038 make pt fully-defined when typing Typed |
# | Author |
---|---|
48 | Eugene Burmako |
31 | Martin Odersky |
23 | Paul Phillips |
15 | Adriaan Moors |
10 | Grzegorz Kossakowski |
6 | Hubert Plociniczak |
5 | Vlad Ureche |
5 | Ruediger Klaehn |
4 | Johannes Rudolph |
2 | Lukas Rytz |
2 | Aleksandar Prokopec |
2 | phaller |
1 | Erik Osheim |
1 | Heather Miller |
1 | Iulian Dragos |
1 | clhodapp |
1 | Simon Ochsenreither |
Special thanks to the 22 projects that have made releases available for this version of Scala!
sha | Title |
---|---|
d971777c87 [141] | rebuilt the starr after performance optimizations |
df9f470f14 [142] | Attempts to improve inlining behavior for map, flatMap. |
ebb719fb92 [143] | Slightly less drastic disabling of statistics. |
bc4e1442b4 [144] | Reverted closure hoisting except for functions returning a Boolean result |
5978a52314 [145] | Partial revert of itransform commit. |
80ba578458 [146] | Reverted addition of 5 specialized method from LinearSeqOptimized to List. |
82c61687d8 [147] | Manaul inling of `UndoLog.undoUnless`. |
c2aae3faa5 [148] | Optimizations to SymTree and transform |
2a2d92352c [149] | Moved five methods from LinearSeqOptimized to List |
67756313a1 [150] | Don't allocate closure in List.hashCode. |
b2f8acda75 [151] | Rework synchronization scheme of `UndoLog` for performance. |
76d8f8bb4b [152] | Mark logging methods in `SymbolTable` with `@inline`. |
fb3157726b [153] | Make Array creation more efficient in hot places. |
1ee7ffb6fd [154] | Optimizations to cut down on #closures created |
0cde930b19 [155] | Made hashCode a method on Type to avoid megamorphic dispatch |
51f47a3c3f [156] | Optimization to atOwner |
1241af326c [157] | Method splitting for erasure, genJVM, parsers, scanners, uncurry |
3bf87369cf [158] | Second part of typed1 optimization |
1a6a9b4c75 [159] | More method hoisting. |
cf9b7ae086 [160] | Compilespeed improvements: Exists arguments and others |
bef9b2ae3d [161] | Fix for community build blocker. |
c17c95ca3f [7] | SI-5788 correct test and symbol update |
ac430ac8ba [162] | cleanup for macroExpand |
b16ea5075c [163] | Restored lastNoSuccess to Parsers. |
05407cdf19 [164] | Use rawflags for checking FINAL flag. |
faa114e2fb [9] | Fixes SI-6236. |
5a8dfad583 [11] | Fixes SI-6189. |
1b3054c077 [165] | Hunting down eliminable :: allocations. |
4b5bf74c69 [166] | Absolutize tools.nsc => scala.tools.nsc. |
5c6d6f4095 [167] | Optimization in SubstMap. |
414106d32c [168] | macroImplSigs => macroImplSig |
6a67ef6914 [169] | phaseId(currentPeriod) >= erasurePhase.id |
8ca3cdb569 [170] | materializeImplicit and implicitsOfExpectedType |
46d57d47e8 [171] | cleanup of reflection- and macro-related stuff |
ce90a46a69 [172] | adds the `skipPackage` attribute to Scaladoc |
41bf9c3c35 [13] | Fixes backend crash due to incorrect consumedTypes |
7281be9599 [15] | SI-6167 Override SeqLike#isEmpty for better performance |
9285bdbd40 [173] | don't catch StackOverFlowError: kills performance |
f783d0b16b [174] | accommodated the feedback for the pull request |
37a290b02e [175] | HIDDEN => ARTIFACT |
caf7eb6b56 [176] | Fix for view isEmpty. |
97ae6f6f72 [17] | Move side-effecting call out of debuglog(). Fixes SI-6223. |
46aab7b8d7 [177] | macro implementations must be public |
64138082a4 [19] | SI-5940 impls are no longer in macro def pickles |
613970af6b [178] | Rewrite of transformTypeTagEvidenceParams. |
01067efa93 [179] | .ensime template for compiler development |
21fcf64c81 [21] | Fixes SI-6214. |
a55788e275 [180] | More resilience to missing classes. |
5d4e4e29b9 [181] | Added make not private logic for @inline accesses back to ExplicitOuter. |
88c9a3cdf1 [182] | A little less indirection. |
cef4726232 [23] | Added test for SI-6198 |
8d87387e6a [25] | SI-6201 minor fixes in key points |
79b0da95b4 [183] | a follow up on e01ec05a1e |
ceb414fa47 [184] | some more copyright cleanup for 2012 |
e01ec05a1e [185] | refines api.FlagSets |
e62248c510 [186] | Ensure that a.merged(b)(null) always chooses a in case of collisions |
39ef1e1e90 [187] | Removed hot statistics call in normal path. |
1f3f1addfd [188] | Only create a HashTrieSet if necessary. |
f71dca29e4 [189] | Made inliner work for @inline methods that access private variables. |
f07501e6f9 [190] | Support per-group flags files in partest |
9108b2506c [27] | SI-6022 cleaner model of variable equality modulo <: |
e232a614dd [28] | SI-6022 refactor to clean up model of variable equality modulo <: |
9cc1f88ad4 [191] | Allow skipping the xz archives |
d97f7d9543 [30] | SI-6184 don't introduce dummies in checkableType |
4c255c46fe [192] | Create a HashSet1 in case ks1 contains just one entry |
90714e7d4a [193] | Renamed elem to head and next to tail |
4ced74a5ee [32] | SI-6204 reifier no longer causes cyclic errors |
2ba6774766 [34] | SI-5756 correctly reifies local module classes |
1183f0639e [194] | an important fixup for macro universe API |
e6b4204604 [195] | Moved inline logic before pickler. |
802771b403 [196] | Better pattern matcher error message. |
95b3648982 [36] | Fixes SI-5687. |
8ebe8e3e88 [40] | SI-5739 (bis) vals for subpatterns unless -optimize |
81535ce5b9 [43] | SI-5947 works around getDeclaredClasses |
f76306b77f [45] | SI-6040 error on unauthorized extension Dynamic |
8aebc6c805 [47] | SI-5933 do the new patmat translation for scaladoc |
788478d3ab [49] | SI-6186 TypeTags no longer supported in macros |
4caa766e85 [197] | Enable inlining in constructors. |
cc3badae17 [198] | Removes AnyRef specialization from library |
e8f1a423d1 [51] | SI-5498 completes ModuleMirror.instance |
90533942f0 [199] | Makes all private variables accessed from an @inline method non-private. |
383fd5c137 [53] | SI-6183 don't crash on type error in outer test |
9d330e3c83 [55] | SI-6145 lax typing of args to synthetic case-labels |
fd3601a833 [200] | Restored :warnings to working order. |
cac52ac3e3 [57] | SI-6199 unit-returning methods now return unit |
963aabbeb4 [59] | Fix for SI-4945, repl hang on -i input. |
7bcb9da473 [201] | mirrors now support overriden fields and methods |
3cbe07f3e3 [202] | sanity check for reflectConstructor |
3c4f4865f6 [61] | SI-6181 method mirrors now support by-name args |
3aa221e28c [63] | SI-6179 mirrors now work with value classes |
432d7b86cb [65] | SI-6178 reflective invocation of magic symbols |
b65b7b1392 [67] | Fix for SI-6063, broken static forwarders. |
f492d0aaaa [68] | SI-5788 Tailcalls LabelDefs correctly duplicated |
d2ab211814 [203] | compatibility stub for SBT 0.12.0 |
f6f15279aa [204] | adds more tests for api.Symbols |
cb6066ee61 [70] | Temporarily skips failing test due to optimizer bug SI-6188 |
5b82a9702d [72] | SI-6185 - add "prepare" hook to ExecutionContext |
c533bf30a4 [205] | Clear uniques via perRunCaches. |
816c291006 [74] | SI-6074 |
ce4bcb5362 [76] | SI-6175 reflect over classes with symbolic names |
f16e2c0874 [206] | Better worksheet support. |
d1a95c8789 [78] | Fixes SI-6172. |
a354ec2a77 [81] | first stab at serialization of exprs and tags |
a19f0e83bf [207] | deploys a new starr that knows reify is a macro |
f7164b8715 [208] | moves Expr from api to base |
a0a63c4558 [209] | evicts last traces of makro from our codebase |
9892f52adf [210] | reflect.makro => reflect.macros (Step I) |
5e1a005252 [211] | removes -Xmacro-(.*)-classpath compiler options |
f126f40b8c [212] | prepares our macro defs for refactoring (Step II) |
280c4906d1 [213] | prepares our macro defs for refactoring (Step I) |
027b00171c [214] | more refinements of reflection API |
b578059b43 [83] | SI-5888 Mirrors now have sane toStrings |
013acf6eb0 [215] | renames asType to toType and asXXXSymbol to asXXX |
367b82de04 [216] | miscellaneous refinements of reflection API |
7112c66d69 [85] | navigation between fields and accessors |
37d4bfe77c [217] | moves most of symbol tests in API to descendants |
336145f979 [218] | simplifies flag API |
a727c6fc19 [87] | SI-5732 members and derivatives now return Scope |
ddcba10984 [89] | SI-5751 cleans up toolboxes for the release |
f0f4fedd50 [219] | I actually managed to hit the limit of Scala signature annotation not fitting into a single string (high five everyone) and entered the undisovered region of arrEncode in GenASM. arrEncode returns Array[String] so asm.AnnotationWriter is not going to like it. |
848756d47b [220] | Added more variants to achieve getLinkPos |
8d4b4262b0 [221] | Checkfile update. |
82f818eeef [222] | Fixed maddening "..." lately in printed types. |
991b50f3f4 [91] | Fix for SI-6084, type alias crasher. |
6d088252ba [93] | SI-5764 Honor -language:_ |
7d8c464791 [223] | Removed resolveOverloaded |
5589eeeb9a [95] | SI-5866 Support casting null to value classes |
a5aa050a25 [224] | ClassTag.Nothing now throws an exception |
2a14dd2d23 [97] | Fixed SI-5031. Only consider classes when looking for companion class. sym.effectiveOwner revealed this piece of inconsistency. companionModule is fine because similar check is there already. |
aad84ecba3 [99] | SI-5799 Secondary constructors in value classes not allowed |
daf0953c1f [101] | Closes SI-5878 |
e245b68129 [225] | Promote unchecked warnings into being emitted by default. |
95d5323583 [103] | Closes SI-5882 |
ed915c54cc [226] | Closed 6029 ... |
e3bfe10973 [227] | New Worksheet mixing scheme |
b964bac5e2 [228] | Raw string interpolator |
e896c0ab2d [229] | Adds method askForResponse |
50903959ef [230] | Disable interrupts during code instrumentation |
923d5e0229 [231] | New Executor. |
f15dc74394 [232] | Eliminated all the current feature warnings. |
a4bb3b679a [105] | Changed isHidden condition back to isSynthetic. |
61d1933e29 [233] | Eliminated remainder of "catches Throwable" warnings. |
bc719cb8e4 [234] | Improve unchecked warnings a lot. |
54bab793ae [235] | Avoids loading scala.package and scala.reflect.package from source if a classfile exists. |
33118594a3 [236] | `ScriptSourceFile` should not hard-code `OffsetPosition`. |
6c734305a9 [237] | Fix `Instrumentation.getStatistics` method in partest. |
9e04e2365a [238] | Instrument all classes in `instrumented` package. |
ae28472bc7 [107] | SI-5958 This deserves a stable type |
fa09fad51f [109] | SI-6140 Scaladoc infinite recursion in wiki parser |
cf709c2dd2 [112] | SI-4560 - improved test |
c8bdf19947 [239] | Revert "tentative fix for RC5 lift build problem." |
097e5690e5 [240] | Revert "Closes #4560. Review by dragos." (introduction of safeREF) |
8abdfa48e4 [241] | Revert fix part of "Closes 4560. Review by dragos." |
6eb55d4b7a [113] | Fix SI-4560, NoSuchMethodErrors involving self types. |
75eb8a4984 [242] | use hasAllFlags to detect gadt skolems |
115eede127 [115] | SI-5897 don't check sensicality in match |
0391436aa1 [243] | move synthetic case symbol detection to treeInfo |
e6912050bf [117] | SI-2038 make pt fully-defined when typing Typed |
Links:
[1] http://www.scala-lang.org/downloads#Milestones
[2] http://stackoverflow.com/questions/12093752/scala-macros-cannot-create-typetag-from-a-type-t-having-unresolved-type-parame
[3] https://issues.scala-lang.org/browse/SI-6281
[4] https://issues.scala-lang.org/browse/SI-6277
[5] http://groups.google.com/group/scala-internals/browse_thread/thread/4758995dfa2da9db
[6] https://issues.scala-lang.org/browse/SI-5788
[7] https://github.com/scala/scala/commit/c17c95ca3f
[8] https://issues.scala-lang.org/browse/SI-6236
[9] https://github.com/scala/scala/commit/faa114e2fb
[10] https://issues.scala-lang.org/browse/SI-6189
[11] https://github.com/scala/scala/commit/5a8dfad583
[12] https://issues.scala-lang.org/browse/SI-6234
[13] https://github.com/scala/scala/commit/41bf9c3c35
[14] https://issues.scala-lang.org/browse/SI-6167
[15] https://github.com/scala/scala/commit/7281be9599
[16] https://issues.scala-lang.org/browse/SI-6223
[17] https://github.com/scala/scala/commit/97ae6f6f72
[18] https://issues.scala-lang.org/browse/SI-5940
[19] https://github.com/scala/scala/commit/64138082a4
[20] https://issues.scala-lang.org/browse/SI-6214
[21] https://github.com/scala/scala/commit/21fcf64c81
[22] https://issues.scala-lang.org/browse/SI-6198
[23] https://github.com/scala/scala/commit/cef4726232
[24] https://issues.scala-lang.org/browse/SI-6201
[25] https://github.com/scala/scala/commit/8d87387e6a
[26] https://issues.scala-lang.org/browse/SI-6022
[27] https://github.com/scala/scala/commit/9108b2506c
[28] https://github.com/scala/scala/commit/e232a614dd
[29] https://issues.scala-lang.org/browse/SI-6184
[30] https://github.com/scala/scala/commit/d97f7d9543
[31] https://issues.scala-lang.org/browse/SI-6204
[32] https://github.com/scala/scala/commit/4ced74a5ee
[33] https://issues.scala-lang.org/browse/SI-5756
[34] https://github.com/scala/scala/commit/2ba6774766
[35] https://issues.scala-lang.org/browse/SI-5687
[36] https://github.com/scala/scala/commit/95b3648982
[37] https://issues.scala-lang.org/browse/SI-5158
[38] https://issues.scala-lang.org/browse/SI-6070
[39] https://issues.scala-lang.org/browse/SI-5739
[40] https://github.com/scala/scala/commit/8ebe8e3e88
[41] https://issues.scala-lang.org/browse/SI-4023
[42] https://issues.scala-lang.org/browse/SI-5947
[43] https://github.com/scala/scala/commit/81535ce5b9
[44] https://issues.scala-lang.org/browse/SI-6040
[45] https://github.com/scala/scala/commit/f76306b77f
[46] https://issues.scala-lang.org/browse/SI-5933
[47] https://github.com/scala/scala/commit/8aebc6c805
[48] https://issues.scala-lang.org/browse/SI-6186
[49] https://github.com/scala/scala/commit/788478d3ab
[50] https://issues.scala-lang.org/browse/SI-5498
[51] https://github.com/scala/scala/commit/e8f1a423d1
[52] https://issues.scala-lang.org/browse/SI-6183
[53] https://github.com/scala/scala/commit/383fd5c137
[54] https://issues.scala-lang.org/browse/SI-6145
[55] https://github.com/scala/scala/commit/9d330e3c83
[56] https://issues.scala-lang.org/browse/SI-6199
[57] https://github.com/scala/scala/commit/cac52ac3e3
[58] https://issues.scala-lang.org/browse/SI-4945
[59] https://github.com/scala/scala/commit/963aabbeb4
[60] https://issues.scala-lang.org/browse/SI-6181
[61] https://github.com/scala/scala/commit/3c4f4865f6
[62] https://issues.scala-lang.org/browse/SI-6179
[63] https://github.com/scala/scala/commit/3aa221e28c
[64] https://issues.scala-lang.org/browse/SI-6178
[65] https://github.com/scala/scala/commit/432d7b86cb
[66] https://issues.scala-lang.org/browse/SI-6063
[67] https://github.com/scala/scala/commit/b65b7b1392
[68] https://github.com/scala/scala/commit/f492d0aaaa
[69] https://issues.scala-lang.org/browse/SI-6188
[70] https://github.com/scala/scala/commit/cb6066ee61
[71] https://issues.scala-lang.org/browse/SI-6185
[72] https://github.com/scala/scala/commit/5b82a9702d
[73] https://issues.scala-lang.org/browse/SI-6074
[74] https://github.com/scala/scala/commit/816c291006
[75] https://issues.scala-lang.org/browse/SI-6175
[76] https://github.com/scala/scala/commit/ce4bcb5362
[77] https://issues.scala-lang.org/browse/SI-6172
[78] https://github.com/scala/scala/commit/d1a95c8789
[79] https://issues.scala-lang.org/browse/SI-5919
[80] https://issues.scala-lang.org/browse/SI-5908
[81] https://github.com/scala/scala/commit/a354ec2a77
[82] https://issues.scala-lang.org/browse/SI-5888
[83] https://github.com/scala/scala/commit/b578059b43
[84] https://issues.scala-lang.org/browse/SI-5736
[85] https://github.com/scala/scala/commit/7112c66d69
[86] https://issues.scala-lang.org/browse/SI-5732
[87] https://github.com/scala/scala/commit/a727c6fc19
[88] https://issues.scala-lang.org/browse/SI-5751
[89] https://github.com/scala/scala/commit/ddcba10984
[90] https://issues.scala-lang.org/browse/SI-6084
[91] https://github.com/scala/scala/commit/991b50f3f4
[92] https://issues.scala-lang.org/browse/SI-5764
[93] https://github.com/scala/scala/commit/6d088252ba
[94] https://issues.scala-lang.org/browse/SI-5866
[95] https://github.com/scala/scala/commit/5589eeeb9a
[96] https://issues.scala-lang.org/browse/SI-5031
[97] https://github.com/scala/scala/commit/2a14dd2d23
[98] https://issues.scala-lang.org/browse/SI-5799
[99] https://github.com/scala/scala/commit/aad84ecba3
[100] https://issues.scala-lang.org/browse/SI-5878
[101] https://github.com/scala/scala/commit/daf0953c1f
[102] https://issues.scala-lang.org/browse/SI-5882
[103] https://github.com/scala/scala/commit/95d5323583
[104] https://issues.scala-lang.org/browse/SI-6146
[105] https://github.com/scala/scala/commit/a4bb3b679a
[106] https://issues.scala-lang.org/browse/SI-5958
[107] https://github.com/scala/scala/commit/ae28472bc7
[108] https://issues.scala-lang.org/browse/SI-6140
[109] https://github.com/scala/scala/commit/fa09fad51f
[110] https://issues.scala-lang.org/browse/SI-4601
[111] https://issues.scala-lang.org/browse/SI-4560
[112] https://github.com/scala/scala/commit/cf709c2dd2
[113] https://github.com/scala/scala/commit/6eb55d4b7a
[114] https://issues.scala-lang.org/browse/SI-5897
[115] https://github.com/scala/scala/commit/115eede127
[116] https://issues.scala-lang.org/browse/SI-2038
[117] https://github.com/scala/scala/commit/e6912050bf
[118] http://jsuereth.com/scala-arm
[119] http://code.google.com/p/scalaz/
[120] https://github.com/Sciss/ScalaInterpreterPane
[121] https://github.com/Sciss/AudioWidgets
[122] https://github.com/Sciss/ScalaAudioWidgets
[123] https://github.com/Sciss/ScalaAudioFile
[124] https://github.com/Sciss/ScalaOSC
[125] https://github.com/Sciss/ScalaCollider
[126] https://github.com/Sciss/ScalaColliderSwing
[127] http://jesseeichar.github.com/scala-io-doc/0.4.0/index.html#!/overview/index
[128] http://specs2.org
[129] http://www.scalatest.org
[130] https://github.com/chris-twiner/scalesXml
[131] http://parboiled.org
[132] http://repo.spray.cc
[133] https://github.com/hseeberger/scalalogging
[134] http://nbronson.github.com/scala-stm/
[135] http://akka.io
[136] http://repo.akka.io/releases/
[137] http://doc.akka.io/docs/akka/2.1-M1/
[138] http://doc.akka.io/api/akka/2.1-M1/#package
[139] http://akka.io/downloads/
[140] http://kiama.googlecode.com
[141] https://github.com/scala/scala/commit/d971777c87
[142] https://github.com/scala/scala/commit/df9f470f14
[143] https://github.com/scala/scala/commit/ebb719fb92
[144] https://github.com/scala/scala/commit/bc4e1442b4
[145] https://github.com/scala/scala/commit/5978a52314
[146] https://github.com/scala/scala/commit/80ba578458
[147] https://github.com/scala/scala/commit/82c61687d8
[148] https://github.com/scala/scala/commit/c2aae3faa5
[149] https://github.com/scala/scala/commit/2a2d92352c
[150] https://github.com/scala/scala/commit/67756313a1
[151] https://github.com/scala/scala/commit/b2f8acda75
[152] https://github.com/scala/scala/commit/76d8f8bb4b
[153] https://github.com/scala/scala/commit/fb3157726b
[154] https://github.com/scala/scala/commit/1ee7ffb6fd
[155] https://github.com/scala/scala/commit/0cde930b19
[156] https://github.com/scala/scala/commit/51f47a3c3f
[157] https://github.com/scala/scala/commit/1241af326c
[158] https://github.com/scala/scala/commit/3bf87369cf
[159] https://github.com/scala/scala/commit/1a6a9b4c75
[160] https://github.com/scala/scala/commit/cf9b7ae086
[161] https://github.com/scala/scala/commit/bef9b2ae3d
[162] https://github.com/scala/scala/commit/ac430ac8ba
[163] https://github.com/scala/scala/commit/b16ea5075c
[164] https://github.com/scala/scala/commit/05407cdf19
[165] https://github.com/scala/scala/commit/1b3054c077
[166] https://github.com/scala/scala/commit/4b5bf74c69
[167] https://github.com/scala/scala/commit/5c6d6f4095
[168] https://github.com/scala/scala/commit/414106d32c
[169] https://github.com/scala/scala/commit/6a67ef6914
[170] https://github.com/scala/scala/commit/8ca3cdb569
[171] https://github.com/scala/scala/commit/46d57d47e8
[172] https://github.com/scala/scala/commit/ce90a46a69
[173] https://github.com/scala/scala/commit/9285bdbd40
[174] https://github.com/scala/scala/commit/f783d0b16b
[175] https://github.com/scala/scala/commit/37a290b02e
[176] https://github.com/scala/scala/commit/caf7eb6b56
[177] https://github.com/scala/scala/commit/46aab7b8d7
[178] https://github.com/scala/scala/commit/613970af6b
[179] https://github.com/scala/scala/commit/01067efa93
[180] https://github.com/scala/scala/commit/a55788e275
[181] https://github.com/scala/scala/commit/5d4e4e29b9
[182] https://github.com/scala/scala/commit/88c9a3cdf1
[183] https://github.com/scala/scala/commit/79b0da95b4
[184] https://github.com/scala/scala/commit/ceb414fa47
[185] https://github.com/scala/scala/commit/e01ec05a1e
[186] https://github.com/scala/scala/commit/e62248c510
[187] https://github.com/scala/scala/commit/39ef1e1e90
[188] https://github.com/scala/scala/commit/1f3f1addfd
[189] https://github.com/scala/scala/commit/f71dca29e4
[190] https://github.com/scala/scala/commit/f07501e6f9
[191] https://github.com/scala/scala/commit/9cc1f88ad4
[192] https://github.com/scala/scala/commit/4c255c46fe
[193] https://github.com/scala/scala/commit/90714e7d4a
[194] https://github.com/scala/scala/commit/1183f0639e
[195] https://github.com/scala/scala/commit/e6b4204604
[196] https://github.com/scala/scala/commit/802771b403
[197] https://github.com/scala/scala/commit/4caa766e85
[198] https://github.com/scala/scala/commit/cc3badae17
[199] https://github.com/scala/scala/commit/90533942f0
[200] https://github.com/scala/scala/commit/fd3601a833
[201] https://github.com/scala/scala/commit/7bcb9da473
[202] https://github.com/scala/scala/commit/3cbe07f3e3
[203] https://github.com/scala/scala/commit/d2ab211814
[204] https://github.com/scala/scala/commit/f6f15279aa
[205] https://github.com/scala/scala/commit/c533bf30a4
[206] https://github.com/scala/scala/commit/f16e2c0874
[207] https://github.com/scala/scala/commit/a19f0e83bf
[208] https://github.com/scala/scala/commit/f7164b8715
[209] https://github.com/scala/scala/commit/a0a63c4558
[210] https://github.com/scala/scala/commit/9892f52adf
[211] https://github.com/scala/scala/commit/5e1a005252
[212] https://github.com/scala/scala/commit/f126f40b8c
[213] https://github.com/scala/scala/commit/280c4906d1
[214] https://github.com/scala/scala/commit/027b00171c
[215] https://github.com/scala/scala/commit/013acf6eb0
[216] https://github.com/scala/scala/commit/367b82de04
[217] https://github.com/scala/scala/commit/37d4bfe77c
[218] https://github.com/scala/scala/commit/336145f979
[219] https://github.com/scala/scala/commit/f0f4fedd50
[220] https://github.com/scala/scala/commit/848756d47b
[221] https://github.com/scala/scala/commit/8d4b4262b0
[222] https://github.com/scala/scala/commit/82f818eeef
[223] https://github.com/scala/scala/commit/7d8c464791
[224] https://github.com/scala/scala/commit/a5aa050a25
[225] https://github.com/scala/scala/commit/e245b68129
[226] https://github.com/scala/scala/commit/ed915c54cc
[227] https://github.com/scala/scala/commit/e3bfe10973
[228] https://github.com/scala/scala/commit/b964bac5e2
[229] https://github.com/scala/scala/commit/e896c0ab2d
[230] https://github.com/scala/scala/commit/50903959ef
[231] https://github.com/scala/scala/commit/923d5e0229
[232] https://github.com/scala/scala/commit/f15dc74394
[233] https://github.com/scala/scala/commit/61d1933e29
[234] https://github.com/scala/scala/commit/bc719cb8e4
[235] https://github.com/scala/scala/commit/54bab793ae
[236] https://github.com/scala/scala/commit/33118594a3
[237] https://github.com/scala/scala/commit/6c734305a9
[238] https://github.com/scala/scala/commit/9e04e2365a
[239] https://github.com/scala/scala/commit/c8bdf19947
[240] https://github.com/scala/scala/commit/097e5690e5
[241] https://github.com/scala/scala/commit/8abdfa48e4
[242] https://github.com/scala/scala/commit/75eb8a4984
[243] https://github.com/scala/scala/commit/0391436aa1