summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-014-17/+2
* Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-308-14/+76
|\
| * Partial fix for SI-7046Miles Sabin2016-11-288-14/+76
* | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-306-20/+12
|\ \
| * | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-282-19/+8
| * | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-284-1/+4
| |/
* | 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 #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-301-59/+24
|\ \ \
| * | | Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
| * | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | | | Merge pull request #5563 from lrytz/sd259bJason Zaugg2016-11-301-4/+8
|\ \ \ \
| * | | | Don't exclude super calls to trait methods from inliningLukas Rytz2016-11-291-4/+8
* | | | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-293-5/+16
|\ \ \ \ \
| * | | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-283-5/+16
| | |/ / / | |/| | |
* | | | | Merge pull request #5536 from retronym/ticket/SD-268Adriaan Moors2016-11-292-15/+16
|\ \ \ \ \
| * | | | | Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-212-15/+16
* | | | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-296-5/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-086-5/+19
* | | | | | Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Improve performance of REPL autocompletionJason Zaugg2016-11-221-1/+2
| * | | | | [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-102-5/+5
| * | | | | Merge pull request #5478 from dragos/backport/remove-println-SI-8717Adriaan Moors2016-10-281-4/+4
| |\ \ \ \ \
| | * | | | | [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-251-4/+4
* | | | | | | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-296-21/+39
|\ \ \ \ \ \ \
| * | | | | | | Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-281-1/+1
| * | | | | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-285-20/+38
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5529 from lrytz/sd259Jason Zaugg2016-11-298-234/+421
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Clean up the implementation and output of Yopt-log-inlineLukas Rytz2016-11-281-42/+109
| * | | | | | Address review feedbackLukas Rytz2016-11-281-15/+14
| * | | | | | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-258-206/+327
* | | | | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-255-65/+105
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-255-64/+119
* | | | | | | Merge pull request #5540 from retronym/ticket/9814Lukas Rytz2016-11-251-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5535 from som-snytt/issue/9945Seth Tisue2016-11-231-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-9945 Don't warn imports in java unitsSom Snytt2016-11-161-1/+1
* | | | | | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2016-11-181-0/+31
* | | | | | Merge pull request #5481 from som-snytt/issue/10007-processLukas Rytz2016-11-183-24/+28
|\ \ \ \ \ \
| * | | | | | SI-10007 sys.process thread syncSom Snytt2016-11-173-24/+28
* | | | | | | 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
* | | | | | | Merge pull request #5532 from retronym/ticket/SD-264Adriaan Moors2016-11-162-9/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Revert "SI-9750 isJavaAtLeast(Int)"Jason Zaugg2016-11-161-6/+0
| * | | | | | Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-161-3/+3
* | | | | | | Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-161-1/+1
|\ \ \ \ \ \ \