summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #4449 from retronym/ticket/9273Jason Zaugg2015-04-163-4/+24
|\ \ \ \ \
| * | | | | SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-153-4/+24
|/ / / / /
* | | | | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-1312-37/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-1012-37/+76
* | | | | Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-137-44/+1034
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-067-44/+1034
* | | | | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-105-3/+86
|\ \ \ \ \
| * | | | | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-245-3/+86
| | |/ / / | |/| | |
* | | | | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-099-68/+203
|\ \ \ \ \
| * | | | | SI-3368 ReviewSom Snytt2015-04-082-2/+2
| * | | | | SI-3368 Promote xml option to -XxmlSom Snytt2015-04-084-15/+15
| * | | | | SI-5699 Use ParserTestSom Snytt2015-04-081-10/+2
| * | | | | SI-3368 CDATA gets a NodeSom Snytt2015-04-088-57/+200
* | | | | | Merge pull request #4403 from gourlaysama/wip/t9239-generic-signatureAdriaan Moors2015-04-093-4/+24
|\ \ \ \ \ \
| * | | | | | SI-9239 fix java generic signature when traits extend classesAntoine Gourlay2015-03-253-4/+24
* | | | | | | Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-098-9/+370
|\ \ \ \ \ \ \
| * | | | | | | SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-258-9/+370
* | | | | | | | Merge pull request #4428 from kzys/7601-img-alt-211Lukas Rytz2015-04-092-17/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | [nomerge] SI-7601 Scaladoc: img elements must have an "alt" attributeKato Kazuyoshi2015-04-022-17/+36
* | | | | | | | | Merge pull request #4427 from gourlaysama/wip/t5795-scaladoc-empty-paramsLukas Rytz2015-04-096-18/+108
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-5795 empty scaladoc tags should be omitted from outputAntoine Gourlay2015-04-023-8/+75
| * | | | | | | | | fix scaladoc issue with parsing of empty tagsAntoine Gourlay2015-04-023-10/+31
| * | | | | | | | | fix Scaladoc html display when there are empty tagsAntoine Gourlay2015-04-021-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4411 from xeno-by/ticket/9252Lukas Rytz2015-04-093-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9252 gets rid of custom logic for jArrayClass in runtime reflectionEugene Burmako2015-03-273-5/+7
* | | | | | | | | | Merge pull request #4442 from retronym/topic/upgradeJason Zaugg2015-04-092-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Upgrade Ruby / Jekyll versions used to build the specJason Zaugg2015-04-092-2/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4439 from esfand-r/error-message-improvementJason Zaugg2015-04-093-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Error message improvementesfandiar amirrahimi2015-04-083-5/+5
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4438 from retronym/topic/plugin-api-regressionAdriaan Moors2015-04-081-2/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix regression in plugin APIJason Zaugg2015-04-081-2/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4434 from gknauth/2.11.xAdriaan Moors2015-04-071-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grammar it's -> itsGeoffrey Knauth2015-04-071-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4332 from Ichoran/opt-TravOnce-2.11.xGrzegorz Kossakowski2015-04-071-2/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Performance improvement: collectFirst in TraversableOnceRex Kerr2015-03-301-2/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-0725-146/+319
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-014-1/+35
| * | | | | | | | | Test case: cannot inline a private call into a different class.Lukas Rytz2015-04-011-0/+27
| * | | | | | | | | Don't inlinie if the resulting method becomes too large for the JVMLukas Rytz2015-04-016-3/+54
| * | | | | | | | | Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-017-12/+7
| * | | | | | | | | Apply local variable index shift when inlining iinc instructionLukas Rytz2015-04-011-0/+1
| * | | | | | | | | Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-0114-94/+77
| * | | | | | | | | Don't try to inline native methodsLukas Rytz2015-04-013-2/+20
| * | | | | | | | | Eliminate unreachable code before inlining a methodLukas Rytz2015-04-018-45/+96
| * | | | | | | | | Command-line flag to control inlining heuristicsLukas Rytz2015-03-314-2/+14
| * | | | | | | | | Make class Invalid a ControlThrowableLukas Rytz2015-03-311-1/+2
* | | | | | | | | | Merge pull request #4432 from retronym/ticket/9264Grzegorz Kossakowski2015-04-071-1/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-9264 An even-better diagnostic for an unexplained crashJason Zaugg2015-04-071-1/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-067-67/+952
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Bring back improvements from `SI-6942` that were lost during the switch toGerard Basler2015-03-021-8/+30