summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some more copyright cleanup for 2012Adriaan Moors2012-08-104-4/+4
* Merge pull request #1104 from odersky/2.10.xAdriaan Moors2012-08-101-3/+5
|\
| * Made inliner work for @inline methods that access private variables.Martin Odersky2012-08-091-3/+5
|/
* Merge pull request #1094 from scalamacros/ticket/6204Adriaan Moors2012-08-096-21/+50
|\
| * accommodates reflection meeting feedbackEugene Burmako2012-08-091-1/+1
| * SI-6204 reifier no longer causes cyclic errorsEugene Burmako2012-08-092-9/+22
| * SI-5756 correctly reifies local module classesEugene Burmako2012-08-093-1/+17
| * an important fixup for macro universe APIEugene Burmako2012-08-091-11/+11
* | Merge pull request #1099 from lrytz/no-xzAdriaan Moors2012-08-091-12/+27
|\ \
| * | Allow skipping the xz archivesLukas Rytz2012-08-091-12/+27
* | | Merge pull request #1095 from gkossakowski/inliner-access-levelsVlad Ureche2012-08-096-76/+103
|\ \ \
| * | | Moved inline logic before pickler.Grzegorz Kossakowski2012-08-096-76/+103
* | | | Merge pull request #1060 from adriaanm/ticket-5739bAdriaan Moors2012-08-084-47/+170
|\ \ \ \
| * | | | SI-5739 (bis) vals for subpatterns unless -optimizeAdriaan Moors2012-08-084-47/+170
* | | | | Merge pull request #1088 from adriaanm/ticket-6205Adriaan Moors2012-08-082-3/+22
|\ \ \ \ \
| * | | | | SI-6205 make pt fully defined before inferTypedPatternAdriaan Moors2012-08-082-3/+22
* | | | | | Merge pull request #1064 from adriaanm/ticket-6145Adriaan Moors2012-08-083-12/+35
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-6145 lax typing of args to synthetic case-labelsAdriaan Moors2012-08-073-12/+35
* | | | | | Merge pull request #1087 from hubertp/2.10.x-issue/5687Adriaan Moors2012-08-083-1/+72
|\ \ \ \ \ \
| * | | | | | Fixes SI-5687.Hubert Plociniczak2012-08-083-1/+72
* | | | | | | Merge pull request #1073 from adriaanm/ticket-6183Adriaan Moors2012-08-081-2/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-6183 don't crash on type error in outer testAdriaan Moors2012-08-071-2/+3
* | | | | | | | Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-0812-349/+327
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix test for ExecutionContext.preparephaller2012-08-081-1/+1
| * | | | | | | Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-084-4/+6
| * | | | | | | Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-075-29/+27
| * | | | | | | Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-053-3/+78
| |\ \ \ \ \ \ \
| | * | | | | | | SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-053-3/+78
| * | | | | | | | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-052-6/+6
| |/ / / / / / /
| * | | | | | | Basing Futures on Try instead of EitherHeather Miller2012-08-0411-332/+235
* | | | | | | | Merge pull request #1079 from scalamacros/ticket/5947Adriaan Moors2012-08-0823-31/+611
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5947 works around getDeclaredClassesEugene Burmako2012-08-0821-11/+597
| * | | | | | | | SI-5498 completes ModuleMirror.instanceEugene Burmako2012-08-074-22/+16
* | | | | | | | | Merge pull request #1075 from adriaanm/ticket-6040Adriaan Moors2012-08-087-3/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-087-3/+28
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1043 from magarciaEPFL/fixes210Adriaan Moors2012-08-081-7/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | updating resolveDups() to use MethodTFA.mutatingInterpret()Miguel Garcia2012-08-021-7/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #1084 from VladUreche/issue/5933Adriaan Moors2012-08-083-2/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5933 testcase for Adriaan's pullreq #980Vlad Ureche2012-08-072-0/+44
| * | | | | | | | SI-5933 do the new patmat translation for scaladocAdriaan Moors2012-08-071-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1085 from gkossakowski/inline-in-constructorsAdriaan Moors2012-08-076-1/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Enable inlining in constructors.Grzegorz Kossakowski2012-08-076-1/+40
| |/ / / / / / /
* | | | | | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-0735-73/+69
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-0735-73/+69
| |/ / / / / /
* | | | | | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-0710-21/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Removes AnyRef specialization from libraryVlad Ureche2012-08-0710-21/+23
* | | | | | | Merge pull request #1077 from odersky/topic/inlineAdriaan Moors2012-08-071-4/+14
|\ \ \ \ \ \ \
| * | | | | | | Makes all private variables accessed from an @inline method non-private.Martin Odersky2012-08-071-4/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-0722-49/+2107
|\ \ \ \ \ \ \
| * | | | | | | accommodates Martin's commentsEugene Burmako2012-08-072-5/+3