summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-2024-27/+117
|\ \ \ \ \ \ \ \
| * | | | | | | | Adds OSGi support / tests to Scala. Fixes SI-5822.Josh Suereth2012-09-187-0/+40
| * | | | | | | | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-1817-27/+77
* | | | | | | | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-201-10/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Error message improvement for SI-6336.Paul Phillips2012-09-191-11/+18
| * | | | | | | | | SI-6336 Now also catches return typesMartin Odersky2012-09-181-2/+7
* | | | | | | | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2014-250/+333
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | some small remaining fixesRoland2012-09-204-27/+54
| * | | | | | | | | | Adjustments to scala.concurrent.duration.Paul Phillips2012-09-195-196/+212
| * | | | | | | | | | move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-1911-39/+31
| * | | | | | | | | | improve performance of integer multiplication overflow check on DurationRoland2012-09-191-20/+37
| * | | | | | | | | | enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-3/+34
* | | | | | | | | | | Merge pull request #1360 from scalamacros/hotfix/sbtEugene Burmako2012-09-201-6/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | don't try to create tags w/o scala-reflect.jarEugene Burmako2012-09-201-6/+9
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Value classes: eliminated half-boxingMartin Odersky2012-09-203-14/+21
* | | | | | | | | | Cleanup of OverridingPairsMartin Odersky2012-09-201-17/+22
* | | | | | | | | | Fixes SI-6260Martin Odersky2012-09-202-21/+69
* | | | | | | | | | Merge pull request #1353 from gkossakowski/SI-6376-scalap-is-brokenGrzegorz Kossakowski2012-09-201-3/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix problem with names encoding in scalap.Grzegorz Kossakowski2012-09-191-3/+8
* | | | | | | | | | | Merge pull request #1331 from scalamacros/ticket/5943Grzegorz Kossakowski2012-09-202-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-5943 toolboxes now autoimport Predef and scalaEugene Burmako2012-09-202-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1338 from scalamacros/ticket/5418Grzegorz Kossakowski2012-09-202-3/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | existentially typed expansions now work fineEugene Burmako2012-09-182-3/+14
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1358 from scalamacros/ticket/6392Grzegorz Kossakowski2012-09-201-2/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-191-2/+13
* | | | | | | | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1971-3950/+2779
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-6363 deploys the updated starrEugene Burmako2012-09-193-30/+0
| * | | | | | | | | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1971-3891/+2749
| * | | | | | | | | | prepping for the refactoringEugene Burmako2012-09-195-31/+66
| * | | | | | | | | | fixes NameTypes in base namesEugene Burmako2012-09-193-6/+4
| * | | | | | | | | | SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-194-55/+23
* | | | | | | | | | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-1923-183/+160
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-1823-183/+160
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-8/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Retain Ordering in drop/take/slice signatures.Juha Heljoranta2012-09-181-3/+3
| * | | | | | | | | Rank based take/drop/slice.Juha Heljoranta2012-08-281-11/+20
* | | | | | | | | | Merge pull request #1343 from namin/dynamic-sigGrzegorz Kossakowski2012-09-192-3/+21
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-192-3/+21
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1335 from cvogt/topic/reflection-scaladocEugene Burmako2012-09-1924-186/+681
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | improved/fixed reflection docs based on commentsChristopher Vogt2012-09-1915-70/+155
| * | | | | | | | | improved reflection documentationChristopher Vogt2012-09-1822-181/+591
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1327 from scalamacros/ticket/6287Grzegorz Kossakowski2012-09-191-3/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-171-3/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1341 from rkuhn/document-App-RKGrzegorz Kossakowski2012-09-181-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | clarify caveats of App traitRoland2012-09-181-0/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1324 from scalamacros/ticket/6374Eugene Burmako2012-09-181-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-171-2/+4
| * | | | | | | | Reflection no longer produces faux existentialsEugene Burmako2012-09-171-1/+1
| * | | | | | | | SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-171-5/+3
* | | | | | | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-189-97/+175
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |