aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change definition of isLegalPrefix so that it allows projecting on an abstrac...Martin Odersky2014-06-126-7/+30
* | | Merge pull request #138 from folone/masterDmitry Petrashko2014-06-233-4/+5
|\ \ \
| * | | Use the final scala 2.11.George Leontiev2014-06-233-4/+5
|/ / /
* | | Merge pull request #136 from dotty-staging/fix/systematic-prototypesodersky2014-06-2091-69/+502
|\| |
| * | Avoid classtype checking for refinements.Martin Odersky2014-05-303-1/+75
| * | Simplify result handling in FunProto.Martin Odersky2014-05-304-32/+14
| * | Always ignore type in selectionProtoMartin Odersky2014-05-303-5/+13
| * | Reclassifying testsMartin Odersky2014-05-304-9/+11
| * | Triage of tests t27xx-t29xx.Martin Odersky2014-05-3039-4/+6
| * | tests t26xxMartin Odersky2014-05-3016-0/+286
| * | typedTyped needs to maintain Mode.Martin Odersky2014-05-304-3/+33
| * | Fix of t2660.Martin Odersky2014-05-301-1/+9
| * | Fix of t2591.Martin Odersky2014-05-303-2/+7
| * | Added t25xx testsMartin Odersky2014-05-306-0/+70
| * | Fix of t2504Martin Odersky2014-05-3010-100/+54
| * | Reporter fixMartin Odersky2014-05-301-6/+7
| * | Refinements in diagnosticsMartin Odersky2014-05-303-5/+15
| * | Fix of pos/t2454Martin Odersky2014-05-3015-5/+6
|/ /
* | Merge pull request #132 from DarkDimius/small-fixesDmitry Petrashko2014-05-205-23/+30
|\ \
| * | Fix too precise type error in LazyVals.Dmitry Petrashko2014-05-092-21/+21
| * | withPos for Thickets.Dmitry Petrashko2014-05-091-0/+4
| * | Fix phase dependencies calculations broken for non-miniphasesDmitry Petrashko2014-05-091-1/+4
| * | Fixing positions not being set in CreateCompanionObjectsDmitry Petrashko2014-05-091-1/+1
* | | Merge pull request #133 from dotty-staging/more-testsDmitry Petrashko2014-05-20196-542/+474
|\ \ \ | |_|/ |/| |
| * | reduce test verbosity to get below 10K lines of test outputSamuel Gruetter2014-05-201-2/+2
| * | remove test t1591b because it depends on scalac 2 sourceSamuel Gruetter2014-05-201-13/+0
| * | Make java file compile under 1.6.Martin Odersky2014-05-201-2/+2
| * | Fix of pos/t2429Martin Odersky2014-05-209-36/+105
| * | Changed .gitignore to ignore /classes instead of /bin.Martin Odersky2014-05-201-1/+1
| * | Nothing is not a superclass of Null.Martin Odersky2014-05-204-2/+41
| * | Tests pos/23xx to 24xx.Martin Odersky2014-05-2037-37/+0
| * | Avoid hoisting of local classes out of method bodies.Martin Odersky2014-05-205-7/+52
| * | Better printing of anonymous classes.Martin Odersky2014-05-203-11/+18
| * | More systematic treatment of prototypes.Martin Odersky2014-05-2011-61/+117
| * | Tests pos 20xx 21xxMartin Odersky2014-05-2026-19/+1
| * | Fix of SI 2133Martin Odersky2014-05-202-1/+20
| * | Pos tests t17xx - t19xxMartin Odersky2014-05-2050-8/+37
| * | Reporter refactoringMartin Odersky2014-05-207-113/+100
| * | More testsMartin Odersky2014-05-1259-283/+32
|/ /
* | Merge pull request #128 from dotty-staging/fix/erasure-2Dmitry Petrashko2014-05-0943-363/+742
|\|
| * Fix dotty deviation failure in TailRecDmitry Petrashko2014-05-081-1/+1
| * Fix lazy vals test broken by fixing fixing tpd.ClassDef.Dmitry Petrashko2014-05-081-11/+12
| * Fixing tpd.ClassDef.Martin Odersky2014-05-081-5/+24
| * Adding descriptive message to no-implicits-after-typer assertion.Martin Odersky2014-05-082-2/+4
| * Adding a check that owner chains are correct for -YcheckMartin Odersky2014-05-082-1/+19
| * Adding dependency tracking to constraint satisfactionMartin Odersky2014-05-085-40/+206
| * Added compliing dotc/transform to testsMartin Odersky2014-05-081-1/+2
| * Tightening of rules for explicit types for implicit defsMartin Odersky2014-05-084-81/+77
| * Handling of higher-kinded types in intersections and unions.Martin Odersky2014-05-081-3/+17
| * Making dotc/transform Dotty compliantMartin Odersky2014-05-085-35/+37