summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-0223-49/+49
* Hardening in appliedType and Subst*Map.Paul Phillips2012-10-021-26/+35
* Cleanup in old Typers code.Paul Phillips2012-10-021-37/+22
* Defanged dummy type arguments.Paul Phillips2012-10-021-14/+38
* Removed obsolete migration test.Paul Phillips2012-10-024-55/+0
* Merge pull request #1437 from paulp/typevar-suspensionGrzegorz Kossakowski2012-10-0211-214/+505
|\
| * Recovered a bunch of deleted tests.Paul Phillips2012-10-016-0/+275
| * Fix for TypeVar instantiation.Paul Phillips2012-10-015-214/+230
* | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-0215-56/+130
|\ \
| * | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-295-14/+69
| * | Fix for SI-5353, imperfect error message.Paul Phillips2012-09-295-4/+11
| * | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-297-38/+50
* | | Merge pull request #1423 from paulp/issue/5130Grzegorz Kossakowski2012-10-022-6/+46
|\ \ \
| * | | Fix for SI-5130, precision disappearing from refinement.Paul Phillips2012-09-282-6/+46
* | | | Merge pull request #1418 from paulp/no-debruijnPaul Phillips2012-10-0110-128/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Purged DebruijnIndex.Paul Phillips2012-09-2810-128/+4
* | | | Merge pull request #1432 from paulp/issue/6452Paul Phillips2012-09-301-13/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for SI-6452, leak in ListBuffer.Paul Phillips2012-09-301-13/+31
|/ / /
* | | Merge pull request #1421 from paulp/issue/6447Paul Phillips2012-09-292-40/+56
|\ \ \ | |_|/ |/| |
| * | Some cleanups in Macros.Paul Phillips2012-09-281-40/+38
| * | Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-282-1/+19
|/ /
* | Merge pull request #1417 from paulp/210-mergeGrzegorz Kossakowski2012-09-28134-955/+1859
|\ \ | |/ |/|
| * Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-28134-955/+1859
|/|
| * Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-2843-157/+865
| |\
| | * Added logic and tests for unchecked refinements.Paul Phillips2012-09-274-4/+61
| | * Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-272-6/+7
| | * Moved two tests to less breaky locations.Paul Phillips2012-09-274-0/+0
| | * Nailed down the "impossible match" logic.Paul Phillips2012-09-2713-34/+234
| | * Restored warning for impossible type tests.Paul Phillips2012-09-262-15/+37
| | * Yet more tests for unchecked warnings.Paul Phillips2012-09-262-1/+75
| | * Annotate non local returns with @unchecked.Paul Phillips2012-09-262-10/+4
| | * Additional new tests for unchecked warnings.Paul Phillips2012-09-259-0/+151
| | * Improvements to unchecked warnings.Paul Phillips2012-09-257-121/+248
| | * Pass a more precise type to checkCheckable when it's available.Paul Phillips2012-09-251-4/+9
| | * Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-254-16/+18
| | * Added exists3 to fast collections.Paul Phillips2012-09-251-0/+14
| | * Move checkCheckable out of Infer.Paul Phillips2012-09-252-95/+156
| * | Merge pull request #994 from phaller/issue/5314Grzegorz Kossakowski2012-09-2821-31/+388
| |\ \
| | * | Improve doc comment on adaptTypeOfReturn in CPSAnnotationCheckerphaller2012-08-201-3/+7
| | * | Simplify the adaptation of types of return expressionsphaller2012-08-128-11/+86
| | * | Revert "Add missing cases in tail return transform"phaller2012-08-094-26/+8
| | * | Add missing cases in tail return transformphaller2012-08-094-8/+26
| | * | Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-08-085-68/+29
| | * | SI-5314 - CPS transform of return statement failsphaller2012-08-0819-15/+332
| * | | Merge pull request #1402 from scalamacros/topic/reflectionEugene Burmako2012-09-2770-764/+531
| |\ \ \
| | * | | moves Context.ParseError outside the cakeEugene Burmako2012-09-272-12/+7
| | * | | revives macros.InfrastructureEugene Burmako2012-09-278-79/+38
| | * | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-276-12/+11
| | * | | a more precise type for Context.mirrorEugene Burmako2012-09-272-2/+2
| | * | | gets rid of macros.InfrastructureEugene Burmako2012-09-278-32/+12