summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-9/+1
* 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
* | | SI-9946 don't null field in lazy accessors that turn out to be liveJason Zaugg2016-10-071-1/+1
|/ /
* | Merge pull request #5430 from adriaanm/dev235Adriaan Moors2016-09-291-9/+10
|\ \
| * | Make some name suffixes constantsAdriaan Moors2016-09-281-9/+10
* | | SI-9697 / SD-229 Fix DelayedInit subclass capturing local valueLukas Rytz2016-09-281-1/+0
|/ /
* | More elegant holders for local lazy vals.Adriaan Moors2016-09-021-0/+1
* | Merge pull request #5369 from lrytz/sd210Lukas Rytz2016-09-022-2/+3
|\ \
| * | Emit mixin forwarders for JUnit-annotated trait methods by defaultLukas Rytz2016-09-012-2/+3
* | | Merge pull request #5294 from adriaanm/fields-laziesAdriaan Moors2016-09-017-43/+64
|\ \ \ | |/ / |/| |
| * | Specialize erasure of `synchronized` primitive methodAdriaan Moors2016-08-301-12/+21
| * | Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-294-2/+9
| * | optimize/simplify erasure of class info typeAdriaan Moors2016-08-291-10/+9
| * | Fields phase expands lazy vals like modulesAdriaan Moors2016-08-293-19/+25
* | | Merge pull request #5280 from retronym/ticket/8079Adriaan Moors2016-08-291-8/+12
|\ \ \ | |/ / |/| |
| * | Address review feedback: comments, renames and extra testJason Zaugg2016-08-291-5/+7
| * | SI-8079 Only expand local aliases during variance checksJason Zaugg2016-08-181-4/+6
* | | Improve RefinementTypeRef#normalizeJason Zaugg2016-08-231-1/+1
* | | Minor changes after reviewJason Zaugg2016-08-231-2/+2
* | | Address review commentsJason Zaugg2016-08-232-38/+43