summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-296-3/+113
| * | | | | | | SI-8502 Rework handling of stub symbols in unpicklerJason Zaugg2016-11-292-6/+4
* | | | | | | | Merge pull request #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-302-59/+194
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimized HashTable.indexPap Lőrinc2016-11-242-7/+177
| * | | | | | | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | | | | | | | | Merge pull request #5563 from lrytz/sd259bJason Zaugg2016-11-302-4/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't exclude super calls to trait methods from inliningLukas Rytz2016-11-292-4/+23
* | | | | | | | | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-295-5/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-285-5/+50
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5536 from retronym/ticket/SD-268Adriaan Moors2016-11-293-15/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-213-15/+33
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-2911-16/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-0811-16/+30
* | | | | | | | | | | Merge pull request #5407 from som-snytt/issue/9557Adriaan Moors2016-11-292-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SI-9557 Backquoted id specSom Snytt2016-11-152-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5561 from retronym/topic/merge-2.11.x-to-2.12.x-20161129Lukas Rytz2016-11-294-4/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-293-3/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #5553 from retronym/ticket/SD-271Jason Zaugg2016-11-292-1/+10
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Improve performance of REPL autocompletionJason Zaugg2016-11-222-1/+10
| | * | | | | | | | | Merge pull request #5559 from szeiger/wip/mathjax-httpsAdriaan Moors2016-11-281-2/+2
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Use https links to JS and CSS in the spec when serving from httpsStefan Zeiger2016-11-281-2/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge commit '35f8908' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-290-0/+0
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #5518 from som-snytt/issue/10037-2.11Jason Zaugg2016-11-116-5/+23
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-106-5/+23
| | * | | | | | | | | Merge pull request #5491 from SethTisue/akka-bumpSeth Tisue2016-11-101-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | move to latest Akka 2.3.x releaseSeth Tisue2016-10-311-1/+1
| * | | | | | | | | | Merge commit '74ed575' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-1/+1
|/| | | | | | | | | | | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #5511 from SethTisue/stop-no-dont-delete-everything-arghSeth Tisue2016-11-081-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | don't mass-delete old nightlies at release timeSeth Tisue2016-11-081-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5544 from retronym/ticket/8779Jason Zaugg2016-11-2911-25/+133
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-284-10/+21
| * | | | | | | | | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-289-21/+118
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5529 from lrytz/sd259Jason Zaugg2016-11-2914-270/+578
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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-2514-242/+484
* | | | | | | | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-2511-65/+147
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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-2511-64/+161
* | | | | | | | | | Merge pull request #5540 from retronym/ticket/9814Lukas Rytz2016-11-252-1/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-252-1/+30
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5480 from SethTisue/remove-reflection-mem-typecheck-testSeth Tisue2016-11-231-28/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6412 remove flaky testSeth Tisue2016-10-261-28/+0
* | | | | | | | | | 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
* | | | | | | | | | Merge pull request #5528 from paplorinc/getOrElseUpdateJason Zaugg2016-11-226-8/+138
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2016-11-181-0/+31
| * | | | | | | | | | Added benchmarks for Vector and HashMapPap Lőrinc2016-11-182-0/+102
| * | | | | | | | | | Updated benchmark dependenciesPap Lőrinc2016-11-183-8/+5