aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Pruning branch of constant type condition.Nicolas Stucki2017-04-171-5/+12
* Recurse into refined type when exposing membersAleksander Boruch-Gruszecki2017-04-131-1/+6
* Merge branch 'master' into fix-2253liu fengyun2017-04-131-1/+1
|\
| * Merge pull request #2256 from dotty-staging/fix-2254liu fengyun2017-04-131-2/+2
| |\
| * | Revert <: Product requierment in pattern matchingOlivier Blanvillain2017-04-131-1/+1
* | | fix #2253: avoid exception with refinement typesliu fengyun2017-04-131-0/+1
| |/ |/|
* | fix #2254: dealias types in decomposition of spacesliu fengyun2017-04-131-2/+2
|/
* Handle supercalls in inner classes correctlyMartin Odersky2017-04-111-5/+8
* fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-111-0/+1
* Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-111-2/+2
|\
| * Move isProductSubType to Applications & rename to canProductMatchOlivier Blanvillain2017-04-111-1/+1
| * Decouple Product and pattern-matchingOlivier Blanvillain2017-04-061-1/+1
* | Make extension method names semanticMartin Odersky2017-04-111-2/+3
* | Lazy entering of names with internal $'s in package scopesMartin Odersky2017-04-114-9/+6
* | Cleanups of NameOpsMartin Odersky2017-04-111-2/+2
* | Make outer select names semanticMartin Odersky2017-04-114-9/+12
* | Avoid duplicate hashCode/equalsMartin Odersky2017-04-111-1/+2
* | Make "direct names" semanticMartin Odersky2017-04-111-3/+4
* | Revise qualified namesMartin Odersky2017-04-111-2/+2
* | Decentralize unmangling, add new nameKindsMartin Odersky2017-04-111-4/+6
* | Rename NameExtractor -> NameKindMartin Odersky2017-04-1113-15/+15
* | Make freshName semanticMartin Odersky2017-04-118-40/+48
* | Add ShadowedName and AvoidClashNameMartin Odersky2017-04-112-3/+4
* | Get rid of SuperAccessor flagMartin Odersky2017-04-116-6/+9
* | Get rid of ExpandedName flagMartin Odersky2017-04-114-5/+10
* | Drop Config.semanticNames optionMartin Odersky2017-04-112-9/+3
* | Add default getter namesMartin Odersky2017-04-112-6/+9
* | Merge pull request #2197 from dotty-staging/add-enum-exhaustivenessodersky2017-04-103-100/+76
|\ \
| * | simplify exhaustivity check using ConstantTypeliu fengyun2017-04-061-49/+11
| * | remove obsolete codeliu fengyun2017-04-061-9/+0
| * | exhaustivity support for enumsliu fengyun2017-04-062-51/+68
| * | Add child annotations for enum valuesMartin Odersky2017-04-062-4/+10
| |/
* / Fix #2188: Do cbn transform also on SelectsMartin Odersky2017-04-091-0/+3
|/
* Eliminate MethodOrPolyMartin Odersky2017-04-061-1/+1
* Eliminate ParamTypeMartin Odersky2017-04-061-1/+1
* replace derived{Method,Poly}Type with derivedLambdaTypeMartin Odersky2017-04-066-11/+11
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-062-2/+2
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-0610-21/+21
* Break out functionality from MethodTypeMartin Odersky2017-04-062-3/+3
* Encode variances in parameter namesMartin Odersky2017-04-061-2/+2
* Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-051-0/+4
|\
| * Fix #2024: TypeApply can be a final apply of a recursive method.Dmitry Petrashko2017-03-081-0/+4
* | Addresses review commentsAllan Renucci2017-04-042-8/+8
* | Fixes @unchecked warningsAllan Renucci2017-04-032-4/+4
* | Merge pull request #2159 from dotty-staging/fix-hashcodeDmitry Petrashko2017-04-031-2/+3
|\ \
| * \ Merge branch 'master' into fix-hashcodeFelix Mulder2017-04-021-11/+6
| |\ \
| * | | Use full name of case classes for hashingMartin Odersky2017-03-311-2/+3
| * | | Optimize hashCode computationMartin Odersky2017-03-311-2/+2
| * | | Make case class hashCode take class into accountMartin Odersky2017-03-301-2/+2
* | | | Merge pull request #2157 from dotty-staging/patmat-dead-codeFelix Mulder2017-04-021-109/+3
|\ \ \ \ | |_|/ / |/| | |