aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update Readme.md for ScalaDaysDmitry Petrashko2016-05-091-19/+62
|/ /
* | Merge pull request #1245 from dotty-staging/elimselfDmitry Petrashko2016-05-041-2/+16
|\ \
| * | eliminate self symbol in Template and ClassInfoliu fengyun2016-05-021-2/+16
|/ /
* | Merge pull request #1241 from dotty-staging/fix-#1222Dmitry Petrashko2016-04-294-7/+20
|\ \ | |/ |/|
| * Ensure more things are completedMartin Odersky2016-04-291-1/+5
| * Refine todo commentMartin Odersky2016-04-292-2/+4
| * Transform annotations only if defined in current runMartin Odersky2016-04-291-4/+11
|/
* Merge pull request #1238 from dotty-staging/fix-#1235odersky2016-04-2813-55/+98
|\
| * Allow dependent method type for unapply.Martin Odersky2016-04-272-3/+16
| * Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-272-44/+2
| * Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
| * Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
| * Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-272-2/+44
| * Test caseMartin Odersky2016-04-271-0/+16
| * 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-278-27/+26
|/
* Merge pull request #1237 from dotty-staging/vc-ofDimDmitry Petrashko2016-04-261-4/+6
|\
| * arrayConstructors: do not rewrite ofDim for arrays of value classesVladimirNik2016-04-261-4/+6
* | Merge pull request #1231 from dotty-staging/fix-equalityodersky2016-04-269-10/+130
|\ \
| * \ Merge branch 'master' into fix-equalityodersky2016-04-264-5/+50
| |\ \ | |/ / |/| |
* | | Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-264-5/+50
|\ \ \ | |_|/ |/| |
| * | Fix test failures in tailcall due to name clashes.Dmitry Petrashko2016-04-212-2/+2
| * | Add neg-test for method with @tailrec callsites that is not final.Dmitry Petrashko2016-04-181-0/+10
| * | Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
| * | Test #1221.Dmitry Petrashko2016-04-182-0/+20
| * | Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
| | * Add test that demonstrate that #878 is fixedGuillaume Martres2016-04-221-0/+17
| | * Comment out debug printlnMartin Odersky2016-04-221-1/+1
| | * Support implicitNotFound annotationMartin Odersky2016-04-224-4/+30
| | * Avoid propagating unresolved implicitsMartin Odersky2016-04-212-2/+2
| | * Straw man for multiversal equality.Martin Odersky2016-04-211-0/+76
| | * Fix constraint handling in eitherIsSubtypeMartin Odersky2016-04-211-1/+1
| | * Always minimize type variables when interpolating an expected type of an impl...Martin Odersky2016-04-212-7/+8
| |/ |/|
* | Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-2018-48/+2222
|\ \
| * | Fix check filesMartin Odersky2016-04-172-2/+0
| * | Updates of strawmanMartin Odersky2016-04-178-113/+997
| * | Drop type annotation in collection testMartin Odersky2016-04-161-1/+1
| * | Strawman polishingMartin Odersky2016-04-161-9/+3
| * | Add check fileMartin Odersky2016-04-151-0/+68
| * | Add companions to value classes during desugaringsMartin Odersky2016-04-153-8/+20
| * | 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 toString and productPrefix of case objectsMartin Odersky2016-04-151-2/+6
| * | 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
| * | New testsMartin Odersky2016-04-155-3/+1191
* | | Merge pull request #1188 from dotty-staging/remove-newarray-magicDmitry Petrashko2016-04-1814-117/+171
|\ \ \ | |_|/ |/| |