aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Let createSymbol return a symbolMartin Odersky2016-05-232-23/+27
* Make sure delayed Tasty unpicklings are done at the latest at Pickler phaseMartin Odersky2016-05-231-4/+6
* Fix withPhaseNoLaterMartin Odersky2016-05-231-1/+1
* Make sure local data is unpickled at right phaseMartin Odersky2016-05-231-2/+4
* Don't force a symbol's denotation for isTerm/isTypeMartin Odersky2016-05-232-3/+3
* Instrument Denotations#current to find CyclicReferenceMartin Odersky2016-05-231-1/+7
* Disable stub checkingMartin Odersky2016-05-231-4/+13
* Use source module ref as assumed self type when reading TastyMartin Odersky2016-05-231-2/+6
* Fix dotc bootstrap failureMartin Odersky2016-05-191-1/+5
* Refined handling of atSignatureMartin Odersky2016-05-182-24/+28
* Issue MergeError exception for double def situationsMartin Odersky2016-05-181-8/+29
* 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