summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Moved some disabled test to the right place.Paul Phillips2012-10-046-0/+0
* Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-045-0/+46
|\
| * Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-205-0/+46
* | Merge pull request #1429 from paulp/topic/shortClassPaul Phillips2012-10-042-0/+34
|\ \
| * | Added utility function shortClass.Paul Phillips2012-09-292-0/+34
* | | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-042-1/+21
* | | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-0324-110/+203
|\ \ \
| * \ \ Merge pull request #1425 from phaller/issue/6442Grzegorz Kossakowski2012-10-0211-78/+68
| |\ \ \
| | * | | SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-2911-78/+68
| * | | | Test case for SI-6311.Paul Phillips2012-09-291-0/+5
| * | | | Revert "SI-4881 infer variance from formals, then result"Paul Phillips2012-09-292-32/+4
| |/ / /
| * | | Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-288-0/+99
| |\ \ \
| | * | | fully initializes symbols on `typeSignature`Eugene Burmako2012-09-281-1/+1
| | * | | Fix for failing test.Paul Phillips2012-09-282-7/+18
| | * | | Implementations of isValueType and isNonValueType.Paul Phillips2012-09-283-1/+33
| | * | | SI-6417 correctly reifies non-value typesEugene Burmako2012-09-284-0/+50
| | * | | showRaw no longer crashes on NoSymbolEugene Burmako2012-09-282-0/+6
| * | | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-282-0/+27
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-212-0/+27
* | | | | Merge pull request #1437 from paulp/typevar-suspensionGrzegorz Kossakowski2012-10-0210-9/+301
|\ \ \ \ \
| * | | | | Recovered a bunch of deleted tests.Paul Phillips2012-10-016-0/+275
| * | | | | Fix for TypeVar instantiation.Paul Phillips2012-10-014-9/+26
| | |_|/ / | |/| | |
* | | | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-028-2/+61
|\ \ \ \ \
| * | | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-293-0/+37
| * | | | | Fix for SI-5353, imperfect error message.Paul Phillips2012-09-294-2/+9
| * | | | | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-291-0/+15
| |/ / / /
* | | | | Merge pull request #1423 from paulp/issue/5130Grzegorz Kossakowski2012-10-021-0/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for SI-5130, precision disappearing from refinement.Paul Phillips2012-09-281-0/+46
* | | | | Fix for SI-6447, macro dependent type propagation.Paul Phillips2012-09-281-0/+18
|/ / / /
* | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2863-75/+826
|\| | |
| * | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-2833-34/+528
| |\ \ \
| | * | | Added logic and tests for unchecked refinements.Paul Phillips2012-09-273-0/+41
| | * | | Moved two tests to less breaky locations.Paul Phillips2012-09-274-0/+0
| | * | | Nailed down the "impossible match" logic.Paul Phillips2012-09-2712-6/+185
| | * | | Restored warning for impossible type tests.Paul Phillips2012-09-261-6/+6
| | * | | Yet more tests for unchecked warnings.Paul Phillips2012-09-262-1/+75
| | * | | Additional new tests for unchecked warnings.Paul Phillips2012-09-259-0/+151
| | * | | Improvements to unchecked warnings.Paul Phillips2012-09-256-33/+82
| * | | | Merge pull request #994 from phaller/issue/5314Grzegorz Kossakowski2012-09-2816-0/+230
| |\ \ \ \
| | * | | | Simplify the adaptation of types of return expressionsphaller2012-08-124-0/+33
| | * | | | Revert "Add missing cases in tail return transform"phaller2012-08-092-15/+0
| | * | | | Add missing cases in tail return transformphaller2012-08-092-0/+15
| | * | | | Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-08-081-1/+1
| | * | | | SI-5314 - CPS transform of return statement failsphaller2012-08-0814-0/+197
| * | | | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-273-4/+7
| * | | | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-271-2/+1
| * | | | | exposes Position.source as SourceFileEugene Burmako2012-09-272-2/+2
| * | | | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-271-12/+1
| * | | | | removes front ends from scala-reflect.jarEugene Burmako2012-09-273-13/+34
| * | | | | MirrorOf => MirrorEugene Burmako2012-09-274-8/+8