summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-0916-95/+179
* Merge pull request #1477 from paulp/continuations-inference-bugPaul Phillips2012-10-093-1/+65
|\
| * Possible fix for continuations bug.Paul Phillips2012-10-083-1/+65
|/
* Merge pull request #1472 from paulp/merge-2.10Paul Phillips2012-10-0839-740/+6361
|\
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-0739-740/+6361
|/|
| * Merge pull request #1470 from scalamacros/topic/paramssPaul Phillips2012-10-077-21/+20
| |\
| | * MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-077-21/+20
| |/
| * Merge pull request #1455 from scalamacros/topic/manifestsJosh Suereth2012-10-059-49/+40
| |\
| | * undeprecates manifests for 2.10.0Eugene Burmako2012-10-039-49/+40
| * | Merge pull request #1463 from VladUreche/issue/6471Josh Suereth2012-10-043-557/+6035
| |\ \
| | * | SI-6471 Update jquery from 1.4.2 to 1.8.2Vlad Ureche2012-10-043-557/+6035
| |/ /
| * | 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-0313-47/+161
| |\ \
| | * | Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-037-14/+105
| | * | Fixed problem in SI-6408Martin Odersky2012-10-032-1/+13
| | * | Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-038-44/+55
| * | | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-035-1/+39
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-025-1/+39
| * | | Merge pull request #1439 from scalamacros/topic/reflective-uniquesJosh Suereth2012-10-021-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | fixes a bug in a weak cache in runtime reflectionEugene Burmako2012-10-011-1/+2
* | | | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-0727-233/+212
|\ \ \ \
| * | | | Overhauled documentation and structure of tpe/tpeHK/etc.Paul Phillips2012-10-022-83/+99
| * | | | 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 #1466 from jroper/patch-1Paul Phillips2012-10-063-3/+56
|\ \ \ \ \
| * | | | | SI-6478 Fixing JavaTokenParser identJames Roper2012-10-053-3/+56
* | | | | | Merge pull request #1465 from paulp/infer-method-alternativePaul Phillips2012-10-055-227/+304
|\ \ \ \ \ \
| * | | | | | Incorporated pull request feedback.Paul Phillips2012-10-054-55/+104
| * | | | | | Merge branch 'master' into infer-method-alternativePaul Phillips2012-10-05100-236/+307
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | 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-0410-38/+65
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix for spurious warning.Paul Phillips2012-10-046-31/+53
| * | | | | | Eliminated pattern matcher warning.Paul Phillips2012-10-041-1/+2
| * | | | | | Fix for rangepos crasher.Paul Phillips2012-10-044-6/+10
* | | | | | | Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-046-34/+110
|\ \ \ \ \ \ \
| * | | | | | | Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-206-34/+110
* | | | | | | | Merge pull request #1429 from paulp/topic/shortClassPaul Phillips2012-10-046-13/+80
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Added utility function shortClass.Paul Phillips2012-09-296-13/+80
* | | | | | | | Merge pull request #1456 from paulp/has-symbol-fieldPaul Phillips2012-10-0418-51/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-0318-51/+52
| | | | * | | | | Worked over inferMethodAlternative.Paul Phillips2012-10-043-186/+214
| | | | * | | | | Replaced some <code> comments.Paul Phillips2012-10-041-20/+20
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1460 from axel22/issue/6467-cherry-masterJosh Suereth2012-10-046-10/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-046-10/+32