summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-277-39/+40
| | * | | exposes Position.source as SourceFileEugene Burmako2012-09-274-17/+7
| | * | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-274-69/+5
| | * | | merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-275-38/+13
| | * | | merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-278-38/+6
| | * | | removes front ends from scala-reflect.jarEugene Burmako2012-09-2713-214/+180
| | * | | PositionApi => PositionEugene Burmako2012-09-274-172/+171
| | * | | hides BuildUtils from ScaladocEugene Burmako2012-09-271-1/+1
| | * | | MirrorOf => MirrorEugene Burmako2012-09-2724-69/+63
| | * | | docs.pre-lib now checks for mods in reflectEugene Burmako2012-09-271-0/+1
| | * | | no longer docs scala.reflect.ioEugene Burmako2012-09-272-1/+5
| | * | | no longer docs internal scala.reflect packagesEugene Burmako2012-09-271-7/+7
| * | | | Merge pull request #1409 from jsuereth/fix/string-interpolation-docGrzegorz Kossakowski2012-09-271-3/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Finish docs for string interpolation.Josh Suereth2012-09-271-3/+60
| |/ / /
* | | | Merge pull request #1414 from namin/master-instrGrzegorz Kossakowski2012-09-281-2/+28
|\ \ \ \
| * | | | Fix class loader issues in instrumentation tests.Nada Amin2012-09-281-2/+28
|/ / / /
* | | | Merge pull request #1410 from jsuereth/masterGrzegorz Kossakowski2012-09-27113-5952/+1667
|\ \ \ \
| * | | | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-27113-5952/+1667
|/| | | | | |/ / /
| * | | Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-275-90/+166
| |\ \ \
| | * | | SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-275-90/+166