summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Prevent creation of a HashMapCollision1 with one elementRuediger Klaehn2012-08-201-3/+6
* | | | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-301-0/+13
|\ \ \ \ \ \
| * | | | | | Closes SI-6227Martin Odersky2012-08-291-0/+13
* | | | | | | Merge pull request #1215 from dgruntz/reflection/tuningEugene Burmako2012-08-304-11/+11
|\ \ \ \ \ \ \
| * | | | | | | Reflection tuningDominik Gruntz2012-08-304-11/+11
| | |_|_|/ / / | |/| | | | |
* / | | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+7
|/ / / / / /
* | | | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-294-8/+1
|\ \ \ \ \ \
| * | | | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-264-8/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-293-77/+102
|\ \ \ \ \ \
| * | | | | | pull request feedbackpavelpavlov2012-08-231-0/+21
| * | | | | | PartialFunction polishingPavel Pavlov2012-08-233-77/+81
* | | | | | | Merge pull request #1206 from paulp/issue/6283Grzegorz Kossakowski2012-08-291-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-281-0/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1193 from VladUreche/issue/scaladoc-anchorGrzegorz Kossakowski2012-08-291-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6280 Scaladoc: Reloading preserves anchorsVlad Ureche2012-08-251-1/+5
* | | | | | | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-241-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-281-15/+21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Eliminated a metric ton of allocations.Paul Phillips2012-08-231-15/+21
| | |_|/ / / | |/| | | |
* | | | | | SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-251-7/+5
| |_|/ / / |/| | | |
* | | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
| |/ / / |/| | |
* | | | 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-231-7/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | reverts changes to ClassTag.NothingEugene Burmako2012-08-221-7/+2
| |/ / /
* | | | Merge pull request #1182 from paulp/issue/1987Josh Suereth2012-08-231-2/+7
|\ \ \ \
| * | | | Improved fix for SI-1987, overloading in package objects.Paul Phillips2012-08-221-2/+7
* | | | | 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-232-2/+23
|\ \ \ \ \
| * | | | | JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-202-2/+23
* | | | | | Merge pull request #1183 from jsuereth/fix/try-catch-inversionJosh Suereth2012-08-231-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix stupid logic inversion of try-catchJosh Suereth2012-08-211-1/+1
* | | | | | Merge pull request #1167 from Blaisorblade/topic/stream-const-spaceGrzegorz Kossakowski2012-08-221-12/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove commented out codePaolo Giarrusso2012-08-201-17/+0
| * | | | | Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-201-0/+35
| | |/ / / | |/| | |
* | | | | Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-211-8/+11
| |/ / / |/| | |
* | | | 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
* | | 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