summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Fix for SI-6206, inconsistency with apply.Paul Phillips2012-10-132-0/+41
* | | | | | | | Warn about more misplaced expressions.Paul Phillips2012-10-132-2/+29
* | | | | | | | Merge pull request #1459 from vigdorchik/symbolic_namesJosh Suereth2012-10-102-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix broken links with names that need to be encoded when querying the owner.Eugene Vigdorchik2012-10-042-3/+5
* | | | | | | | | Merge pull request #1422 from paulp/typer-cyclesPaul Phillips2012-10-1016-1/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix for SI-4744, another variety of cycle.Paul Phillips2012-10-099-2/+13
| * | | | | | | | | Experimental option -Ybreak-cycles.Paul Phillips2012-10-0911-0/+53
* | | | | | | | | | Added one more test for SI-6358Hubert Plociniczak2012-10-091-0/+6
* | | | | | | | | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-096-14/+29
|/ / / / / / / / /
* | | | | | | | | Possible fix for continuations bug.Paul Phillips2012-10-082-0/+64
* | | | | | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-0723-135/+224
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | 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 #1382 from paulp/topic/tpe_starPaul Phillips2012-10-073-42/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Removed obsolete migration test.Paul Phillips2012-10-023-42/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #1466 from jroper/patch-1Paul Phillips2012-10-062-0/+52
|\ \ \ \ \
| * | | | | SI-6478 Fixing JavaTokenParser identJames Roper2012-10-052-0/+52
* | | | | | Incorporated pull request feedback.Paul Phillips2012-10-052-18/+58
* | | | | | Merge pull request #1467 from paulp/passing-testsPaul Phillips2012-10-0461-100/+0
|\ \ \ \ \ \
| * | | | | | Moved a bunch of passing tests out of pending.Paul Phillips2012-10-0455-100/+0
| * | | | | | Moved some disabled test to the right place.Paul Phillips2012-10-046-0/+0
| |/ / / / /
* | | | | | Merge pull request #1447 from paulp/spuriousPaul Phillips2012-10-046-8/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for spurious warning.Paul Phillips2012-10-043-4/+19
| * | | | | Fix for rangepos crasher.Paul Phillips2012-10-043-4/+7
* | | | | | 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
| |\ \ \ \ \ | | |/ / / / | |/| | | |