summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3573 from retronym/ticket/8324Grzegorz Kossakowski2014-02-226-13/+14
|\
| * SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-226-13/+14
* | Merge pull request #3572 from retronym/ticket/8197Adriaan Moors2014-02-221-1/+2
|\ \
| * | SI-8197 Only consider immediate params for defaults, overloadingJason Zaugg2014-02-221-1/+2
| |/
* | Merge pull request #3563 from adriaanm/t5479Grzegorz Kossakowski2014-02-222-0/+6
|\ \
| * | SI-5479 link to release notes instead of jira queryAdriaan Moors2014-02-201-1/+1
| * | SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-192-0/+6
* | | Merge pull request #3567 from retronym/ticket/8315Jason Zaugg2014-02-222-3/+3
|\ \ \ | |_|/ |/| |
| * | SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-201-0/+2
| * | SI-8315 Better debugging facility for ICodeJason Zaugg2014-02-201-3/+1
* | | Merge pull request #3562 from adriaanm/t8197Jason Zaugg2014-02-211-1/+1
|\ \ \
| * | | SI-8197 Overload resolution should not consider default argumentsAdriaan Moors2014-02-191-1/+1
| | |/ | |/|
* | | Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-213-37/+34
|\ \ \
| * | | SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-183-37/+34
| | |/ | |/|
* | | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-215-58/+217
|\ \ \
| * | | fixes for wrappingIntoTermVladimirNik2014-02-201-1/+0
| * | | block wrapping for trees modifiedVladimirNik2014-02-201-5/+7
| * | | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-203-4/+5
| * | | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-204-29/+32
| * | | 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-202-14/+20
| * | | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-12/+23
| * | | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-203-33/+201
* | | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-215-10/+22
|\ \ \ \
| * | | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-184-6/+11
| * | | | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-182-4/+11
| | |/ / | |/| |
* | | | Merge pull request #3558 from adriaanm/t4577Jason Zaugg2014-02-212-3/+3
|\ \ \ \
| * | | | SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-182-3/+3
| |/ / /
* | | | Merge pull request #3564 from adriaanm/t6675Jason Zaugg2014-02-211-2/+2
|\ \ \ \
| * | | | SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-191-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #3569 from xeno-by/ticket/8316Jason Zaugg2014-02-203-5/+23
|\ \ \ \
| * | | | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-203-5/+23
| | |_|/ | |/| |
* | | | Merge pull request #3568 from densh/topic/qq-terminologyEugene Burmako2014-02-205-81/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak signature for quasiquote's applyDenys Shabalin2014-02-201-1/+1
| * | | Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-204-80/+80
| |/ /
* / / SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-191-1/+4
|/ /
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19106-1851/+3539
|\ \ | |/ |/|
| * 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-183-0/+43
| * reverses SI-6484Eugene Burmako2014-02-184-51/+5
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-5/+5
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-176-89/+67
| |\ \
| * | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1644-872/+1044
| |\ \ \
| * | | | adds missing signature of appliedTypeEugene Burmako2014-02-152-0/+6
| * | | | 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