aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename of hk args HK$x -> hk$xMartin Odersky2015-09-181-6/+6
* Rename Apply -> hkApplyMartin Odersky2015-09-181-1/+1
* Fix CaputuredVars/LiftTry interaction.Martin Odersky2015-08-151-3/+6
* Implement non-local returnsMartin Odersky2015-08-041-0/+1
* SyntheticMethods: override productPrefix for case classesGuillaume Martres2015-07-131-0/+1
* Closes #579 Implement mini-phase for classOf[T]Alexander Myltsev2015-06-221-0/+10
* Copy @field annotations from getters to fields.Martin Odersky2015-06-081-0/+3
* Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-271-1/+2
* Allow to compile root import classes without special option.Martin Odersky2015-05-051-1/+3
* Make data race detection more liberal.Martin Odersky2015-05-041-1/+0
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
* Fix definition of empty package so that it can persist membersMartin Odersky2015-04-281-2/+3
* Allow separate compilation of Dotty using TASTYMartin Odersky2015-04-251-0/+2
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-3/+3
* Eliminate Throw as a typed TreeMartin Odersky2015-03-041-0/+4
* Create OpsPackage to hold compiler-interpreted symbolsMartin Odersky2015-03-041-5/+10
* Better encapsulation and naming for preDecls.Martin Odersky2014-12-181-1/+1
* 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