aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/ExpandPrivate.scala
Commit message (Expand)AuthorAgeFilesLines
* Make private accessor in value class not-private.VladimirNik2016-07-271-1/+12
* Store source files as normal paths, not canonical ones.Martin Odersky2016-04-081-1/+15
* Assert that ensureNotPrivate does not break on separate compilationMartin Odersky2016-03-131-1/+4
* Better diagnostic for weaker access errorsMartin Odersky2015-09-161-1/+1
* Fix comment in ExpandPrivateDmitry Petrashko2015-09-091-1/+1
* Add postcondition to ExpandPrivate.Dmitry Petrashko2015-09-091-0/+19
* ExpandPrivate: add links to discussion.Dmitry Petrashko2015-09-091-0/+3
* Fix param forwardingMartin Odersky2015-09-081-0/+16
* TreeChecker: check for absence of private abstract methods.Dmitry Petrashko2015-05-031-11/+2
* ExpandPrivate: Make sure Deferred members are not Private.Dmitry Petrashko2015-05-031-4/+13
* Fixed doc comment.Martin Odersky2015-05-021-6/+2
* New miniphase: ExpandPrivateMartin Odersky2015-05-011-0/+49