summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-10133 Require escaped single quote char litSom Snytt2017-01-081-0/+5
* Merge pull request #5607 from adriaanm/rebase-5551Adriaan Moors2016-12-212-0/+57
|\
| * Override equals and hashCode for WrappedArrayAlexey Romanov2016-12-212-0/+57
* | Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-212-6/+8
|\ \
| * | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-062-6/+8
* | | Fix how "sbt" is writtenDale Wijnand2016-12-217-10/+10
* | | Merge pull request #5608 from retronym/merge/2.11.x-to-2.12.x-20161220Lukas Rytz2016-12-205-21/+113
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-205-21/+113
| |\ \ \ | | |_|/ | |/| |
| | * | Merge pull request #5487 from lrytz/java-constantsAdriaan Moors2016-12-153-2/+63
| | |\ \
| | | * | Support implicit converstions from java literalsLukas Rytz2016-11-021-38/+41
| | | * | SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-283-2/+60
| | * | | Merge pull request #5454 from som-snytt/issue/9834-2.11Adriaan Moors2016-12-151-16/+44
| | |\ \ \
| | | * | | SI-9834 Show expansion of update on errorSom Snytt2016-11-251-3/+4
| | | * | | SI-9834 Improve error on failed op=Som Snytt2016-11-251-16/+43
| | * | | | SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7
* | | | | | Merge pull request #5598 from retronym/topic/jdk9-bootcp-repl-javapLukas Rytz2016-12-202-4/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support extra module references in the REPLJason Zaugg2016-12-122-4/+8
* | | | | | Merge pull request #5539 from som-snytt/issue/10068Adriaan Moors2016-12-193-3/+21
|\ \ \ \ \ \
| * | | | | | SI-10068 Only permit elidable methodsSom Snytt2016-12-143-3/+21
* | | | | | | Merge pull request #5541 from retronym/ticket/10067Adriaan Moors2016-12-192-1/+2
|\ \ \ \ \ \ \
| * | | | | | | SI-10067 Don't speculatively emit outer tests for inner Java classesJason Zaugg2016-11-181-0/+1
| * | | | | | | SI-10067 Java defined inner classes don't have outer accessorsJason Zaugg2016-11-181-1/+1
* | | | | | | | Merge pull request #5588 from retronym/ticket/10098Jason Zaugg2016-12-151-8/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | S-10098 Fix regression in Unix runner script with JAVA_HOME unsetJason Zaugg2016-12-081-8/+5
* | | | | | | | Modules w. serializable type alias "companions" are not serializableJason Zaugg2016-12-141-2/+2
* | | | | | | | Merge pull request #5558 from larsrh/topic/deprecated-y-flagsAdriaan Moors2016-12-135-24/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | delete dead codeLars Hupel2016-12-011-2/+0
| * | | | | | | | remove deprecated compiler flag "-Yinfer-by-name"Lars Hupel2016-12-012-5/+2
| * | | | | | | | remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-014-17/+2
* | | | | | | | | Merge pull request #5531 from tabdulradi/SI-10060Lukas Rytz2016-12-121-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-2/+2
* | | | | | | | | | Merge pull request #5543 from retronym/ticket/10069Lukas Rytz2016-12-121-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-10069 Fix code gen errors with array updates, NothingJason Zaugg2016-12-021-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5527 from som-snytt/fix/use-modern-replaceLukas Rytz2016-12-121-9/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | String.replaceAllLiterally is String.replaceSom Snytt2016-11-131-9/+3
* | | | | | | | | | | Merge pull request #5550 from retronym/ticket/3772Lukas Rytz2016-12-123-5/+54
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor companion lookup methods after code reviewJason Zaugg2016-11-292-7/+6
| * | | | | | | | | | | SI-3772 Fix detection of term-owned companionsJason Zaugg2016-11-293-5/+55
* | | | | | | | | | | | Merge pull request #5569 from paplorinc/rotrLukas Rytz2016-12-122-19/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-072-19/+8
* | | | | | | | | | | | | Compiler support for JEP-193 VarHandle polymorphic signaturesJason Zaugg2016-12-123-5/+10
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Applied further cleanup to VectorPap Lőrinc2016-12-061-56/+63
* | | | | | | | | | | | Changed >> to >>> in Vector to unify stylePap Lőrinc2016-12-061-118/+118
* | | | | | | | | | | | Applied suggestions to Vector cleanupPap Lőrinc2016-12-061-179/+161
* | | | | | | | | | | | Deleted leftover code-comments from VectorPap Lőrinc2016-12-061-93/+20
* | | | | | | | | | | | Deleted leftover debug method from VectorPap Lőrinc2016-12-061-38/+0
* | | | | | | | | | | | Unified masks in VectorPap Lőrinc2016-12-061-31/+31
* | | | | | | | | | | | Removed redundant casts from VectorPap Lőrinc2016-12-061-29/+29
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-055-20/+42
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Drop annotations from trait static super accessorAdriaan Moors2016-12-051-1/+1