summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4116 from retronym/ticket/5413-2Lukas Rytz2014-11-101-0/+9
|\
| * SI-5413 Test for fixed owner-corruption bug with names/defaultsJason Zaugg2014-11-091-0/+9
* | Merge pull request #4108 from retronym/ticket/7750Lukas Rytz2014-11-102-0/+9
|\ \
| * | SI-7750 Test case for fixed spurious existential feature warningJason Zaugg2014-11-072-0/+9
* | | Merge pull request #4102 from retronym/ticket/8965Lukas Rytz2014-11-102-0/+8
|\ \ \
| * | | SI-8965 Account for corner case in "unrelated types" warningJason Zaugg2014-11-072-0/+8
| |/ /
* | | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-108-0/+60
|\ \ \
| * | | [sammy] use correct type for method to overrideAdriaan Moors2014-11-073-10/+12
| * | | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-066-0/+58
* | | | Merge pull request #4100 from gourlaysama/wip/lint-buildLukas Rytz2014-11-103-0/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.Antoine Gourlay2014-11-063-0/+53
* | | | Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-072-0/+42
|\ \ \ \
| * | | | SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-302-0/+42
* | | | | SI-8962 Fix regression with skolems in pattern translationJason Zaugg2014-11-061-0/+31
| |_|_|/ |/| | |
* | | | Merge pull request #4092 from som-snytt/issue/5217Lukas Rytz2014-11-051-0/+17
|\ \ \ \
| * | | | SI-5217 Companion privates in scope of class parmsSom Snytt2014-11-041-0/+17
| |/ / /
* | | | Merge pull request #4044 from retronym/ticket/5091Lukas Rytz2014-11-051-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6051 Test case, the issue seems to be fixed.Lukas Rytz2014-11-041-0/+19
* | | | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-041-0/+129
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8893 Restore linear perf in TailCalls with nested matchesJason Zaugg2014-10-101-0/+129
| |/ /
* | | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-022-0/+36
|\ \ \
| * | | SI-5454 Test case for another ticket fixed by the previous commitJason Zaugg2014-10-101-0/+10
| * | | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-101-0/+26
| |/ /
* | / SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-273-0/+31
| |/ |/|
* | SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-151-0/+11
|/
* SI-8894 dealias when looking at tuple componentsAdriaan Moors2014-10-081-0/+12
* Merge pull request #4016 from lrytz/t8731Grzegorz Kossakowski2014-10-072-9/+0
|\
| * SI-8731 warning if @switch is ignoredLukas Rytz2014-10-062-9/+0
* | Merge pull request #3995 from retronym/ticket/8267Grzegorz Kossakowski2014-10-041-0/+33
|\ \
| * | SI-8267 Avoid existentials after polymorphic overload resolutionJason Zaugg2014-10-021-0/+33
* | | Merge pull request #4024 from retronym/ticket/8217Grzegorz Kossakowski2014-10-042-0/+24
|\ \ \ | |_|/ |/| |
| * | SI-8217 allow abstract type members in objectsPaolo G. Giarrusso2014-10-012-0/+24
* | | SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-306-0/+24
* | | Cleanup a few flags in test/files/Antoine Gourlay2014-09-291-1/+0
| |/ |/|
* | Merge pull request #3974 from xeno-by/topic/buffer-pattern-expander-errorsGrzegorz Kossakowski2014-09-183-0/+31
|\ \
| * | This ensures that typechecking custom unapplications in silent modeEugene Burmako2014-09-113-0/+31
| |/
* / SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-0/+4
|/
* Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-041-0/+6
|\
| * SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-211-0/+6
* | Merge pull request #3955 from som-snytt/issue/8410Grzegorz Kossakowski2014-09-032-0/+16
|\ \
| * | SI-8410 Don't warn fatally on disabled flagSom Snytt2014-09-012-0/+16
* | | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-282-0/+21
|/ /
* | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-261-0/+15
|\ \ | |/ |/|
| * SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-151-0/+15
* | SI-8512 Infer Any for the qSom Snytt2014-08-121-1/+1
|/
* SI-8781 Avoid double-expansion under -Ymacro-expand:discardJason Zaugg2014-08-063-0/+19
* SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-231-0/+15
* SI-8736 Restore -language to former glorySom Snytt2014-07-204-0/+16
* Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-152-0/+22
|\
| * relaxes attachment-matching rulesEugene Burmako2014-07-102-0/+22