summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1009 from soc/SI-4023Josh Suereth2012-07-292-0/+44
|\
| * SI-4023 Testcase closes issue with inner classes/getDeclaredClassesSimon Ochsenreither2012-07-282-0/+44
* | Merge pull request #992 from paulp/topic/list-inliningJosh Suereth2012-07-291-4/+14
|\ \
| * | Optimization in List.Paul Phillips2012-07-251-4/+14
* | | Merge pull request #1006 from adriaanm/masterPaul Phillips2012-07-2898-464/+729
|\ \ \
| * \ \ Merge 2.10.xAdriaan Moors2012-07-2898-464/+729
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #1004 from paulp/topic/warnings-2.10.xPaul Phillips2012-07-2766-148/+316
| | |\ \
| | | * | Fix a few scaladoc tests I broke.Paul Phillips2012-07-271-4/+2
| | | * | Eliminated all the current feature warnings.Paul Phillips2012-07-2747-66/+96
| | | * | Changed isHidden condition back to isSynthetic.Paul Phillips2012-07-271-0/+4
| | | * | Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-2710-13/+14
| | | * | Cleared the remaining unchecked warnings in trunk.Paul Phillips2012-07-271-4/+4
| | | * | Improve unchecked warnings a lot.Paul Phillips2012-07-279-63/+198
| | |/ /
| | * | Merge pull request #993 from jsuereth/fix/typesafe-config-removalv2.10.0-M6Josh Suereth2012-07-252-3/+3
| | |\ \
| | | * | Remove typesafe-config as dependency for library. Akka-actors will draw it in.Josh Suereth2012-07-252-3/+3
| | |/ /
| | * | Merge pull request #986 from scalamacros/ticket/6075Adriaan Moors2012-07-255-162/+32
| | |\ \
| | | * | SI-6075 cleans up api.StandardNamesEugene Burmako2012-07-245-162/+32
| | * | | Merge pull request #985 from scalamacros/ticket/6112Adriaan Moors2012-07-252-2/+10
| | |\ \ \
| | | * | | SI-6112 exposes symbol mutators in macro universeEugene Burmako2012-07-242-2/+10
| | | |/ /
| | * | | Merge pull request #976 from adriaanm/ticket-4440bAdriaan Moors2012-07-254-25/+58
| | |\ \ \
| | | * | | SI-4440 workaround: avoid outer accessor that'll vanishAdriaan Moors2012-07-234-25/+58
| | * | | | Merge pull request #989 from scalamacros/topic/hotfixPaul Phillips2012-07-241-3/+3
| | |\ \ \ \
| | | * | | | hotfix for TwoWayCacheEugene Burmako2012-07-251-3/+3
| | |/ / / /
| | * | | | Merge pull request #984 from scalamacros/ticket/6058Adriaan Moors2012-07-241-11/+25
| | |\ \ \ \
| | | * | | | SI-6058 makes JavaMirror caches weakEugene Burmako2012-07-241-11/+25
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #966 from paulp/issue/6117Adriaan Moors2012-07-245-15/+52
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fix SI-6117, regression involving import ambiguity.Paul Phillips2012-07-212-3/+35
| | | * | | Tweak to symbol tracer.Paul Phillips2012-07-211-12/+17
| | | * | | Renaming files to please ant.Paul Phillips2012-07-212-0/+0
| | * | | | Merge pull request #978 from adriaanm/haraldme-patch-1Adriaan Moors2012-07-241-1/+1
| | |\ \ \ \
| | | * | | | [doc] Fix example of `Ordering.on` usage.haraldme2012-07-231-1/+1
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #971 from dragos/ide/safe-reflection-baseAdriaan Moors2012-07-244-16/+22
| | |\ \ \ \
| | | * | | | Small changes to reflection API to make it safe for IDE use.Iulian Dragos2012-07-234-16/+22
| | * | | | | Merge pull request #974 from adriaanm/repull-unchecked-hkAdriaan Moors2012-07-245-6/+36
| | |\ \ \ \ \
| | | * | | | | Improve unchecked warnings.Paul Phillips2012-07-235-6/+36
| | * | | | | | Merge pull request #979 from adriaanm/ticket-6111Adriaan Moors2012-07-2411-70/+128
| | |\ \ \ \ \ \
| | | * | | | | | docs related to fix for SI-6111Adriaan Moors2012-07-242-3/+9
| | | * | | | | | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-2311-70/+122
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge pull request #975 from adriaanm/ticket-4881bAdriaan Moors2012-07-233-6/+45
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-4881 infer variance from formals, then resultMartin Odersky2012-07-233-6/+45
| | |/ / / / /
| | * | | | | Merge pull request #964 from odersky/ticket/6090Adriaan Moors2012-07-232-1/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | SI-6090Martin Odersky2012-07-212-1/+7
| | | |/ / /
| | * | | | Merge pull request #965 from dragos/fix-package-prefixAdriaan Moors2012-07-221-2/+10
| | |\ \ \ \
| | | * | | | Handle multiple packages in one source file in the presentation compiler.Iulian Dragos2012-07-211-2/+10
| | | |/ / /
| | * | | | Merge pull request #972 from adriaanm/ticket-6089Adriaan Moors2012-07-221-0/+18
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SI-6089 test file for pt2Adriaan Moors2012-07-221-0/+18
| | |/ / /
* | | | | Merge pull request #968 from paulp/topic/remove-core-classes-firstPaul Phillips2012-07-281-42/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removed "core classes first" logic.Paul Phillips2012-07-211-42/+1
* | | | | Renaming files to please ant.Paul Phillips2012-07-272-0/+0
* | | | | A missed checkfile for pull #949.Paul Phillips2012-07-261-5/+5