summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Remove unnecessary check for merger eq nullRuediger Klaehn2012-08-201-2/+2
| * | | | | Prevent creation of a HashTrieMap with one child unless the child is a HashTr...Ruediger Klaehn2012-08-201-1/+4
| * | | | | Prevent creation of a HashMapCollision1 with one elementRuediger Klaehn2012-08-201-3/+6
* | | | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-304-2/+23
|\ \ \ \ \ \
| * | | | | | Added/fixed test files for SI-6227Martin Odersky2012-08-292-2/+4
| * | | | | | Closes SI-6227Martin Odersky2012-08-292-0/+19
* | | | | | | Merge pull request #1210 from jsuereth/fix/SI-6233Josh Suereth2012-08-301-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix crasher from bug in maven ant tasks. Yippie.Josh Suereth2012-08-291-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1215 from dgruntz/reflection/tuningEugene Burmako2012-08-304-11/+11
|\ \ \ \ \ \ \
| * | | | | | | Reflection tuningDominik Gruntz2012-08-304-11/+11
| |/ / / / / /
* | | | | | | Merge pull request #1214 from jsuereth/fix/SI-6292Josh Suereth2012-08-292-0/+25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-292-0/+25
|/ / / / / /
* | | | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-297-18/+11
|\ \ \ \ \ \
| * | | | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-267-18/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-295-77/+194
|\ \ \ \ \ \
| * | | | | | pull request feedbackpavelpavlov2012-08-231-0/+21
| * | | | | | PartialFunction polishingPavel Pavlov2012-08-235-77/+173
* | | | | | | Merge pull request #1206 from paulp/issue/6283Grzegorz Kossakowski2012-08-293-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-283-0/+7
* | | | | | | | Merge pull request #1195 from Blaisorblade/topic/test-tryGrzegorz Kossakowski2012-08-291-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Add missing tests for SI-6190Paolo Giarrusso2012-08-251-1/+13
* | | | | | | | | 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 #1207 from scalamacros/topic/scaladocVlad Ureche2012-08-281-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | hotfix for SI-6293Eugene Burmako2012-08-281-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-283-1/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-243-1/+73
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-282-27/+36
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Eliminated a metric ton of allocations.Paul Phillips2012-08-232-27/+36
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1194 from scalamacros/ticket/6281Eugene Burmako2012-08-255-7/+70
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-255-7/+70
|/ / / / /
* | | | | 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