summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #581 from lrytz/t4812-uncAdriaan Moors2012-05-192-3/+12
|\ \ \ \ \ | | | | | | | | | | | | Fix SI-4812: handle trait method with Symbol as default for argument
| * | | | | Fix 4812Lukas Rytz2012-05-192-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | Remove default arguments from parameter ValDefs in UnCurry.
* | | | | | Merge pull request #578 from lrytz/wip/t5044-squashedAdriaan Moors2012-05-195-3/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix SI-5044: better error message on cyclic error and named/default args
| * | | | | | better feedback for SI-5044Lukas Rytz2012-05-185-3/+38
| | | | | | |
* | | | | | | Merge pull request #577 from lrytz/wip/t2488Adriaan Moors2012-05-195-1/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix SI-2488: allow named arg, in original position, before positionals
| * | | | | | | Fix SI-2488Lukas Rytz2012-05-185-1/+60
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #568 from hubertp/issue/5801Adriaan Moors2012-05-193-1/+41
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix SI-5801: error messages regression.
| * | | | | | Fixes SI-5801, error messages regression. Review by @adriaanmHubert Plociniczak2012-05-183-1/+41
| | | | | | |
* | | | | | | Merge pull request #574 from axel22/issue/4461Josh Suereth2012-05-183-1/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes SI-4461.
| * | | | | | | Fixes SI-4461.Aleksandar Prokopec2012-05-183-1/+23
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | No review.
* | | | | | | Merge pull request #572 from lrytz/wip/t5544Adriaan Moors2012-05-187-1/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix SI-5544
| * | | | | | | Fix SI-5544Lukas Rytz2012-05-187-1/+30
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Type-check annotations in a context with a localDummy owner
* | | | | | | Merge pull request #569 from phaller/wip-sip14-fixes-newAdriaan Moors2012-05-1810-83/+201
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | SIP-14: clean ups and fixes by @viktorklang
| * | | | | | | SIP-14: clean ups and fixesphaller2012-05-1710-83/+201
| | | | | | | |
* | | | | | | | Merge pull request #571 from lrytz/wip/t4138Josh Suereth2012-05-183-3/+14
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fix 4138
| * | | | | | | Fix 4138Lukas Rytz2012-05-183-3/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #567 from lrytz/wip/t3488Josh Suereth2012-05-182-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Test case for SI-3844 - fixed by #virtpatmat @adriaanm
| * | | | | | Test case for SI-3844 - fixed by #virtpatmat @adriaanmLukas Rytz2012-05-162-0/+8
| |/ / / / /
* | | | | | Merge pull request #566 from lrytz/wip/t4928Adriaan Moors2012-05-185-18/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix SI-4928
| * | | | | | Fix SI-4928Lukas Rytz2012-05-165-18/+36
| | |_|/ / / | |/| | | | | | | | | | | | | | | | better error message when a parameter is first defined positionally, then with a named argument.
* | | | | | Merge pull request #564 from scalamacros/topic/assertinresetattrsJosh Suereth2012-05-176-22/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | fixes resetAttrs
| * | | | | | fixes resetAttrsEugene Burmako2012-05-176-22/+17
| | | | | | |
* | | | | | | Merge pull request #563 from milessabin/feature/enrich-gentraversablesJosh Suereth2012-05-175-0/+105
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Added infrastructure to enable easy enrichment of GenTraversables.
| * | | | | | Added infrastructure to enable easy enrichment of GenTraversables.Miles Sabin2012-05-175-0/+105
| | | | | | |
* | | | | | | Merge pull request #562 from retronym/ticket/5803Josh Suereth2012-05-173-1/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | A band-aid solution for SI-5803.
| * | | | | | A band-aid solution for SI-5803.Jason Zaugg2012-05-173-1/+10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since ae5ff662, resetAttrs duplicates trees, which doesn't preserve ApplyConstructor. My attempt to modify TreeCopier to do so proved trickier than expected. In any case, ApplyConstructor is not long for this world, and is only used in tree printing to distinguish `new X` from regular Apply trees, so this should suffice pending full surgery.
* | | | | | Merge pull request #560 from heathermiller/issue/5623Adriaan Moors2012-05-171-7/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes SI-5623 on SyncVar. Deprecates set & unset. Review by @phaller.
| * | | | | | Missed a stashHeather Miller2012-05-171-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' of git://github.com/scala/scala into issue/5623Heather Miller2012-05-1622-41/+123
| |\| | | | |
| * | | | | | Fixes SI-5623 on SyncVar and deprecates set & unset.Heather Miller2012-05-161-7/+43
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #561 from retronym/topic/intellij-test-moduleAdriaan Moors2012-05-173-20/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | An IntelliJ module for test files.
| * | | | | An IntelliJ module for test files.Jason Zaugg2012-05-173-20/+17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables resolve, autocompletion and the usual goodness when editing tests. Also removes the sample configuration for the defunct dbc module.
* | | | | Merge pull request #558 from lrytz/wip/t5259Josh Suereth2012-05-162-6/+27
|\ \ \ \ \ | | | | | | | | | | | | Fix SI-5259
| * | | | | Fix SI-5259Lukas Rytz2012-05-152-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | Calling the type checker on an Ident tree instead of using gen.mkAttributedRef assigns a SingleType to the tree.
* | | | | | Merge pull request #557 from lrytz/wip/t5610Josh Suereth2012-05-163-5/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix for SI-5610
| * | | | | | Fix for SI-5610Lukas Rytz2012-05-153-5/+47
| |/ / / / /
* | | | | | Merge pull request #555 from srp/masterJosh Suereth2012-05-161-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | mutable.MapLike: override $mapNote to reflect actual require mutable api
| * | | | | | mutable.MapLike: override $mapNote to reflect actual require mutable apiScott R. Parish2012-05-151-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The api needed to define a mutable.Map is different then the one needed to define an immutable.Map. Prior to this patch the mutable one reflected the api needed for the immutable one causing confusion about what really needed to be defined.
* | | | | | | Merge pull request #553 from heathermiller/doc/linksJosh Suereth2012-05-1616-30/+27
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Small documentation fixes & small fix to Scaladoc @see formatting
| * | | | | | Corrects links in API documentationHeather Miller2012-05-1611-18/+16
| | | | | | |
| * | | | | | Missed a straggling doc comment.Heather Miller2012-05-151-1/+1
| | | | | | |
| * | | | | | Small documentation fixes & small fix to Scaladoc @see formattingHeather Miller2012-05-155-11/+10
| | | | | | |
* | | | | | | Putting back things sbt noticed were gone.Paul Phillips2012-05-153-0/+30
| | | | | | |
* | | | | | | Removing more unneeded code.Paul Phillips2012-05-1544-1432/+128
| |/ / / / / |/| | | | |
* | | | | | Test adjustments.Paul Phillips2012-05-152-1/+4
| | | | | |
* | | | | | Removing extraneous files.Paul Phillips2012-05-1593-6478/+56
| | | | | | | | | | | | | | | | | | | | | | | | Culling accumulated unnecessary code.
* | | | | | Merge pull request #554 from srp/masterJosh Suereth2012-05-151-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enumeration#maxId: fix documentation to reflect reality
| * | | | | | Enumeration#maxId: fix documentation to reflect realityScott R. Parish2012-05-151-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maxId is not really the "maximum id", but rather one past the max: scala> object Foo extends Enumeration { | val x = Value | val y = Value | } defined module Foo scala> Foo.maxId res0: Int = 2 scala> Foo(2) java.util.NoSuchElementException: key not found: 2 at scala.collection.MapLike$class.default(MapLike.scala:225) ... scala> Foo(1) res2: Foo.Value = y
* / / / / / Fixed positions for `AnnotationInfo.original`.Iulian Dragos2012-05-151-1/+5
|/ / / / /
* | | | | Tweak to avoid value classes in modifier check.Paul Phillips2012-05-141-1/+1
| | | | |