aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/CheckStatic.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-96/+0
* CheckStatic: report error position in case of disallowed overrideDmitry Petrashko2016-06-071-1/+1
* Fix #1224: static members do not override\implement parent symbols.Dmitry Petrashko2016-06-071-3/+5
* Drop support for @static lazy vals.Dmitry Petrashko2016-06-071-0/+3
* Fix #1220. Dont die when having incorect static methodsDmitry Petrashko2016-06-071-7/+4
* Decouple annotation transformers from info transformersMartin Odersky2016-05-231-1/+1
* CheckStatic: do not eliminate non-pure expressions.Dmitry Petrashko2016-03-081-4/+15
* Implement @static sip.Dmitry Petrashko2016-03-071-0/+83