aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* Make findMember depend on RefinedThis level.Martin Odersky2015-01-034-23/+145
* Show level for RefinedThisMartin Odersky2015-01-031-2/+2
* isSubType reorgMartin Odersky2015-01-011-99/+112
* Extended refinementRefersToThis to alias types.Martin Odersky2015-01-011-6/+4
* Make use of refinementRefersToThis in lookupRefinement.Martin Odersky2015-01-011-28/+15
* Removed debug printlnMartin Odersky2015-01-011-1/+1
* Provide the correct levels for RefinedThis types.Martin Odersky2015-01-017-22/+38
* Reorg of subtyping.Martin Odersky2015-01-014-445/+479
* Better name for patternMartin Odersky2014-12-311-1/+1
* Handle subtyping cases involving null.Martin Odersky2014-12-221-6/+8
* Don't emit copy method for case classes with repeated parameters.Martin Odersky2014-12-201-1/+5
* Harden implicit scope computation against CyclicReference errors.Martin Odersky2014-12-192-2/+6
* Removed dead code.Martin Odersky2014-12-191-5/+1
* Fix isUnboundedGeneric for alias types.Martin Odersky2014-12-191-3/+3
* Avoid name clashes when generating synthetic companion objects.Martin Odersky2014-12-194-6/+29
* Eliminate unused method from RefChecks.Martin Odersky2014-12-191-6/+0
* Fix NoCyclicReference testMartin Odersky2014-12-191-11/+11
* Merge pull request #271 from dotty-staging/fix/i268-gadtsodersky2014-12-195-45/+52
|\
| * Made gadt map better encapsulated.Martin Odersky2014-12-163-3/+8
| * Fixed #264 - failure to typecheck GADTsMartin Odersky2014-12-165-45/+47
* | Merge pull request #308 from smarter/change/Ylog-2odersky2014-12-183-18/+23
|\ \
| * | -Ylog:X now only log phase X, use -Ylog:X+ to also log phase X+1Guillaume Martres2014-12-183-18/+23
* | | Merge pull request #307 from smarter/simplify/TypeAlias-unapplyodersky2014-12-181-4/+1
|\ \ \
| * | | Simplify TypeAlias#unapplyGuillaume Martres2014-12-171-4/+1
| |/ /
* | | Simplified and commented makePackageObjPrefixExplicitMartin Odersky2014-12-173-4/+9
* | | Refactored common behavior from TypeAssigner and TypeErasureMartin Odersky2014-12-173-22/+19
* | | Make erasure insert `.package` in refernecesDmitry Petrashko2014-12-171-0/+4
|/ /
* | Merge pull request #251 from dotty-staging/shared-backendDmitry Petrashko2014-12-1718-21/+2030
|\ \
| * | Stay compatible with scalac and javac in -d cli optionDmitry Petrashko2014-12-161-1/+1
| * | Make String_valueOf_Object agnostic of whether it runs before or after erasureDmitry Petrashko2014-12-161-1/+1
| * | Update docs and make memberClasses uses typeNameFilter.Dmitry Petrashko2014-12-161-4/+4
| * | Fix concatenation of multiple stringsDmitry Petrashko2014-12-161-1/+1
| * | Handle Array.cloneDmitry Petrashko2014-12-162-9/+20
| * | Fix loading of static methods in java.lang.String.Dmitry Petrashko2014-12-161-1/+1
| * | Use correct methods to get super interfaces of a class.Dmitry Petrashko2014-12-161-1/+1
| * | Fix #258: string trailing $ in module names in backend.Dmitry Petrashko2014-12-161-1/+3
| * | Rely on Trait flag to generate interfaces.Dmitry Petrashko2014-12-162-7/+2
| * | Desugar dotty Idents to selectsDmitry Petrashko2014-12-161-0/+9
| * | Untroduce SumUtils.superInterfaces which is different from mixins.Dmitry Petrashko2014-12-161-6/+15
| * | Add default methods generation.Dmitry Petrashko2014-12-161-1/+2
| * | Handle JavaSeqLiterals.Dmitry Petrashko2014-12-161-3/+8
| * | Fix #257 ModuleDefs had invalid constructors.Dmitry Petrashko2014-12-161-1/+1
| * | Mimic scalac originalOwner.Dmitry Petrashko2014-12-161-7/+13
| * | Stop using deprecated methods in GenBcode.Dmitry Petrashko2014-12-161-3/+3
| * | Differentiate between scala and java's flags: private and finalDmitry Petrashko2014-12-161-0/+6
| * | Adapt backend to changes in scalac: new symbols get positions and types.Dmitry Petrashko2014-12-161-1/+5
| * | Fix bugs around emulating scalac linkedClassOfClass.Dmitry Petrashko2014-12-161-2/+2
| * | Fix generation of lambdas for Unit-returning closures.Dmitry Petrashko2014-12-161-1/+4
| * | implement isQualifierSafeToElideDmitry Petrashko2014-12-161-1/+1
| * | Disable PrivateToStatic until it is fixed.Dmitry Petrashko2014-12-161-1/+1