summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\
| * Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* | Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-233-13/+4
* | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-216-0/+48
|\|
| * Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-102-0/+24
| |\
| | * SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-242-0/+24
| * | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-092-0/+6
| |\ \
| | * | SI-3368 CDATA gets a NodeSom Snytt2015-04-082-0/+6
| * | | Merge pull request #4403 from gourlaysama/wip/t9239-generic-signatureAdriaan Moors2015-04-092-0/+18
| |\ \ \ | | |/ / | |/| |
| | * | SI-9239 fix java generic signature when traits extend classesAntoine Gourlay2015-03-252-0/+18
* | | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-213-1/+808
|\| | |
| * | | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-063-1/+808
| |\ \ \
| | * | | Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-023-1/+808
* | | | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-014-0/+23
|\| | | |
| * | | | Merge pull request #4375 from som-snytt/issue/8861Lukas Rytz2015-03-312-0/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-8861 Handle alias when probing for AnySom Snytt2015-03-092-0/+12
| | |/ /
| * | | Merge pull request #4380 from retronym/ticket/9020Jason Zaugg2015-03-242-0/+11
| |\ \ \
| | * | | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-122-0/+11
| | |/ /
* | | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0112-0/+143
|\| | |
| * | | Merge pull request #4389 from retronym/topic/jesperJason Zaugg2015-03-241-0/+30
| |\ \ \
| | * | | Resurrect a test for type inferenceJason Zaugg2015-03-171-0/+30
| | |/ /
| * / / Workaround for SI-9111Lukas Rytz2015-03-113-0/+24
| |/ /
| * | Merge pull request #4347 from retronym/ticket/8801Adriaan Moors2015-02-191-0/+21
| |\ \
| | * | SI-8801 Another test for fixed exponential-time compilationJason Zaugg2015-02-201-0/+21
| * | | Merge pull request #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-181-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | SI-9116 Set.subsets has a param listSom Snytt2015-02-091-0/+7
| | |/
| * / SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-0/+13
| |/
| * Merge pull request #4274 from retronym/ticket/9123Adriaan Moors2015-02-092-0/+11
| |\
| | * SI-9123 More coherent trees with patmat, dependent typesJason Zaugg2015-01-292-0/+11
| * | Merge pull request #4295 from retronym/ticket/9135Grzegorz Kossakowski2015-02-051-0/+16
| |\ \
| | * | SI-9135 Fix NPE, a regression in the pattern matcherJason Zaugg2015-02-051-0/+16
| * | | Merge pull request #4248 from retronym/ticket/9086Jason Zaugg2015-02-051-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | SI-9086 Fix regression in implicit searchJason Zaugg2015-01-291-0/+8
| | |/
| * | Merge pull request #4252 from retronym/ticket/9050Lukas Rytz2015-02-031-0/+13
| |\ \ | | |/ | |/|
| | * SI-9050 Fix crasher with value classes, recursionJason Zaugg2015-01-161-0/+13
* | | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-242-0/+39
* | | Merge pull request #4241 from kanielc/SI-6778Lukas Rytz2015-03-231-0/+5
|\ \ \
| * | | SI-6778 scala.math.random should have parenthesisDenton Cockburn2015-01-101-0/+5
* | | | SI-7784 Extend test with enum constantSom Snytt2015-02-281-0/+4
* | | | SI-7784 Allow a singleton type over a constant value defn.Jason Zaugg2015-02-281-0/+9
* | | | SI-9131 Fix use of apply syntactic sugar with by-name paramJason Zaugg2015-02-031-0/+12
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-2912-2/+509
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4214 from som-snytt/issue/5154Jason Zaugg2015-01-221-0/+9
| |\ \ \ | | |_|/ | |/| |
| | * | SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-0/+9
| * | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-142-2/+2
| |\ \ \
| | * | | Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
| | |/ /
| * | | Merge pull request #4199 from adriaanm/rebase-4193Adriaan Moors2014-12-182-0/+272
| |\ \ \
| | * | | SI-8999 Reduce memory usage in exhaustivity checkGerard Basler2014-12-122-0/+272
| | |/ /
| * | | Merge pull request #4122 from retronym/ticket/7459-2Adriaan Moors2014-12-185-0/+66
| |\ \ \
| | * | | SI-7459 Handle pattern binders used as prefixes in TypeTrees.Jason Zaugg2014-11-145-0/+66