summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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-092-10/+14
|\
| * accommodates reflection meeting feedbackEugene Burmako2012-08-091-1/+1
| * SI-6204 reifier no longer causes cyclic errorsEugene Burmako2012-08-091-9/+12
| * SI-5756 correctly reifies local module classesEugene Burmako2012-08-091-1/+2
* | Merge pull request #1095 from gkossakowski/inliner-access-levelsVlad Ureche2012-08-093-76/+81
|\ \
| * | Moved inline logic before pickler.Grzegorz Kossakowski2012-08-093-76/+81
* | | Merge pull request #1060 from adriaanm/ticket-5739bAdriaan Moors2012-08-081-4/+37
|\ \ \
| * | | SI-5739 (bis) vals for subpatterns unless -optimizeAdriaan Moors2012-08-081-4/+37
* | | | Merge pull request #1088 from adriaanm/ticket-6205Adriaan Moors2012-08-081-3/+4
|\ \ \ \
| * | | | SI-6205 make pt fully defined before inferTypedPatternAdriaan Moors2012-08-081-3/+4
* | | | | Merge pull request #1064 from adriaanm/ticket-6145Adriaan Moors2012-08-082-12/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-6145 lax typing of args to synthetic case-labelsAdriaan Moors2012-08-072-12/+24
* | | | | 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 #1075 from adriaanm/ticket-6040Adriaan Moors2012-08-081-3/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-6040 error on unauthorized extension DynamicAdriaan Moors2012-08-081-3/+14
| |/ / /
* | | | 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-081-2/+2
|\ \ \ \ \
| * | | | | 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-071-1/+1
|\ \ \ \ \ \
| * | | | | | Enable inlining in constructors.Grzegorz Kossakowski2012-08-071-1/+1
| |/ / / / /
* | | | | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-072-9/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-072-9/+5
| |/ / / /
* | | | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-071-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removes AnyRef specialization from libraryVlad Ureche2012-08-071-2/+2
* | | | | 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-071-1/+2
|\ \ \ \ \
| * | | | | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-1/+2
| |/ / / /
* | | | | Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-07288-290/+290
|\ \ \ \ \
| * | | | | update and normalize copyright noticeAdriaan Moors2012-08-07288-290/+290
| |/ / / /
* | | | | Merge pull request #1063 from VladUreche/issue/5788-quickJosh Suereth2012-08-071-12/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-061-12/+19
| | |_|/ | |/| |
* | | | Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-076-54/+49
|\ \ \ \
| * | | | Restored :warnings to working order.Paul Phillips2012-08-062-48/+37
| * | | | Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-063-6/+10
| * | | | Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-061-0/+2
| | |/ / | |/| |
* | | | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-071-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6102 avoid emitting illegal exception table rangeMiguel Garcia2012-08-061-0/+13
| |/ /
* | | SI-6157 don't inline callee with exception-handler(s) if potentially unsafeMiguel Garcia2012-08-062-3/+9
* | | SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-063-1/+16
|/ /
* | Merge pull request #1051 from lrytz/t6074Adriaan Moors2012-08-051-1/+3
|\ \
| * | SI-6074Lukas Rytz2012-08-041-1/+3
* | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-055-13/+18
|\ \ \
| * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-285-13/+18
* | | | Merge pull request #1023 from paulp/issue/6084Adriaan Moors2012-08-041-1/+1
|\ \ \ \
| * | | | Fix for SI-6084, type alias crasher.Paul Phillips2012-07-301-1/+1
* | | | | Merge pull request #1040 from hubertp/issue/asm-long-signatures-againJosh Suereth2012-08-041-4/+4
|\ \ \ \ \