summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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 #1203 from vigdorchik/fix_versionJosh Suereth2012-08-311-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix version detection to be the first word.Eugene Vigdorchik2012-08-281-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1110 from julienrf/fix/rawstringPaul Phillips2012-08-283-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-08-103-3/+3
* | | | | | Merge pull request #1173 from axel22/issue/4996-cherryVlad Ureche2012-08-223-6/+86
|\ \ \ \ \ \
| * | | | | | Fixes SI-4996.Aleksandar Prokopec2012-08-213-6/+86
* | | | | | | Merge pull request #1175 from namin/master-mergePaul Phillips2012-08-2172-2453/+3152
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch '2.10.x'amin2012-08-2172-2453/+3152
|/| | | | | | | | |/ / / / | |/| | | |
| * | | | | 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
| | * | | No longer uses generic hashCode in UniqueType, since case class hashCode is n...Martin Odersky2012-08-201-1/+1
| | * | | Optimization to atOwnerMartin Odersky2012-08-202-8/+16
| | * | | Replaced isTrivial lazy vals by custom scheme to save space.Martin Odersky2012-08-202-10/+43
| | * | | Optimizations of isTrivial fields and methodsMartin Odersky2012-08-201-8/+19
| | * | | More method splittingMartin Odersky2012-08-205-466/+591
| | * | | Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-206-557/+664
| | * | | Second part of typed1 optimizationMartin Odersky2012-08-201-280/+349
| | * | | First half of typed1 reorganization, to make it smaller and faster.Martin Odersky2012-08-201-111/+141
| | * | | Splitting large methods into smaller ones.Martin Odersky2012-08-201-432/+482
| | * | | More method hoisting.Martin Odersky2012-08-2016-84/+113
| | * | | Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-206-38/+111
| |/ / /
| * | | Merge pull request #1159 from scalamacros/topic/cleanupJosh Suereth2012-08-1917-311/+261
| |\ \ \
| | * | | pull request feedbackEugene Burmako2012-08-196-101/+87
| | * | | cleanup for macroExpandEugene Burmako2012-08-1815-265/+229
| * | | | Merge pull request #1162 from paulp/aug19-scala-graphPaul Phillips2012-08-183-1/+7
| |\ \ \ \
| | * | | | Fix for community build blocker.Paul Phillips2012-08-183-1/+7
| * | | | | Merge pull request #1161 from VladUreche/issue/5788-hackPaul Phillips2012-08-182-5/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |