summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-142-8/+8
| |/ / /
* | | | Merge pull request #3598 from som-snytt/issue/8266-amend-adviceAdriaan Moors2014-03-141-1/+1
|\ \ \ \
| * | | | SI-8266 Amend advice for deprecated octal 042Som Snytt2014-02-281-1/+1
* | | | | Minor fixes in test. The equals method always returned true.Tobias Schlatter2014-03-132-2/+2
| |/ / / |/| | |
* | | | SI-8395 Regression in pattern matching with nested bindsJason Zaugg2014-03-121-0/+9
* | | | SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-075-16/+6
|/ / /
* | | Merge pull request #3583 from adriaanm/t8197Adriaan Moors2014-02-251-2/+5
|\ \ \ | |_|/ |/| |
| * | SI-8197 clarify overloading resolution with default argsAdriaan Moors2014-02-251-2/+5
* | | Merge pull request #3581 from Ichoran/issue/3235-minimalAdriaan Moors2014-02-253-0/+21
|\ \ \
| * | | SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-253-0/+21
| |/ /
* / / SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-241-1/+1
|/ /
* | SI-8330: Mismatch in stack heightsGrzegorz Kossakowski2014-02-242-2/+28
* | Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-234-0/+39
|\ \
| * | SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-194-0/+39
* | | Merge pull request #3571 from xeno-by/ticket/8321Adriaan Moors2014-02-2318-0/+352
|\ \ \
| * | | more tests for macro bundlesEugene Burmako2014-02-2112-0/+205
| * | | SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-219-0/+147
* | | | Merge pull request #3572 from retronym/ticket/8197Adriaan Moors2014-02-221-0/+8
|\ \ \ \
| * | | | SI-8197 Only consider immediate params for defaults, overloadingJason Zaugg2014-02-221-0/+8
| |/ / /
* | | | Merge pull request #3563 from adriaanm/t5479Grzegorz Kossakowski2014-02-224-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-194-0/+4
* | | | Merge pull request #3562 from adriaanm/t8197Jason Zaugg2014-02-211-0/+13
|\ \ \ \
| * | | | SI-8197 Overload resolution should not consider default argumentsAdriaan Moors2014-02-191-0/+13
| |/ / /
* | | | Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-212-0/+2
|\ \ \ \
| * | | | SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-182-0/+2
| | |/ / | |/| |
* | | | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-211-1/+3
|\ \ \ \
| * | | | fixes for wrappingIntoTermVladimirNik2014-02-201-1/+3
| | |/ / | |/| |
* | | | Merge pull request #3558 from adriaanm/t4577Jason Zaugg2014-02-211-0/+38
|\ \ \ \
| * | | | SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-181-0/+38
| | |/ / | |/| |
* | | | Merge pull request #3564 from adriaanm/t6675Jason Zaugg2014-02-212-0/+3
|\ \ \ \
| * | | | SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-192-0/+3
| | |/ / | |/| |
* / | | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-2014-4/+238
|/ / /
* | | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19175-319/+1511
|\ \ \ | |/ / |/| |
| * | makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-182-0/+2
| * | reverses SI-6484Eugene Burmako2014-02-184-46/+0
| * | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-179-184/+3
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1653-6/+787
| |\ \ \
| * | | | adds more tests for enclosingOwnersEugene Burmako2014-02-156-0/+106
| * | | | Type.companionType => Type.companionEugene Burmako2014-02-151-9/+9
| * | | | renames some methods in ReificationSupportEugene Burmako2014-02-152-2/+2
| * | | | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-153-0/+59
| * | | | addresses pull request feedbackEugene Burmako2014-02-152-5/+5
| * | | | some renamingsEugene Burmako2014-02-15117-258/+258
| * | | | adds internal.subpatternsEugene Burmako2014-02-141-2/+1
| * | | | adds Context.enclosingOwnerEugene Burmako2014-02-142-8/+16
| * | | | establishes scala.reflect.api#internalEugene Burmako2014-02-1424-43/+61
| * | | | deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-141-1/+1
| * | | | deprecates String => Name implicit conversionsEugene Burmako2014-02-148-14/+14
| * | | | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-144-16/+32
| * | | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1414-21/+187
| |\ \ \ \