aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | PolishingsMartin Odersky2017-04-114-38/+47
* | | Bug fixesMartin Odersky2017-04-1112-65/+115
* | | Implement startsWith/encode/decode for derived names.Martin Odersky2017-04-115-18/+34
* | | Disentangle Names from SeqsMartin Odersky2017-04-1110-83/+71
* | | Use system hashcode for all names except SimpleTermNamesMartin Odersky2017-04-111-4/+2
* | | Fix typos and redundant statements in previous commitsMartin Odersky2017-04-113-6/+2
* | | Deug info in classfile parserMartin Odersky2017-04-111-1/+8
* | | Unmangle class names in ClassfileParserMartin Odersky2017-04-111-1/+1
* | | Self-checked structured qualified namesMartin Odersky2017-04-111-4/+27
* | | Start to use structured ModuleNamesMartin Odersky2017-04-114-8/+31
* | | Fix handling of qualified namesMartin Odersky2017-04-112-19/+42
* | | Fix @sharable problemMartin Odersky2017-04-111-1/+1
* | | Add derived name machineryMartin Odersky2017-04-113-11/+114
* | | Cleanup of simple namesMartin Odersky2017-04-111-45/+39
* | | Merge pull request #2215 from dotty-staging/#2142odersky2017-04-116-15/+43
|\ \ \
| * | | Align safe parameter substitution with other subst methodsMartin Odersky2017-04-102-6/+6
| * | | Generalize definition of Type#isStableMartin Odersky2017-04-101-2/+3
| * | | Skolemize arguments to dependent methods as necessary.Martin Odersky2017-04-102-4/+21
| * | | Explain skolem typesMartin Odersky2017-04-101-3/+11
| * | | Handle printing of term paramrefsMartin Odersky2017-04-102-6/+8
* | | | Merge pull request #2197 from dotty-staging/add-enum-exhaustivenessodersky2017-04-104-100/+77
|\ \ \ \
| * | | | simplify exhaustivity check using ConstantTypeliu fengyun2017-04-061-49/+11
| * | | | remove obsolete codeliu fengyun2017-04-061-9/+0
| * | | | exhaustivity support for enumsliu fengyun2017-04-063-51/+69
| * | | | Add child annotations for enum valuesMartin Odersky2017-04-062-4/+10
| | |/ / | |/| |
* | | | Merge pull request #2206 from dotty-staging/fix-#2198odersky2017-04-101-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #2198: Don't widen module singletonsMartin Odersky2017-04-091-2/+4
* | | | Merge pull request #2207 from dotty-staging/fix-#2188Nicolas Stucki2017-04-091-0/+3
|\ \ \ \
| * | | | Fix #2188: Do cbn transform also on SelectsMartin Odersky2017-04-091-0/+3
| |/ / /
* | | | Merge pull request #2208 from dotty-staging/fix-#2192Guillaume Martres2017-04-091-2/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix #2192: Fullow supertypes when determining whether an expect type is a fun...Martin Odersky2017-04-091-2/+12
| |/ /
* | | Merge pull request #2205 from dotty-staging/fix-#2220odersky2017-04-093-32/+70
|\ \ \ | |/ / |/| |
| * | Fix documentationMartin Odersky2017-04-091-4/+3
| * | Tweak logic for hk type comparisonsMartin Odersky2017-04-091-4/+3
| * | Three fixes wrt handlings of package objectsMartin Odersky2017-04-092-28/+68
* | | Fix #2201: Less aggressive type application reduction for better inferenceGuillaume Martres2017-04-081-3/+6
|/ /
* | Merge pull request #2193 from dotty-staging/deterministic-testsFelix Mulder2017-04-063-4/+15
|\ \
| * | Use alphabetic sort by defaultOlivier Blanvillain2017-04-061-4/+11
| * | Deterministically randomises test compilation orderOlivier Blanvillain2017-04-053-4/+8
* | | Merge pull request #2187 from dotty-staging/fix-2166odersky2017-04-061-1/+7
|\ \ \ | |_|/ |/| |
| * | fix #2166: unpickling of shared CaseDefliu fengyun2017-04-041-1/+7
* | | Adapt TastyPrinter to new formatMartin Odersky2017-04-061-1/+1
* | | Update doc comment on HkTypeLambda/PolyTypeMartin Odersky2017-04-061-12/+13
* | | PolishingsMartin Odersky2017-04-067-19/+13
* | | Refactorings for efficiencyMartin Odersky2017-04-062-43/+56
* | | Narrow matches from TypeLambda to HKTypeLambda where appropriateMartin Odersky2017-04-064-8/+10
* | | Merge MethodType and PolyType functionality where possibleMartin Odersky2017-04-0612-130/+78
* | | Make PolyType a ground typeMartin Odersky2017-04-062-1/+5
* | | Split HKTypeLambda from PolyTypeMartin Odersky2017-04-069-31/+28
* | | Generalize comparisons from PolyTypes to TypeLambdasMartin Odersky2017-04-061-7/+7