aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc
Commit message (Expand)AuthorAgeFilesLines
* Changed underlying type of RefinedThisMartin Odersky2014-11-241-1/+1
* More robust isSetter test.Martin Odersky2014-11-241-1/+1
* More robust TypeVar printing.Martin Odersky2014-11-241-3/+7
* Fixed type adaptation problem in checkBoundsMartin Odersky2014-11-241-1/+3
* Make reduceProjection use lookupRefinedMartin Odersky2014-11-241-69/+48
* Improve simplifications of type projections.Martin Odersky2014-11-242-1/+40
* Do not skip packages in FirstTransformDmitry Petrashko2014-11-221-1/+2
* Drop java-defined trees in FirstTransformDmitry Petrashko2014-11-221-1/+5
* Address reviewer feedback: restructure applyOverloaded.Dmitry Petrashko2014-11-221-7/+14
* Fixing memoize transforming java fields.Dmitry Petrashko2014-11-221-1/+1
* Adapting branch to absence of modifiers in trees.Dmitry Petrashko2014-11-224-56/+29
* Add handling of parsed annotations to applyOverloaded.Dmitry Petrashko2014-11-222-4/+24
* Annotations have JavaSeqLiterals inside.Dmitry Petrashko2014-11-221-1/+1
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-224-16/+37
* AnnotationTransformer now also transforms typesDmitry Petrashko2014-11-222-4/+32
* Extract AnnotationTransformer functionality from ElimRepeated to a traitDmitry Petrashko2014-11-222-37/+40
* don't try to make a body for a setter of a Java fieldOndrej Lhotak2014-11-221-1/+1
* create dummy first constructor for Java classesOndrej Lhotak2014-11-221-21/+26
* For Java constructors, do not move out to ctx.outerOndrej Lhotak2014-11-221-1/+4
* make annotation classes abstract (since they are interfaces)Ondrej Lhotak2014-11-221-1/+1
* fix calls to tree copier that now requires multiple parameter listsOndrej Lhotak2014-11-221-2/+2
* Flags.Static renamed to JavaStaticOndrej Lhotak2014-11-221-8/+8
* remove debugging printlnOndrej Lhotak2014-11-221-3/+1
* add comment to explain why refctx passed explicitly to selectionTypeOndrej Lhotak2014-11-221-0/+2
* add comment explaining why checkValue skips Java compilation unitsOndrej Lhotak2014-11-221-0/+2
* add mapping ENUM -> Enum to PickleBufferOndrej Lhotak2014-11-221-1/+2
* make elimrepeated addVarArgsBridge at thisTransformer instead of thisTransfor...Ondrej Lhotak2014-11-221-1/+0
* Java Select: try typing as both SelectFromTypeTree and SelectOndrej Lhotak2014-11-221-5/+36
* desugar Java repeated parms into an Array instead of SeqOndrej Lhotak2014-11-224-12/+14
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-229-204/+1794
* Show full name of doubly defined symbolsDmitry Petrashko2014-11-221-2/+2
* Allow checking that trees and their defined symbols have modifiers in sync.Dmitry Petrashko2014-11-222-2/+14
* #204 check for global uniqueness of definitions.Dmitry Petrashko2014-11-221-10/+19
* Rename PolyType.copy method. It clashes with generated one.Dmitry Petrashko2014-11-222-3/+3
* Fix ElimRepeated not transforming modifiers in tree.Dmitry Petrashko2014-11-222-3/+6
* Dotty typer deviation triggered in UnpicklerDmitry Petrashko2014-11-221-1/+2
* Infer if overloading resolution should trigger implicit search.Dmitry Petrashko2014-11-222-35/+30
* Fix StackOveflow due to implicit resolution in readAnnotationContentsDmitry Petrashko2014-11-221-1/+1
* Allow resolving overloads without inferring views.Dmitry Petrashko2014-11-221-2/+21
* readAnnotationContents that should be able to resolve overloaded constructors.Dmitry Petrashko2014-11-221-12/+36
* FunProtoTyped to be used when args are known to be typedDmitry Petrashko2014-11-221-0/+10
* Fix underlyingIfRepeated always assuming Scala repeated.Dmitry Petrashko2014-11-222-5/+9
* Fix TypeErasure.sigName erasing java repeated params to SeqDmitry Petrashko2014-11-221-1/+3
* Fix typeAssigner ignoring existence of JavaSeqLiteralDmitry Petrashko2014-11-222-7/+10
* Add Id's to types.Dmitry Petrashko2014-11-221-0/+9
* Fix elimRepeated not transforming annotations.Dmitry Petrashko2014-11-221-0/+29
* Add the right constructor to Java annotationsMartin Odersky2014-11-223-2/+42
* Merge pull request #228 from dotty-staging/fix/overridingodersky2014-11-187-73/+108
|\
| * Check that overriding members refine the types of overridden ones.Martin Odersky2014-11-183-21/+28
| * Fixes of reviewers comments.Martin Odersky2014-11-171-6/+2