summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-8197 Only consider immediate params for defaults, overloadingJason Zaugg2014-02-222-1/+10
* Merge pull request #3562 from adriaanm/t8197Jason Zaugg2014-02-212-1/+14
|\
| * SI-8197 Overload resolution should not consider default argumentsAdriaan Moors2014-02-192-1/+14
* | Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-216-37/+48
|\ \
| * | SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-186-37/+48
* | | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-218-61/+292
|\ \ \
| * | | PrintersTest commentedVladimirNik2014-02-201-1151/+809
| * | | fixes for wrappingIntoTermVladimirNik2014-02-202-2/+3
| * | | block wrapping for trees modifiedVladimirNik2014-02-202-5/+50
| * | | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-204-6/+7
| * | | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-205-184/+187
| * | | move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-203-62/+65
| * | | CodePrinter: TypedTreePrinter merged with ParsedTreePrinterVladimirNik2014-02-201-123/+89
| * | | lazy vals printing fixed for typechecked treesVladimirNik2014-02-203-15/+44
| * | | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-202-14/+30
| * | | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-205-854/+1363
* | | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-2112-14/+44
|\ \ \ \
| * | | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-185-6/+19
| * | | | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-188-8/+25
| | |/ / | |/| |
* | | | Merge pull request #3558 from adriaanm/t4577Jason Zaugg2014-02-213-3/+41
|\ \ \ \
| * | | | SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-183-3/+41
| |/ / /
* | | | Merge pull request #3564 from adriaanm/t6675Jason Zaugg2014-02-216-5/+8
|\ \ \ \
| * | | | SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-196-5/+8
| | |_|/ | |/| |
* | | | Merge pull request #3569 from xeno-by/ticket/8316Jason Zaugg2014-02-2017-9/+261
|\ \ \ \
| * | | | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-2017-9/+261
| | |_|/ | |/| |
* | | | Merge pull request #3568 from densh/topic/qq-terminologyEugene Burmako2014-02-2016-212/+212
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak signature for quasiquote's applyDenys Shabalin2014-02-201-1/+1
| * | | Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-2015-211/+211
| |/ /
* | | Merge pull request #3560 from gkossakowski/issue/SI-8306Adriaan Moors2014-02-193-1/+13
|\ \ \ | |/ / |/| |
| * | SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-193-1/+13
|/ /
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19327-3046/+6736
|\ \ | |/ |/|
| * undeprecates typeSignature and typeSignatureInEugene Burmako2014-02-181-2/+0
| * improves situation with auto-initEugene Burmako2014-02-182-9/+26
| * makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-1813-0/+632
| * reverses SI-6484Eugene Burmako2014-02-188-51/+5
| * tests for SI-8300Eugene Burmako2014-02-187-0/+125
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-184-5/+60
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1727-385/+120
| |\ \
| * | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-16139-949/+2539
| |\ \ \
| * | | | adds missing signature of appliedTypeEugene Burmako2014-02-152-0/+6
| * | | | adds more tests for enclosingOwnersEugene Burmako2014-02-156-0/+106
| * | | | updates deprecation hints in compatEugene Burmako2014-02-152-35/+35
| * | | | some extension methods that I forgot to exposeEugene Burmako2014-02-153-0/+46
| * | | | fixes compat for tree and type extractorsEugene Burmako2014-02-156-225/+175
| * | | | exposes scope mutation APIsEugene Burmako2014-02-153-1/+27
| * | | | SI-6785 exposes Symbol.flags, setFlag and resetFlagEugene Burmako2014-02-153-0/+22
| * | | | exposes Symbol.setOwnerEugene Burmako2014-02-152-0/+7
| * | | | better appliedType signaturesEugene Burmako2014-02-152-1/+9
| * | | | makes internal.decorators signatures workEugene Burmako2014-02-153-34/+37