aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Avoid merging denotations of different symbols in same classMartin Odersky2016-05-181-1/+8
* Refine todo commentMartin Odersky2016-04-291-1/+1
* Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
* Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
* Fix misprediction of dependent method type status.Martin Odersky2016-04-271-7/+10
* Avoid forming ???.T type.Martin Odersky2016-04-271-1/+2
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-272-5/+5
* Support implicitNotFound annotationMartin Odersky2016-04-221-0/+2
* Fix constraint handling in eitherIsSubtypeMartin Odersky2016-04-211-1/+1
* Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-205-7/+33
|\
| * Make Names immutable SeqsMartin Odersky2016-04-151-1/+1
| * Tweak in NameOpsMartin Odersky2016-04-151-1/+1
| * Dealias applied type constructorsMartin Odersky2016-04-151-2/+10
| * Fix #765 for super accessorsMartin Odersky2016-04-151-1/+10
| * Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-152-1/+8
| * Small improvements in TypesMartin Odersky2016-04-151-2/+4
* | 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
* | Merge pull request #1200 from dotty-staging/docs-denotationsodersky2016-04-161-12/+29
|\ \
| * | Fix commentMartin Odersky2016-04-031-4/+5
| * | Fix copy-paste errorMartin Odersky2016-04-031-2/+2
| * | Docs and polishing for denotation insertionsMartin Odersky2016-04-031-10/+26
* | | Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-168-32/+56
|\ \ \ | |_|/ |/| |
| * | Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-092-17/+4
| * | Explain isTyper field in Phase.Martin Odersky2016-04-081-1/+5
| * | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-3/+11
| * | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
| * | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
| * | Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-072-13/+17
| * | Add unpickled source file path as annotation to root symbolsMartin Odersky2016-04-071-4/+8
| * | Fix reading of SourceFile attribute from TastyMartin Odersky2016-04-071-2/+4
| * | Add dotty.annotation.internal.SourceFile annotationMartin Odersky2016-04-072-0/+5
| * | Treat type parameters of secondary constructors as aliasesMartin Odersky2016-04-071-3/+8
| |/
* | Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-071-0/+8
* | Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-065-121/+200
|\ \
| * | Base deskolemize on ApproximatingTypeMapMartin Odersky2016-03-301-88/+9
| * | Add ApproximatingTypeMap classMartin Odersky2016-03-301-22/+94
| * | Fix documentation of liftIfHKMartin Odersky2016-03-301-1/+1
| * | Fix a case in deskolemize.Martin Odersky2016-03-301-1/+1
| * | Simplify widenToParentsMartin Odersky2016-03-301-4/+5
| * | Don't lambda expand and/or types over named type parametersMartin Odersky2016-03-301-2/+16
| * | Take named type parameters into account when instantiating variables.Martin Odersky2016-03-301-1/+5
| * | Add methods for expressing named type paramsMartin Odersky2016-03-302-0/+75
| * | Simplify and fix avoid logicMartin Odersky2016-03-301-8/+0
* | | Merge pull request #1199 from dotty-staging/fix-stale-symodersky2016-04-062-11/+11
|\ \ \
| * | | Fix doc commentMartin Odersky2016-04-031-1/+1
| * | | Make erased value type take a TypeRef instead of a ClassSymbolMartin Odersky2016-04-032-10/+10
| | |/ | |/|
* | | Fix TermRefWithSignature.newLikeThisDmitry Petrashko2016-04-041-1/+1
* | | Fix double computation in TermRefWithSignature.newLikeThisDmitry Petrashko2016-04-041-1/+1
|/ /
* | Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-0113-13/+87
|\ \