aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* Make String_valueOf_Object agnostic of whether it runs before or after erasureDmitry Petrashko2014-12-161-1/+1
* Fix concatenation of multiple stringsDmitry Petrashko2014-12-161-1/+1
* Fix loading of static methods in java.lang.String.Dmitry Petrashko2014-12-161-1/+1
* Sharing backend between scalac and dotty.Dmitry Petrashko2014-12-161-1/+1
* Drop NotNull class and associated code.Martin Odersky2014-12-131-3/+0
* Fix by-name argumentsMartin Odersky2014-12-051-0/+5
* Fix erasure of trait infoMartin Odersky2014-12-051-1/+1
* made ArrayType constructor phase awareMartin Odersky2014-12-031-1/+2
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-0/+7
* Clean up code relating to interfaces.Martin Odersky2014-11-101-3/+3
* Adaptations to make pattern matcher in new worldMartin Odersky2014-10-121-1/+1
* make appliedToNone fail for exprType, use appliedIfMethod insteadDmitry Petrashko2014-10-111-1/+0
* Make productArity a synthetic method which can be overriddenMartin Odersky2014-10-111-0/+1
* After merge fixesDmitry Petrashko2014-09-171-8/+1
* Definitions used by pattern matcherDmitry Petrashko2014-09-171-5/+27
* New phase: CapturedVarsMartin Odersky2014-09-121-0/+9
* Function and multi-array type methods get implicit contexts.Martin Odersky2014-08-301-4/+4
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-1/+0
* Fixes to erasureMartin Odersky2014-08-251-2/+2
* Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-4/+0
* Add SyntheticMethods miniphaseMartin Odersky2014-08-111-0/+2
* New methods in DefinitionsMartin Odersky2014-08-111-4/+16
* Add Product{1,2} supertrait to case classesMartin Odersky2014-08-101-1/+1
* Fixed fully qualified name of migration annotationMartin Odersky2014-08-091-1/+1
* Added version settings -migration, -sourceMartin Odersky2014-08-031-0/+5
* Initial versions of Variances and CheckVariancesMartin Odersky2014-08-031-1/+2
* Eliminate JavaRepeatedParamClassMartin Odersky2014-08-031-5/+0
* Make more Definition methods depend on implicit context argumentMartin Odersky2014-07-171-5/+5
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-171-1/+1
* Improved documentationMartin Odersky2014-06-261-3/+8
* Fixes to lambda abstractionMartin Odersky2014-06-191-1/+1
* Handling higher-kinded types with lambdasMartin Odersky2014-06-181-55/+0
* Make Lambda#Apply a type field instead of a type parameter.Martin Odersky2014-06-121-2/+5
* Names and definitions for LambdasMartin Odersky2014-06-121-1/+61
* Excluding <:< from eligible candidates for views.Martin Odersky2014-05-081-0/+1
* Make sure AnyVal is loaded by classfile parser.Martin Odersky2014-05-081-11/+13
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-68/+66
* Definitions used by backend.Dmitry Petrashko2014-05-061-0/+23
* New phase: NullarifyMartin Odersky2014-04-151-1/+4
* Fix mkArityArray not producing last arityDmitry Petrashko2014-04-111-3/+3
* Make mkArityArray work for classes outside "scala" packageDmitry Petrashko2014-04-111-4/+5
* TailRec phase and tests for it.Dmitry Petrashko2014-04-111-1/+3
* Intercepted methods transformerDmitry Petrashko2014-04-021-4/+12
* More fixes and tests for easure.Martin Odersky2014-03-311-2/+2
* Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-0/+1
* Erasure phase PoCMartin Odersky2014-03-291-0/+5
* Reworked erasure denotation transformerMartin Odersky2014-03-291-4/+29
* Fix of t1236: higher-kindedMartin Odersky2014-03-211-10/+3
* Removed annotations forced by union typesMartin Odersky2014-03-201-2/+3
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1