summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-283-21/+2
|\
| * new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-263-21/+2
* | Merge pull request #4410 from gourlaysama/wip/t9038-encoding-issuesVlad Ureche2015-03-281-0/+22
|\ \
| * | SI-9038 fix scaladoc syntax highlightning to leave unicode aloneAntoine Gourlay2015-03-261-0/+22
* | | Merge pull request #4361 from retronym/ticket/9182Lukas Rytz2015-03-262-0/+15
|\ \ \
| * | | SI-9182 Fix runtime reflection with package object, overloadsJason Zaugg2015-02-252-0/+15
* | | | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-262-13/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-242-13/+26
| |/ /
* | | 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-2037-78/+1978
|\ \ \ \ \
| * | | | | Don't inline methods containing super calls into other classesLukas Rytz2015-03-122-13/+61
| * | | | | Test case for SI-9111 workaround.Lukas Rytz2015-03-111-1/+42
| * | | | | Ensure to re-write only trait method calls of actual trait methodsLukas Rytz2015-03-111-0/+70
| * | | | | Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-1123-52/+304
| * | | | | Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-111-1/+1
| * | | | | Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-112-5/+21
| * | | | | Inline final methods defined in traitsLukas Rytz2015-03-1110-51/+573
| * | | | | Workaround for SI-9111Lukas Rytz2015-03-113-0/+24
| * | | | | Don't crash the inliner in mixed compilationLukas Rytz2015-03-117-7/+82
| * | | | | Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-113-3/+3
| * | | | | Integrate the inliner into the backend pipelineLukas Rytz2015-03-112-10/+211
| * | | | | Build a call graph for inlining decisionsLukas Rytz2015-03-113-6/+157
| * | | | | Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-1111-51/+158
| * | | | | Tools to perform inlining.Lukas Rytz2015-03-111-0/+193
| * | | | | Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-112-1/+201
* | | | | | 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-113-27/+95
|\| | | | | |/ / / |/| | |
| * | | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-113-27/+95
| |/ /
* | | 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
| | |\ \