summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-262-19/+0
* Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-255-2/+25
|\
| * SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-215-2/+25
* | 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 pull request #4360 from retronym/ticket/9170Jason Zaugg2015-03-243-0/+13
|\ \ \
| * | | SI-9170 Fix resident compilation / specialization NPEJason Zaugg2015-02-253-0/+13
* | | | Merge pull request #4364 from som-snytt/issue/sessiontestJason Zaugg2015-03-241-0/+58
|\ \ \ \
| * | | | SI-9170 More flexible SessionTestSom Snytt2015-03-031-0/+58
| | |_|/ | |/| |
* | | | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-242-0/+13
|\ \ \ \
| * | | | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-172-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #4378 from som-snytt/issue/9102Jason Zaugg2015-03-241-0/+81
|\ \ \ \
| * | | | SI-9102: Improve testSom Snytt2015-03-111-0/+8
| * | | | SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-111-0/+73
* | | | | Merge pull request #4381 from khernyo/issue/9219Jason Zaugg2015-03-242-0/+14
|\ \ \ \ \
| * | | | | SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-142-0/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #4389 from retronym/topic/jesperJason Zaugg2015-03-241-0/+30
|\ \ \ \ \
| * | | | | Resurrect a test for type inferenceJason Zaugg2015-03-171-0/+30
| |/ / / /
* | | | | Merge pull request #4312 from lrytz/opt/inliningGrzegorz Kossakowski2015-03-2019-9/+85
|\ \ \ \ \
| * | | | | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1112-9/+21
| * | | | | Workaround for SI-9111Lukas Rytz2015-03-113-0/+24
| * | | | | Don't crash the inliner in mixed compilationLukas Rytz2015-03-114-0/+40
* | | | | | SI-9223 By-name constructor params should not be aliasedJason Zaugg2015-03-172-0/+16
| |/ / / / |/| | | |
* | | | | Merge pull request #4377 from lrytz/opt/scalaInlineInfoGrzegorz Kossakowski2015-03-112-27/+10
|\| | | | | |/ / / |/| | |
| * | | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-112-27/+10
| |/ /
* | | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-243-8/+81
|\ \ \ | |_|/ |/| |
| * | Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-243-8/+81
| |\ \
| | * \ Merge pull request #4289 from retronym/ticket/8689Grzegorz Kossakowski2015-02-153-9/+82
| | |\ \
| | | * | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-043-9/+82
| | * | | Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-094-3/+68
| | |/ /
| | * | Merge pull request #3998 from retronym/backport/7756Grzegorz Kossakowski2014-09-247-0/+42
| | |\ \
| | | * | [backport] SI-7756 Uncripple refchecks in case bodiesJason Zaugg2014-09-237-0/+42
| | * | | Merge pull request #3859 from xeno-by/topic/fundep-materialization-210xGrzegorz Kossakowski2014-09-1117-0/+185
| | |\ \ \
| | | * | | -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-092-2/+2
| | | * | | [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-0217-0/+185
| | * | | | [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-033-0/+50
| | |/ / /
* | | | / fixes pluginsEnterStatsEugene Burmako2015-02-222-0/+80
| |_|_|/ |/| | |
* | | | 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 #4340 from retronym/topic/infix-completionAdriaan Moors2015-02-196-0/+412
|\ \ \ \
| * | | | Remove incorrect completions: implicits can't add type membersJason Zaugg2015-02-172-4/+2
| * | | | SI-9153 More complete and stable results for completionsJason Zaugg2015-02-176-0/+414
* | | | | Merge pull request #4319 from axel22/fix-si-7943Adriaan Moors2015-02-191-0/+19
|\ \ \ \ \
| * | | | | Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-181-0/+19
* | | | | | Merge pull request #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-182-3/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9116 Set.subsets has a param listSom Snytt2015-02-092-3/+9
| |/ / / /
* | / / / SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-0/+13
| |/ / / |/| | |
* | | | Merge pull request #4296 from lrytz/t9105Adriaan Moors2015-02-137-27/+483
|\ \ \ \
| * | | | Test java reflection on scala library / reflect / compiler jarsLukas Rytz2015-02-071-0/+65
| * | | | Fix InnerClass / EnclosingMethod for closures nested in value classesLukas Rytz2015-02-074-13/+86