aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Allow relaxed typing of applicationsMartin Odersky2014-10-111-0/+5
* Treat @static as a source flag.Martin Odersky2014-10-111-1/+1
* Add isProperlyContainedIn methodMartin Odersky2014-10-111-1/+4
* Make enteredAfter, installAfter more forgiving as to when they are called.Martin Odersky2014-10-112-28/+26
* Merge pull request #174 from dotty-staging/rebDmitry Petrashko2014-10-1123-615/+973
|\
| * make appliedToNone fail for exprType, use appliedIfMethod insteadDmitry Petrashko2014-10-111-1/+0
| * Make widening ops more systematic & completeMartin Odersky2014-10-111-7/+14
| * Fix SymDenotation.isPrimaryConstructorDmitry Petrashko2014-10-111-1/+1
| * Make productArity a synthetic method which can be overriddenMartin Odersky2014-10-111-0/+1
| * Make rejection of deep subtype call stack optionalMartin Odersky2014-10-111-1/+1
| * Make changeOwner more robust regarding non-standard owner chainsMartin Odersky2014-10-112-9/+19
| * TypeTestsCasts now handles casts to constant types.Dmitry Petrashko2014-09-241-0/+2
| * Patmat now succeeds tests.Dmitry Petrashko2014-09-231-2/+3
| * Made TypeVars uncahable keysMartin Odersky2014-09-231-1/+12
| * Fix errorneus equality between TermRef and WithFixedSymDmitry Petrashko2014-09-231-1/+2
| * Fix problem in unapply typing.Martin Odersky2014-09-231-3/+5
| * After merge fixesDmitry Petrashko2014-09-171-8/+1
| * Definitions used by patmatDmitry Petrashko2014-09-172-0/+59
| * Definitions used by pattern matcherDmitry Petrashko2014-09-172-5/+32
| * Changes from discussion in #171Dmitry Petrashko2014-09-172-3/+4
| * Better TreeTypeMapsMartin Odersky2014-09-136-34/+81
| * New phase: CapturedVarsMartin Odersky2014-09-122-0/+11
| * Fix handling of Array#clone in ErasureMartin Odersky2014-09-121-0/+1
| * Skip label methods in enclosing methodMartin Odersky2014-09-121-1/+3
| * Erasure should keep prefixes in TermRefsMartin Odersky2014-09-121-17/+10
| * Fix class decls in TypeTypeMapMartin Odersky2014-09-101-4/+17
| * Keep SuperTypes around after erasure.Martin Odersky2014-09-101-2/+1
| * Generalize phase postcondition checking.Martin Odersky2014-09-061-1/+7
| * Better tests and more fixes for ExplicitOuterMartin Odersky2014-09-061-0/+5
| * Harden construction of i"..." stringsMartin Odersky2014-09-051-4/+9
| * CyclicError messages now go to printerMartin Odersky2014-09-051-1/+5
| * Fix a bug in unpicklerMartin Odersky2014-09-051-1/+1
| * Partially reverting of 08c6eacaMartin Odersky2014-09-052-9/+17
| * Enclosing class skips classes from inSuperCall definitionsMartin Odersky2014-09-041-3/+7
| * Add inSuperCall mode and flag.Martin Odersky2014-09-042-7/+8
| * Completed outer paths.Martin Odersky2014-09-011-1/+1
| * Allow more leniency in time travel.Martin Odersky2014-09-012-5/+22
| * Added OuterAccessor flag.Martin Odersky2014-09-011-30/+31
| * Fix to elidable prefix.Martin Odersky2014-08-311-1/+6
| * Avoid reloading NonMemberSyms.Martin Odersky2014-08-311-2/+4
| * Generalize equivalentThisTypesMartin Odersky2014-08-311-13/+10
| * Ensure that after erasure all types are erased.Martin Odersky2014-08-302-10/+10
| * Function and multi-array type methods get implicit contexts.Martin Odersky2014-08-301-4/+4
| * Shorten "if denotation is current the symbol" to "currentSymbol".Martin Odersky2014-08-292-6/+21
| * Avoid cyclic reference errors in ShowScalaMartin Odersky2014-08-292-4/+5
| * Added todo commentMartin Odersky2014-08-291-1/+1
| * Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-285-2/+27
| * Fix in underlyingClassRefMartin Odersky2014-08-281-1/+21
| * Make ThisTypes take TypeRefs instead of ClassSymbolsMartin Odersky2014-08-276-49/+47
| * Rebinding ThisTypesMartin Odersky2014-08-274-7/+22