summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-6388 Remove some remaining, minor deprecationsSimon Ochsenreither2012-10-082-10/+0
* SI-6388 Remove deprecated item in scala/swingSimon Ochsenreither2012-10-081-3/+0
* SI-6388 Remove first parts of deprecated @serializable annotationSimon Ochsenreither2012-10-0818-123/+28
* SI-6388 Remove deprecated items in scala/mathSimon Ochsenreither2012-10-082-12/+0
* SI-6388 Remove deprecated items in scala/collectionSimon Ochsenreither2012-10-084-322/+0
* SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-087-20/+4
* 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
* | | | | | Merge pull request #1438 from paulp/raw-type-fidelityGrzegorz Kossakowski2012-10-041-8/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for gluttunous raw type creation.Paul Phillips2012-10-041-8/+10
|/ / / / /
* | | | | Merge pull request #1453 from vigdorchik/links_fixedPaul Phillips2012-10-032-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix scaladoc links in a couple of places.Eugene Vigdorchik2012-10-032-3/+3
* | | | | Merge pull request #1452 from gkossakowski/masterGrzegorz Kossakowski2012-10-0356-241/+527
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-0356-241/+527
|/| | | |
| * | | | Merge pull request #1444 from gkossakowski/2.10.xGrzegorz Kossakowski2012-10-0237-217/+249
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'scala/2.10.0-wip' into 2.10.xGrzegorz Kossakowski2012-10-0237-217/+249
| |/| | | |
| | * | | | Merge pull request #1434 from jsuereth/fix/SI-6449Grzegorz Kossakowski2012-10-022-5/+5
| | |\ \ \ \
| | | * | | | Fixes deprecation annotations for 2.10.0Josh Suereth2012-09-303-7/+7
| | * | | | | Merge pull request #1440 from VladUreche/issue/language-docGrzegorz Kossakowski2012-10-024-27/+77
| | |\ \ \ \ \
| | | * | | | | Improved the `scala.language` documentationVlad Ureche2012-10-024-27/+77
| | * | | | | | Merge pull request #1425 from phaller/issue/6442Grzegorz Kossakowski2012-10-0214-120/+129
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-2914-120/+129
| | | |/ / / /
| | * | | | | Merge pull request #1435 from paulp/stringcontext-docPaul Phillips2012-10-011-6/+6
| | |\ \ \ \ \