summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3577 from adriaanm/pr3573-fixupAdriaan Moors2014-02-231-0/+0
|\
| * SI-8324 fix permutation in test filenameAdriaan Moors2014-02-231-0/+0
* | Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-237-0/+56
|\ \
| * | SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-197-0/+56
* | | Merge pull request #3571 from xeno-by/ticket/8321Adriaan Moors2014-02-2340-2/+830
|\ \ \ | |_|/ |/| |
| * | more tests for macro bundlesEugene Burmako2014-02-2126-0/+443
| * | more helpful bundle error messagesEugene Burmako2014-02-213-6/+6
| * | prohibits polymorphic bundlesEugene Burmako2014-02-214-2/+64
| * | bundles now reject invalid context typesEugene Burmako2014-02-214-0/+32
| * | SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-2112-0/+291
* | | Merge pull request #3573 from retronym/ticket/8324Grzegorz Kossakowski2014-02-221-0/+16
|\ \ \
| * | | SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-0/+16
| |/ /
* | | 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-226-2/+10
|\ \ \
| * | | SI-5479 link to release notes instead of jira queryAdriaan Moors2014-02-201-2/+2
| * | | SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-196-2/+10
* | | | Merge pull request #3567 from retronym/ticket/8315Jason Zaugg2014-02-224-0/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-204-0/+25
| | |/ | |/|
* | | 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-213-0/+14
|\ \ \
| * | | SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-183-0/+14
| | |/ | |/|
* | | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-213-3/+75
|\ \ \
| * | | PrintersTest commentedVladimirNik2014-02-201-1151/+809
| * | | fixes for wrappingIntoTermVladimirNik2014-02-201-1/+3
| * | | block wrapping for trees modifiedVladimirNik2014-02-201-0/+43
| * | | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-201-2/+2
| * | | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-155/+155
| * | | lazy vals printing fixed for typechecked treesVladimirNik2014-02-201-1/+24
| * | | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-2/+7
| * | | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-202-821/+1162
* | | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-217-4/+22
|\ \ \ \
| * | | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-181-0/+8
| * | | | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-186-4/+14
| | |/ / | |/| |
* | | | 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-215-3/+6
|\ \ \ \
| * | | | SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-195-3/+6
| | |_|/ | |/| |
* | | | Merge pull request #3569 from xeno-by/ticket/8316Jason Zaugg2014-02-2014-4/+238
|\ \ \ \
| * | | | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-2014-4/+238
| | |_|/ | |/| |
* | | | Merge pull request #3568 from densh/topic/qq-terminologyEugene Burmako2014-02-2011-131/+131
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix quasiquote terminology to be consistent with SchemeDenys Shabalin2014-02-2011-131/+131
| |/ /
* / / SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-192-0/+9
|/ /
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-19221-1195/+3197
|\ \ | |/ |/|
| * makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-1810-0/+589
| * reverses SI-6484Eugene Burmako2014-02-184-0/+0
| * tests for SI-8300Eugene Burmako2014-02-187-0/+125
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-0/+55
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1721-296/+53
| |\ \