summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1190 from axel22/issue/6052-2.10.xJosh Suereth2012-08-242-3/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-242-3/+23
|/ / / /
* | | | Merge pull request #1178 from scalamacros/topic/weak-subtypePaul Phillips2012-08-231-0/+4
|\ \ \ \
| * | | | adds weak_<:< to the APIEugene Burmako2012-08-211-0/+4
* | | | | Merge pull request #1170 from scalamacros/topic/overridenPaul Phillips2012-08-231-0/+3
|\ \ \ \ \
| * | | | | exposes the notion on overriding in the APIEugene Burmako2012-08-211-0/+3
| |/ / / /
* | | | | Merge pull request #1179 from scalamacros/topic/classtag-of-nothingPaul Phillips2012-08-232-37/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | reverts changes to ClassTag.NothingEugene Burmako2012-08-222-37/+32
| |/ / /
* | | | Merge pull request #1182 from paulp/issue/1987Josh Suereth2012-08-237-2/+53
|\ \ \ \
| * | | | Improved fix for SI-1987, overloading in package objects.Paul Phillips2012-08-227-2/+53
* | | | | Merge pull request #1177 from scalamacros/topic/abstypeofJosh Suereth2012-08-233-0/+6
|\ \ \ \ \
| * | | | | exposes absTypeTag and absTypeOfEugene Burmako2012-08-213-0/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #1172 from Blaisorblade/topic/deprecated-conversionJosh Suereth2012-08-235-2/+56
|\ \ \ \ \
| * | | | | Ensure implicit conversions to concurrent map are unambiguousPaolo Giarrusso2012-08-223-4/+26
| * | | | | JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-203-2/+34
* | | | | | Merge pull request #1183 from jsuereth/fix/try-catch-inversionJosh Suereth2012-08-233-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix stupid logic inversion of try-catchJosh Suereth2012-08-213-1/+3
* | | | | | Merge pull request #1167 from Blaisorblade/topic/stream-const-spaceGrzegorz Kossakowski2012-08-222-12/+74
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Also check that Stream.toSeq gives the right result.Paolo Giarrusso2012-08-221-1/+3
| * | | | | Improve test for Stream.withFilter.{map,flatMap}Paolo Giarrusso2012-08-221-10/+40
| * | | | | Cleanup testcasePaolo Giarrusso2012-08-202-6/+2
| * | | | | Remove commented out codePaolo Giarrusso2012-08-201-17/+0
| * | | | | Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-203-0/+51
| | |/ / / | |/| | |
* | | | | Merge pull request #1176 from scalamacros/topic/nondeterministicPaul Phillips2012-08-214-36/+2
|\ \ \ \ \
| * | | | | fixes non-determinism in reflection-sorted-declsEugene Burmako2012-08-214-36/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1174 from paulp/issue/6264Paul Phillips2012-08-214-8/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-214-8/+22
|/ / / /
* | | | Merge pull request #1166 from scalamacros/topic/starrv2.10.0-M7Eugene Burmako2012-08-206-6/+6
|\ \ \ \
| * | | | rebuilt the starr after performance optimizationsEugene Burmako2012-08-206-6/+6
| | |/ / | |/| |
* | | | Merge pull request #1165 from jsuereth/fix/try-catch-libsJosh Suereth2012-08-203-27/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Adding test for try-catch library unification.Josh Suereth2012-08-202-0/+18
| * | | Unify scala.util.control.Exception with scala.util.TryJosh Suereth2012-08-201-27/+16
| |/ /
* | | Merge pull request #1164 from gkossakowski/topic/optJosh Suereth2012-08-2041-2096/+2835
|\ \ \ | |/ / |/| |
| * | Attempts to improve inlining behavior for map, flatMap.Grzegorz Kossakowski2012-08-202-5/+33
| * | Slightly less drastic disabling of statistics.Martin Odersky2012-08-201-12/+12
| * | Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-2013-57/+45
| * | Some more closure hositing/eliminationMartin Odersky2012-08-202-7/+15
| * | Made all statistic code disappear unless built with Statistics.canEnable = trueMartin Odersky2012-08-2011-123/+138
| * | Partial revert of itransform commit.Martin Odersky2012-08-201-52/+43
| * | Reverted addition of 5 specialized method from LinearSeqOptimized to List.Martin Odersky2012-08-201-56/+0
| * | Manaul inling of `UndoLog.undoUnless`.Grzegorz Kossakowski2012-08-202-25/+71
| * | Optimizations to SymTree and transformMartin Odersky2012-08-202-85/+97
| * | Specialize hashCode in TypeRef from the generic MurmurHashCode3 implementation.Martin Odersky2012-08-201-1/+15
| * | 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
| * | Rework synchronization scheme of `UndoLog` for performance.Grzegorz Kossakowski2012-08-202-21/+42
| * | Mark logging methods in `SymbolTable` with `@inline`.Grzegorz Kossakowski2012-08-201-2/+4
| * | Make Array creation more efficient in hot places.Grzegorz Kossakowski2012-08-203-1/+23
| * | Optimizations to cut down on #closures createdMartin Odersky2012-08-209-31/+144
| * | Made hashCode a method on Type to avoid megamorphic dispatchMartin Odersky2012-08-205-105/+89