summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Suppress match analysis under -Xno-patmat-analysisAdriaan Moors2014-12-122-0/+160
| | |/ / | |/| |
* | | | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-2946-14/+646
|\| | |
| * | | Merge pull request #4078 from gbasler/topic/fix-analysis-budgetAdriaan Moors2014-12-121-0/+33
| |\ \ \
| | * | | Avoid the `CNF budget exceeded` exception via smarter translation into CNF.Gerard Basler2014-10-271-0/+33
| * | | | Merge pull request #4169 from retronym/ticket/9008Adriaan Moors2014-12-051-0/+5
| |\ \ \ \
| | * | | | SI-9008 Fix regression with higher kinded existentialsJason Zaugg2014-12-031-0/+5
| * | | | | Merge pull request #4180 from som-snytt/issue/7683Lukas Rytz2014-12-044-0/+43
| |\ \ \ \ \
| | * | | | | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-014-0/+43
| * | | | | | SI-9018 Fix regression: cycle in LUBsJason Zaugg2014-12-031-0/+16
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #4099 from retronym/ticket/7596Grzegorz Kossakowski2014-11-216-0/+65
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-066-0/+65
| * | | | | Merge pull request #4118 from retronym/ticket/5639Jason Zaugg2014-11-195-14/+29
| |\ \ \ \ \
| | * | | | | SI-5639 Predicate bug fix on -Xsource:2.12Jason Zaugg2014-11-181-0/+1
| | * | | | | SI-5639 Fix spurious discarding of implicit importJason Zaugg2014-11-094-14/+28
| | | |_|/ / | | |/| | |
| * | | | | 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
| |/ /
* | | Merge commit 'eb15950' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-2912-9/+93
|\| |
| * | 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
* | | | | SI-8462: Integral shift Long result type correctedSom Snytt2015-01-091-0/+11
| |_|_|/ |/| | |
* | | | More uniform treatment of package objectsJason Zaugg2014-11-072-0/+49