summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-061-1/+3
* | | | | Fix how "sbt" is writtenDale Wijnand2016-12-213-3/+3
* | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-0/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-281-0/+2
| * | | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-183-5/+37
| |\ \ \
| | * | | SI-2712 Add support for higher order unificationMiles Sabin2016-08-153-5/+37
| * | | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-184-1/+28
| |\ \ \ \
| | * | | | Partial fix for SI-7046Miles Sabin2016-08-154-1/+28
| | |/ / /
| * / / / Avoid tripping cyclic errors under -Ytyper-debugJason Zaugg2016-10-071-1/+1
| |/ / /
| * | | Avoid triple-quoting triple quotesSom Snytt2016-06-171-1/+1
* | | | Merge pull request #5558 from larsrh/topic/deprecated-y-flagsAdriaan Moors2016-12-131-9/+1
|\ \ \ \
| * | | | remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-9/+1
* | | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-121-0/+28
|\ \ \ \ \
| * | | | | Refactor companion lookup methods after code reviewJason Zaugg2016-11-291-6/+5
| * | | | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-291-0/+29
* | | | | | Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-122-4/+9
| |_|_|/ / |/| | | |
* | | | | Merge pull request #5573 from adriaanm/revert-part-5376Adriaan Moors2016-12-021-39/+34
|\ \ \ \ \
| * | | | | Revert existential infer part of #5376Adriaan Moors2016-12-011-39/+34
| | |/ / / | |/| | |
* / | | | Support Java 9 modular runtime imagesJason Zaugg2016-12-021-1/+79
|/ / / /
* | | | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-304-1/+28
|\ \ \ \
| * | | | Partial fix for SI-7046Miles Sabin2016-11-284-1/+28
* | | | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-303-17/+10
|\ \ \ \ \
| * | | | | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-281-17/+8
| * | | | | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-282-0/+2
| |/ / / /
* | | | | Merge pull request #5562 from retronym/ticket/SD-275Jason Zaugg2016-11-302-32/+14
|\ \ \ \ \
| * | | | | SD-275 Remove obsolete code from the unpicklerJason Zaugg2016-11-291-27/+12
| * | | | | SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-291-3/+2
| * | | | | SI-8502 Rework handling of stub symbols in unpicklerJason Zaugg2016-11-292-6/+4
* | | | | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-291-1/+2
|\ \ \ \ \ \
| * | | | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-281-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-294-3/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-084-3/+17
* | | | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-281-13/+15
| |_|/ / / |/| | | |
* | | | | Simplify creation of varargs forwarder symbolJason Zaugg2016-11-251-42/+26
* | | | | Don’t run the uncurry info transformer on Java symbols.Iulian Dragos2016-11-251-3/+4
* | | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-253-2/+85
| |/ / / |/| | |
* | | | Merge pull request #5330 from som-snytt/issue/9885Jason Zaugg2016-11-181-9/+14
|\ \ \ \
| * | | | SI-9885 Don't return offset past EOFSom Snytt2016-08-121-9/+14
* | | | | Typo and spelling correctionsJanek Bogucki2016-11-118-9/+9
* | | | | Merge pull request #5303 from xuwei-k/isNaN-boxingJason Zaugg2016-11-111-2/+2
|\ \ \ \ \
| * | | | | avoid boxingxuwei-k2016-10-281-2/+2
* | | | | | Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-092-3/+3
| |_|/ / / |/| | | |
* | | | | Address review commentsLukas Rytz2016-10-283-6/+7
* | | | | Minor style cleanups, no changes in logicLukas Rytz2016-10-273-31/+7
* | | | | Robustly identify unpickling the current module classLukas Rytz2016-10-271-11/+11
* | | | | Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-271-2/+3
* | | | | Don't follow type aliases in getClassByName and friendsLukas Rytz2016-10-261-1/+0
* | | | | Ensure companionClass returns a class, not a type aliasLukas Rytz2016-10-261-3/+1
|/ / / /
* | | | Merge pull request #5442 from adriaanm/t9943Adriaan Moors2016-10-111-2/+2
|\ \ \ \
| * | | | SI-9943 final/sealed class does not yield SAM typeAdriaan Moors2016-10-041-2/+2