aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Make Set[TypeRef]s privateMartin Odersky2015-11-091-5/+5
* Remove/hide value class mapsMartin Odersky2015-11-091-16/+13
* Move refType/Class maps from Definitions to CapturedVarsMartin Odersky2015-11-091-12/+0
* Make BoxedUnit_UNIT a defMartin Odersky2015-11-091-2/+1
* Standardize requiredMethod callsMartin Odersky2015-11-091-27/+27
* Standardize naming and definition order of annotation classesMartin Odersky2015-11-091-23/+23
* Use more standard way to define LanguageModuleClassMartin Odersky2015-11-091-3/+3
* Make isPolymorphicAfterErasure a methodMartin Odersky2015-11-091-2/+2
* Harmonize naming conventions for BoxedUnitMartin Odersky2015-11-091-4/+2
* Index primitive value class maps by name, not TypeRefMartin Odersky2015-11-091-15/+17
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-208/+336
* Enable <:< implicits as conversions.Martin Odersky2015-11-031-1/+3
* 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