summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1483 from gkossakowski/SI-6440Josh Suereth2012-10-102-0/+8
|\ \
| * | SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-092-0/+8
| |/
* | Merge pull request #1471 from retronym/ticket/6483Josh Suereth2012-10-092-0/+33
|\ \
| * | SI-6483 Prohibit super[T] references in value classes.Jason Zaugg2012-10-072-0/+33
* | | Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-094-4/+16
|\ \ \ | |_|/ |/| |
| * | removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
| * | renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-1/+1
| * | turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-032-2/+14
* | | Merge pull request #1442 from adriaanm/ticket-6215Grzegorz Kossakowski2012-10-082-8/+9
|\ \ \
| * | | SI-6215 Fix compiler crash on private method in value classMartin Odersky2012-10-022-8/+9
* | | | SI-6485 stops creating extmethods for macrosEugene Burmako2012-10-083-0/+20
* | | | MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-073-12/+12
| |_|/ |/| |
* | | Merge pull request #1455 from scalamacros/topic/manifestsJosh Suereth2012-10-054-38/+18
|\ \ \
| * | | undeprecates manifests for 2.10.0Eugene Burmako2012-10-034-38/+18
| | |/ | |/|
* | | Merge pull request #1451 from gkossakowski/SI-6451Grzegorz Kossakowski2012-10-042-64/+64
|\ \ \ | |/ / |/| |
| * | SI-6451: Rename classes in `unchecked-abstract.scala` test.Grzegorz Kossakowski2012-10-032-64/+64
| |/
* | Merge pull request #1443 from gkossakowski/anyval-restrictionsGrzegorz Kossakowski2012-10-0310-21/+92
|\ \
| * | Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-036-4/+57
| * | Fixed problem in SI-6408Martin Odersky2012-10-031-0/+11
| * | Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-036-19/+26
| |/
* | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-034-0/+38
|\ \ | |/ |/|
| * SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-024-0/+38
* | 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 #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