aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* Force the initialization of throwMethod in DefinitionsVladimirNik2016-02-051-1/+1
* Merge pull request #1006 from dotty-staging/more-testsGuillaume Martres2015-12-261-4/+1
|\
| * Make isBottomType work for derives types as well.Martin Odersky2015-12-201-4/+1
* | Make asSeenFrom idempotentMartin Odersky2015-12-211-0/+2
|/
* Add isBottomType/Class tests to DefinitionsMartin Odersky2015-12-111-0/+6
* Change hk naming schemeMartin Odersky2015-12-061-5/+5
* Compile scala.collection.Seq without double-binding errorGuillaume Martres2015-12-011-4/+7
* Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-091-1/+13
* Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-091-101/+118
* Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-091-55/+54
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-7/+7
* Fix dotty compilation problem in DefinitionsMartin Odersky2015-11-091-4/+4
* Renamings in DefinitionsMartin Odersky2015-11-091-124/+106
* Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-091-15/+29
* 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