aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* fix #1648: mark companion object for java.lang.Object as non-existentliu fengyun2016-11-181-0/+7
* Don't allow redefinition of core classesMartin Odersky2016-11-101-8/+12
* Fix #1637: Future defs are always OKMartin Odersky2016-10-311-8/+4
* Move files out of the dotty packageMartin Odersky2016-10-201-13/+11
* Introduce scalaShadowing packageMartin Odersky2016-10-201-0/+15
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-3/+3
* Drop dotty.language from DefinitionsMartin Odersky2016-10-111-3/+1
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-021-0/+2
* Add inline for valsMartin Odersky2016-10-021-0/+2
* Make inline annotation @scala.inline.Martin Odersky2016-10-021-1/+1
* First version of inline schemeMartin Odersky2016-10-021-0/+2
* Add Function25 on top of #1413.Nicolas Stucki2016-07-281-2/+2
* Adress reviewers commentsMartin Odersky2016-07-251-1/+1
* Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-251-2/+8
* Merge pull request #1291 from nicolasstucki/implement-scala-dynamicDmitry Petrashko2016-07-151-1/+3
|\
| * Add scala.Dynamic language feature check.Nicolas Stucki2016-07-071-1/+3
* | Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-151-5/+14
|\ \
| * | Implement -Yno-predef and -Yno-importsjvican2016-06-291-5/+14
| |/
* | 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