summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Add warning about non-sensible equals in anonymous functionsteldosas2017-02-011-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #5587 from lrytz/t10072Adriaan Moors2017-02-161-4/+0
| |\ \ \ \ \ \
| | * | | | | | SI-10072 cast Function nodes to environment in specializationLukas Rytz2016-12-071-4/+0
| * | | | | | | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-161-5/+18
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-181-5/+18
* | | | | | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-162-18/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-242-18/+22
| * | | | | | | | Merge pull request #5630 from adriaanm/rebase-5557Adriaan Moors2017-01-102-62/+62
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2017-01-092-64/+36
| | * | | | | | | | SI-8786 fix generic signature for @varargs forwarder methodsLukas Rytz2017-01-092-52/+80
* | | | | | | | | | Merge commit '36967321c7' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-162-5/+5
|\| | | | | | | | |
| * | | | | | | | | SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-092-5/+5
| |/ / / / / / / /
| * | | | | | | | SI-9630 Fix spurious warning related to same-named case accessors [backport]Jason Zaugg2016-12-212-7/+11
| * | | | | | | | More robust outer test for patmatAdriaan Moors2016-12-211-10/+8
* | | | | | | | | Merge commit '014ebc4' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-162-15/+19
|\| | | | | | | | | |/ / / / / / / |/| | | | | | |
| * | | | | | | Small cleanups to pattern matcherAdriaan Moors2016-12-212-15/+19
* | | | | | | | Merge pull request #5654 from retronym/ticket/10154Adriaan Moors2017-02-141-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-10154 Fix implicit search regression for term-owned objectsJason Zaugg2017-01-201-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #5686 from propensive/make-abstractvar-context-error-more-...Seth Tisue2017-02-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Correct the AbstractVar error messageJon Pretty2017-02-091-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #5691 from som-snytt/issue/eolLukas Rytz2017-02-131-39/+30
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | EOL is System.lineSeparatorSom Snytt2017-02-131-39/+30
| |/ / / / / /
* | | | | | | Merge pull request #5676 from som-snytt/issue/10173Lukas Rytz2017-02-131-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-10173 Crash output shows true line numberSom Snytt2017-02-051-3/+4
* | | | | | | Merge pull request #5245 from dwijnand/trailing-commasAdriaan Moors2017-02-081-0/+11
|\ \ \ \ \ \ \
| * | | | | | | SIP-27 Tweak and test wildstar in REPLDale Wijnand2017-01-081-2/+5
| * | | | | | | SI-4986 SIP-27 Trailing Comma (multi-line only) supportDale Wijnand2016-12-111-0/+8
* | | | | | | | Merge pull request #5646 from som-snytt/issue/8685Adriaan Moors2017-02-071-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5642 from janekdb/topic/MB-calculation-correctionAdriaan Moors2017-02-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Calculate MB instead of MiBJanek Bogucki2017-01-151-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #5585 from som-snytt/issue/10097Adriaan Moors2017-02-072-17/+45
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-10097 Adapt unless -Xsource:2.13Som Snytt2016-12-142-4/+16
| * | | | | | | SI-8704 Also warn if effectively multiple implicitSom Snytt2016-12-142-0/+8
| * | | | | | | SI-8704 Error on bad implicit sectionsSom Snytt2016-12-141-13/+19
| * | | | | | | SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-141-5/+10
* | | | | | | | Merge pull request #5666 from Philippus/issue/10030Lukas Rytz2017-02-031-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-10030 - added quotes in case the path contains a space and an 8.3-complian...Philippus Baalman2017-01-301-1/+1
| | |/ / / / / / | |/| | | | | |
* / | | | | | | SI-9729 -Xmaxerrs to limit messagesSom Snytt2017-01-313-8/+15
|/ / / / / / /
* | | | | | | Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-211-5/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-061-5/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Fix how "sbt" is writtenDale Wijnand2016-12-212-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-203-19/+104
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #5487 from lrytz/java-constantsAdriaan Moors2016-12-152-2/+61
| |\ \ \ \ \
| | * | | | | Support implicit converstions from java literalsLukas Rytz2016-11-021-38/+41
| | * | | | | SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-282-2/+58
| * | | | | | 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
| * | | | | | [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-102-5/+5
| * | | | | | [backport] Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-251-4/+4
| |/ / / / /