aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test reorgMartin Odersky2015-02-0719-62/+59
* Fixes handling of op-assignments for polymorphic apply/update.Martin Odersky2015-02-074-6/+20
* Merge pull request #346 from dotty-staging/local-lazy-valsodersky2015-02-076-53/+98
|\
| * Fix problems with lazy vals and separate compilationDmitry Petrashko2015-02-032-1/+18
| * Getters shouldn't handle LazyVals.Dmitry Petrashko2015-02-031-1/+1
| * Dotty deviation in shadowing rules for names.Dmitry Petrashko2015-02-031-8/+8
| * Bring back lazyVals. Changed encoding of local lazy vals.Dmitry Petrashko2015-02-034-44/+72
* | Merge pull request #352 from olhotak/fix-cacheiscopeodersky2015-02-071-16/+20
|\ \
| * | Fix implicitScope for the case when implicit scopes cannot be cachedOndrej Lhotak2015-02-051-16/+20
|/ /
* | Merge pull request #335 from dotty-staging/fix-331Dmitry Petrashko2015-02-031-1/+1
|\ \
| * | Update to scala 2.11.5, fixes #311Dmitry Petrashko2015-01-261-1/+1
* | | Merge pull request #336 from dotty-staging/fix-321Dmitry Petrashko2015-02-033-26/+64
|\ \ \ | |_|/ |/| |
| * | Addressing review comments of #336Dmitry Petrashko2015-02-032-2/+4
| * | Bring tailrec back to group.Dmitry Petrashko2015-02-030-0/+0
| * | Even more careful handling of tailcalls.Dmitry Petrashko2015-02-032-24/+44
| * | Fix i321, tail call needs to be careful with abstracting over class type argu...Dmitry Petrashko2015-02-032-6/+20
| * | Allow FullParametrization to not parametrize over class targs.Dmitry Petrashko2015-02-031-9/+11
|/ /
* | Merge pull request #332 from olhotak/pr-spellingDmitry Petrashko2015-01-312-10/+10
|\ \
| * | correct spelling mistakes in commentsOndrej Lhotak2015-01-312-10/+10
|/ /
* | Merge pull request #343 from dotty-staging/workaround-324odersky2015-01-311-0/+3
|\ \
| * | workaround #342Dmitry Petrashko2015-01-301-0/+3
* | | Merge pull request #338 from dotty-staging/fix/t3152-findMemberodersky2015-01-3113-19/+79
|\ \ \
| * | | New testsMartin Odersky2015-01-2710-0/+162
| * | | Take constrained parameter bounds into account for findMemberMartin Odersky2015-01-271-0/+12
| * | | Handle Apply projections also in lower compared type.Martin Odersky2015-01-271-18/+28
| * | | Use normnalized type to report type errors.Martin Odersky2015-01-279-125/+1
* | | | Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-3144-1219/+2144
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed problem with ensureSingletonMartin Odersky2015-01-283-7/+5
| * | | Cleanups prompted by reviews.Martin Odersky2015-01-287-46/+43
| * | | Refinement of dependent parameter handling in OrderingConstraintMartin Odersky2015-01-281-8/+59
| * | | Fixups taking into account reviewer's comments.Martin Odersky2015-01-277-22/+27
| |/ /
| * | Added explanation to comment.Martin Odersky2015-01-241-1/+2
| * | Replace only substitutes top-level types.Martin Odersky2015-01-242-33/+55
| * | Some small polishings in TypeComparerMartin Odersky2015-01-242-4/+7
| * | Fixes suggested by reviews from @smarter.Martin Odersky2015-01-245-6/+7
| * | Some finetunigs in TypeComparer.Martin Odersky2015-01-241-5/+8
| * | New constraint implementation: OrderingConstraintMartin Odersky2015-01-245-64/+546
| * | New constraint method: narrowBoundMartin Odersky2015-01-233-36/+48
| * | Plugging a possible hole in unifyMartin Odersky2015-01-231-1/+1
| * | Small polishings for isSubTypeMartin Odersky2015-01-191-94/+93
| * | Streamline TypeComparer/ConstraintHandling interface.Martin Odersky2015-01-192-21/+13
| * | Make checkPropagated configurableMartin Odersky2015-01-192-2/+8
| * | Move PolyParam test later in isSubType and simplify addConstraintMartin Odersky2015-01-192-40/+24
| * | Refactorings in TypeComparer fourthTryMartin Odersky2015-01-191-23/+20
| * | Refactor handling of NamedTypes in isSubTypeMartin Odersky2015-01-191-62/+56
| * | Compare ThisType refactoringMartin Odersky2015-01-191-10/+12
| * | Fixed soundness hole in TypeComparerMartin Odersky2015-01-193-4/+12
| * | Moved previously failing tests to posMartin Odersky2015-01-185-66/+6
| * | Removed checkBound testsMartin Odersky2015-01-181-26/+5
| * | Dropped non-sensical transform in unifyMartin Odersky2015-01-181-3/+1