aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Add handling of parsed annotations to applyOverloaded.Dmitry Petrashko2014-11-221-1/+1
* Annotations have JavaSeqLiterals inside.Dmitry Petrashko2014-11-221-1/+1
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-223-16/+19
* add mapping ENUM -> Enum to PickleBufferOndrej Lhotak2014-11-221-1/+2
* desugar Java repeated parms into an Array instead of SeqOndrej Lhotak2014-11-222-6/+8
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-221-0/+9
* Rename PolyType.copy method. It clashes with generated one.Dmitry Petrashko2014-11-221-2/+2
* Fix ElimRepeated not transforming modifiers in tree.Dmitry Petrashko2014-11-221-1/+1
* Dotty typer deviation triggered in UnpicklerDmitry Petrashko2014-11-221-1/+2
* Infer if overloading resolution should trigger implicit search.Dmitry Petrashko2014-11-221-33/+28
* Fix StackOveflow due to implicit resolution in readAnnotationContentsDmitry Petrashko2014-11-221-1/+1
* readAnnotationContents that should be able to resolve overloaded constructors.Dmitry Petrashko2014-11-221-12/+36
* Fix underlyingIfRepeated always assuming Scala repeated.Dmitry Petrashko2014-11-221-2/+5
* Add Id's to types.Dmitry Petrashko2014-11-221-0/+9
* Add the right constructor to Java annotationsMartin Odersky2014-11-223-2/+42
* Merge pull request #228 from dotty-staging/fix/overridingodersky2014-11-184-6/+29
|\
| * Check that overriding members refine the types of overridden ones.Martin Odersky2014-11-182-13/+17
| * Fixes for type argument handling.Martin Odersky2014-11-152-4/+12
| * Refine merge of nullary and parameterless denotations.Martin Odersky2014-11-141-1/+12
* | Merge pull request #230 from dotty-staging/fix/and-or-subtypingodersky2014-11-181-2/+61
|\ \
| * | Fixed typosMartin Odersky2014-11-181-1/+1
| * | Try to avoid overconstraining when comparing and/or typesMartin Odersky2014-11-161-2/+61
| |/
* | Moved pending tests that work into pos and neg.Martin Odersky2014-11-171-1/+1
* | Avoid computing info of TypeRefs for Object <-> Any comversions in ClassfileP...Martin Odersky2014-11-132-8/+17
* | Avoid forcing infos of some symbols in InfoTransformsMartin Odersky2014-11-121-5/+15
|/
* Merge pull request #192 from smarter/fix/ThisType-subtypingodersky2014-11-111-1/+1
|\
| * Fix subtyping checks involving ThisType and PolyParamGuillaume Martres2014-11-111-1/+1
* | Scopes: make sure every bucket of the hash table is usedGuillaume Martres2014-11-111-2/+4
|/
* Clean up code relating to interfaces.Martin Odersky2014-11-105-13/+20
* Merge pull request #217 from dotty-staging/transform/mixinDmitry Petrashko2014-11-107-39/+76
|\
| * Generalize symbolic refsMartin Odersky2014-11-102-8/+7
| * Retract of optimization in computeDenotMartin Odersky2014-11-091-2/+9
| * More robost handling of isSetter/isGetterMartin Odersky2014-11-091-4/+9
| * Small polishings in docs and code.Martin Odersky2014-11-092-2/+2
| * More systematic handling of Scala2LocalSuffix.Martin Odersky2014-11-091-2/+2
| * Fix of computeDenot.Martin Odersky2014-11-091-4/+10
| * Fixed redundancy in membersNeedAsSeenFromMartin Odersky2014-11-091-1/+1
| * Take supercalls into account for statement contextMartin Odersky2014-11-091-4/+9
| * Make cloneScope less forcefull.Martin Odersky2014-11-091-6/+25
| * Avoid getting confused because of Scala2 local suffixesMartin Odersky2014-11-091-0/+3
| * Adapt GettersSetters to new Mixin scheme.Martin Odersky2014-11-092-12/+2
| * First version of mixin transform.Martin Odersky2014-11-092-3/+6
* | Merge pull request #211 from dotty-staging/phase-runOnDmitry Petrashko2014-11-091-2/+6
|\ \ | |/ |/|
| * Phase.runOn is now List[ComliplationUnit] => List[ComliplationUnit]Dmitry Petrashko2014-11-031-2/+6
* | New phase: PrivateToStaticMartin Odersky2014-11-091-0/+3
* | Merge pull request #180 from smarter/fix/nosymbol-subtypingodersky2014-11-061-1/+1
|\ \ | |/ |/|
| * Fix subtyping of types without symbolsGuillaume Martres2014-10-091-1/+1
* | Print whole TreeTransform name in Ycheck and XprintDmitry Petrashko2014-10-301-0/+4
* | Restructure Try node.Dmitry Petrashko2014-10-302-1/+2
* | Add Patmat to ContextDmitry Petrashko2014-10-301-1/+3