summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Eliminate unreachable code in GenBCodeLukas Rytz2014-09-095-3/+125
| * | | | Removed empty class, unused importsLukas Rytz2014-09-092-8/+2
| |/ / /
* | | / moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-116-6/+6
| |_|/ |/| |
* | | SI-8398 - unused warning reports lazy val as a methodKonstantin Fedorov2014-09-101-1/+1
|/ /
* | Merge pull request #3938 from gourlaysama/wip/t8764Grzegorz Kossakowski2014-09-091-1/+1
|\ \
| * | [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-091-1/+1
| |/
* | Merge pull request #3946 from gourlaysama/wip/t5254Grzegorz Kossakowski2014-09-091-11/+23
|\ \
| * | SI-5254 running an empty scala script should succeedAntoine Gourlay2014-08-261-11/+23
| |/
* | Merge pull request #3939 from lrytz/ystatsLukas Rytz2014-09-0810-202/+296
|\ \
| * | Make MultiChoiceSetting.compute easier to understandLukas Rytz2014-09-081-18/+11
| * | Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-082-22/+18
| * | Use Enumeration for MultiChoiceSettingSom Snytt2014-09-057-167/+243
| * | -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-029-163/+192
* | | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-051-4/+16
|\ \ \
| * | | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-201-4/+16
| | |/ | |/|
* | | Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-041-1/+2
|\ \ \
| * | | SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-211-1/+2
| |/ /
* | | Merge pull request #3955 from som-snytt/issue/8410Grzegorz Kossakowski2014-09-031-2/+2
|\ \ \
| * | | SI-8410 Summarize if warnings and not disabledSom Snytt2014-09-011-5/+2
| * | | SI-8410 Don't warn fatally on disabled flagSom Snytt2014-09-011-3/+6
* | | | Merge pull request #3952 from gourlaysama/wip/t8828-lint-innacessibleGrzegorz Kossakowski2014-09-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-281-1/+1
| |/ /
* | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-0116-1675/+1570
|\ \ \ | |/ / |/| |
| * | Small cleanup in toTypeKind.Lukas Rytz2014-09-011-11/+2
| * | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-0111-177/+263
| * | Don't traverse all trees in delambdafy phase if delambdafy:inlineLukas Rytz2014-09-011-0/+9
| * | Fix indentation in delambdafyLukas Rytz2014-08-191-25/+25
| * | Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-199-202/+253
| * | Minor cleanups, integrating review feedbackLukas Rytz2014-08-193-5/+3
| * | Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-193-25/+9
| * | Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-199-1503/+1277
| * | Set currentUnit while generating bytecode.Lukas Rytz2014-08-192-3/+5
| |/
* | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-263-0/+26
|\ \
| * | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-123-0/+26
* | | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-2626-523/+602
|\ \ \
| * \ \ Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-2623-467/+546
| |\ \ \
| | * | | Encapsulate creating SilentResultValue/SilentTypeError.Adriaan Moors2014-08-041-10/+12
| | * | | Separate statistics from functional code; optimize.Adriaan Moors2014-08-041-32/+45
| | * | | Towards more privacy for _reporter.Adriaan Moors2014-08-044-108/+130
| | * | | Work around weird AbstractMethodErrorAdriaan Moors2014-08-041-4/+4
| | * | | Cleanup ContextReporter hierarchyAdriaan Moors2014-07-181-94/+84
| | * | | s/reportBuffer/reporterAdriaan Moors2014-07-185-66/+65
| | * | | Remove dead code: mode settingAdriaan Moors2014-07-181-37/+12
| | * | | Encapsulate reporting mode as class of reportBuffer.Adriaan Moors2014-07-182-52/+104
| | * | | Clarify that ThrowErrors is the defaultAdriaan Moors2014-07-181-8/+8
| | * | | Configure `checking` mode in `rootContext`.Adriaan Moors2014-07-172-21/+11
| | * | | Remove `def error(pos: Position, err: Throwable)`Adriaan Moors2014-07-172-6/+1
| | * | | Introduce `AbsAmbiguousTypeError`.Adriaan Moors2014-07-171-5/+10
| | * | | Untangle reporting of ambiguous errors.Adriaan Moors2014-07-171-4/+9
| | * | | Reduce Context iface: remove dead code.Adriaan Moors2014-07-171-37/+0