aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Some fixes to override checking in RefChecks.Martin Odersky2014-11-152-10/+13
| * Fixes for type argument handling.Martin Odersky2014-11-153-8/+13
| * Fine-tuning override errors for syntehtic companion objectsMartin Odersky2014-11-142-10/+16
| * Refactored OverridingPairsMartin Odersky2014-11-141-36/+43
| * Fix OverridingPairsMartin Odersky2014-11-142-16/+16
| * 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
* | | Merge pull request #229 from dotty-staging/change/typevar-printingDmitry Petrashko2014-11-171-2/+5
|\ \ \
| * | | When printing uninstantiated type variables, include their bounds.Martin Odersky2014-11-161-2/+5
| |/ /
* | | Moved pending tests that work into pos and neg.Martin Odersky2014-11-171-1/+1
* | | Merge pull request #227 from dotty-staging/patmatch/productArityDmitry Petrashko2014-11-171-16/+16
|\ \ \ | | |/ | |/|
| * | Rename productArity in pattern matcher to prodArityMartin Odersky2014-11-141-16/+16
| |/
* | Merge pull request #223 from dotty-staging/fix/elimRepeatedTransformSymDmitry Petrashko2014-11-156-13/+38
|\ \ | |/ |/|
| * 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-124-5/+21
* | Fixes problem exhibited by ensuring.scalaMartin Odersky2014-11-132-3/+12
* | Eliminate global state in LambdaLiftMartin Odersky2014-11-121-314/+311
* | Make CapturedVars a functional transform.Martin Odersky2014-11-121-69/+72
* | Remove init method from TreeTransformMartin Odersky2014-11-121-6/+1
* | Make CaptguredVars use prepareForUnit instead of init.Martin Odersky2014-11-121-10/+15
* | Replaced overridden init methods with prepareForUnit.Martin Odersky2014-11-124-10/+19
* | Added methods to prepare-for and transform a complete compilation unit tree.Martin Odersky2014-11-121-4/+23
|/
* Merge pull request #220 from dotty-staging/refactor/DefTreesDmitry Petrashko2014-11-1129-541/+418
|\
| * Factored out Positioned into separate file.Martin Odersky2014-11-114-131/+136
| * Make withMods produce Untyped treesMartin Odersky2014-11-101-7/+4
| * Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-1026-409/+284