aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-3/+3
* Remove old hk schemeMartin Odersky2016-07-111-65/+0
* Avoid accidental creation of hk typesMartin Odersky2016-07-111-1/+1
* Turn on new hk schemeMartin Odersky2016-07-111-5/+5
* Merge pull request #1256 from felixmulder/topic/test-bcodeDmitry Petrashko2016-05-271-0/+2
|\
| * Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-171-0/+2
* | Move eqAny to PredefMartin Odersky2016-05-231-3/+3
* | Check equality that with == and != makes senseMartin Odersky2016-05-231-1/+1
* | Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-231-0/+7
|/
* Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
* Support implicitNotFound annotationMartin Odersky2016-04-221-0/+2
* Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-181-0/+5
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-181-3/+1
* Add dotty.annotation.internal.SourceFile annotationMartin Odersky2016-04-071-0/+2
* Initialize context in REPLMartin Odersky2016-03-181-1/+1
* Implement @static sip.Dmitry Petrashko2016-03-071-0/+2
* Simplify ClassOf phaseMartin Odersky2016-02-201-0/+2
* Synthesize classTags in Typer.Martin Odersky2016-02-201-0/+3
* 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