aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
Commit message (Expand)AuthorAgeFilesLines
* Excluding <:< from eligible candidates for views.Martin Odersky2014-05-081-0/+1
* Make sure AnyVal is loaded by classfile parser.Martin Odersky2014-05-081-11/+13
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-68/+66
* Definitions used by backend.Dmitry Petrashko2014-05-061-0/+23
* New phase: NullarifyMartin Odersky2014-04-151-1/+4
* Fix mkArityArray not producing last arityDmitry Petrashko2014-04-111-3/+3
* Make mkArityArray work for classes outside "scala" packageDmitry Petrashko2014-04-111-4/+5
* TailRec phase and tests for it.Dmitry Petrashko2014-04-111-1/+3
* Intercepted methods transformerDmitry Petrashko2014-04-021-4/+12
* More fixes and tests for easure.Martin Odersky2014-03-311-2/+2
* Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-0/+1
* Erasure phase PoCMartin Odersky2014-03-291-0/+5
* Reworked erasure denotation transformerMartin Odersky2014-03-291-4/+29
* Fix of t1236: higher-kindedMartin Odersky2014-03-211-10/+3
* Removed annotations forced by union typesMartin Odersky2014-03-201-2/+3
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
* Added auto-tupling.Martin Odersky2014-03-201-1/+1
* Add language feature mechanismMartin Odersky2014-03-201-0/+1
* LazyVals phase.Dmitry Petrashko2014-03-191-0/+2
* Fix of #34Martin Odersky2014-03-031-3/+3
* Performance improvement: Avoid unncecessary allocations of ListBufferMartin Odersky2014-02-261-1/+1
* Bug fix: newSyntheticTypeParam did not incorporate paramFlagsMartin Odersky2014-02-211-1/+1
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1279/+56
* Getting rid of some CompleInCreationContextsMartin Odersky2014-02-091-5/+5
* Making completer take an implicit contextMartin Odersky2014-02-091-4/+4
* Rename dotty.Predef -> dotty.DottyPredefMartin Odersky2014-02-021-1/+1
* Revert "Dropping a type annotation, which is no longer needed."Martin Odersky2014-02-011-1/+2
* Dropping a type annotation, which is no longer needed.Martin Odersky2014-01-311-2/+1
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-191-1/+2
* Add a constructor to class Any, so that it can be inherited.Martin Odersky2014-01-101-2/+7
* Mapping over a SelectionProto should give a SelectionProto, not a RefinedType.Martin Odersky2014-01-081-1/+1
* Adding dotty.Predef to root importsMartin Odersky2013-12-311-7/+5
* New version of eta-expansion.Martin Odersky2013-12-281-1/+3
* Fix for denotsNamed.Martin Odersky2013-12-251-2/+2
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-2/+2
* Normalize parents to be class refsMartin Odersky2013-12-221-3/+3
* Change to computing arguments in a pattern match.Martin Odersky2013-12-191-0/+3
* Bringing isFunctionType in line with isTupleTypeMartin Odersky2013-12-171-3/+6
* Fixes to type applications and unapply.Martin Odersky2013-12-021-1/+1
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-1/+1
* Types refactoringsMartin Odersky2013-11-251-1/+1
* Cleanup of named type creation from SymDenotations.Martin Odersky2013-11-231-1/+1
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-36/+36
* Fixing several type checking problems.Martin Odersky2013-11-061-0/+5
* Fallback to old treatement of tuples.Martin Odersky2013-11-041-1/+1
* Changing the type of pairs to be scala.Tuple2.Martin Odersky2013-11-031-1/+1
* Fixed handling of varargsMartin Odersky2013-10-261-12/+11
* Emprt package is now a member of Root package, not just owned by it.Martin Odersky2013-08-221-2/+3
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-2/+5
* Making definitions permanentMartin Odersky2013-08-171-20/+24