summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-211-7/+3
* Make lambda body public rather than using static accessorJason Zaugg2015-04-171-78/+37
* Merge pull request #4451 from som-snytt/issue/3368-remediateAdriaan Moors2015-04-162-5/+4
|\
| * SI-3368 Default to coalescing for 2.11Som Snytt2015-04-162-5/+4
* | SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-151-4/+5
* | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-131-1/+17
|\ \ | |/ |/|
| * Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-101-1/+17
* | Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-133-41/+165
|\ \
| * | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-063-41/+165
* | | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-101-3/+11
|\ \ \
| * | | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-241-3/+11
| | |/ | |/|
* | | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-093-57/+109
|\ \ \
| * | | SI-3368 ReviewSom Snytt2015-04-081-1/+1
| * | | SI-3368 Promote xml option to -XxmlSom Snytt2015-04-083-14/+14
| * | | SI-3368 CDATA gets a NodeSom Snytt2015-04-083-57/+109
* | | | Merge pull request #4403 from gourlaysama/wip/t9239-generic-signatureAdriaan Moors2015-04-091-4/+6
|\ \ \ \
| * | | | SI-9239 fix java generic signature when traits extend classesAntoine Gourlay2015-03-251-4/+6
* | | | | Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-092-9/+15
|\ \ \ \ \
| * | | | | SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-252-9/+15
* | | | | | Merge pull request #4439 from esfand-r/error-message-improvementJason Zaugg2015-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | Error message improvementesfandiar amirrahimi2015-04-081-1/+1
| | |_|/ / / | |/| | | |
* | | | | | 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 #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-0710-115/+204
|\ \ \ \ \
| * | | | | SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-013-1/+14
| * | | | | Don't inlinie if the resulting method becomes too large for the JVMLukas Rytz2015-04-013-3/+36
| * | | | | Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-012-7/+2
| * | | | | 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-018-68/+58
| * | | | | Don't try to inline native methodsLukas Rytz2015-04-012-2/+9
| * | | | | Eliminate unreachable code before inlining a methodLukas Rytz2015-04-016-44/+81
| * | | | | Command-line flag to control inlining heuristicsLukas Rytz2015-03-314-2/+14
| * | | | | Make class Invalid a ControlThrowableLukas Rytz2015-03-311-1/+2
* | | | | | 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-063-66/+141
|\ \ \ \ \
| * | | | | Bring back improvements from `SI-6942` that were lost during the switch toGerard Basler2015-03-021-8/+30
| * | | | | Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-023-58/+111
| | |/ / / | |/| | |
* | | | | Merge pull request #4418 from lrytz/t8731-relaxAdriaan Moors2015-03-311-2/+0
|\ \ \ \ \
| * | | | | SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-2/+0
* | | | | | Merge pull request #4375 from som-snytt/issue/8861Lukas Rytz2015-03-311-3/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-8861 Handle alias when probing for AnySom Snytt2015-03-091-3/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-2839-84/+96
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Removed warningsEECOLOR2015-03-2628-36/+48
| * | | | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-2610-13/+13
| * | | | Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-2614-35/+35
* | | | | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-241-1/+1
| |/ / /
* | | | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-251-7/+4
|\ \ \ \
| * | | | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-211-7/+4
* | | | | Merge pull request #4397 from retronym/topic/icode-diagnosticGrzegorz Kossakowski2015-03-241-7/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |