summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* remove two empty source filesSeth Tisue2017-03-201-0/+0
* fix typosSeth Tisue2017-03-201-1/+1
* Revert "Fix erasure of the qualifier of ##"Adriaan Moors2017-02-221-7/+6
* Merge pull request #5658 from retronym/topic/hashhashLukas Rytz2017-02-211-6/+7
|\
| * Fix erasure of the qualifier of ##Jason Zaugg2017-01-241-6/+7
* | Merge pull request #5704 from som-snytt/issue/10190-elide-stringLukas Rytz2017-02-211-2/+6
|\ \
| * | SI-10190 Elide string to empty instead of nullSom Snytt2017-02-151-2/+6
| |/
* | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-1710-15/+15
|\ \
| * | Fix typos in compiler and reflectJanek Bogucki2017-02-1310-15/+15
| |/
* | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-17/+21
|\ \
| * | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-241-17/+21
| * | 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
| * | 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 #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
* | | Merge pull request #5539 from som-snytt/issue/10068Adriaan Moors2016-12-191-1/+10
|\ \ \
| * | | SI-10068 Only permit elidable methodsSom Snytt2016-12-141-1/+10
* | | | 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
* | | | SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-052-14/+33
| |/ / |/| |
* | | 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-291-1/+1
|\ \ \
| * | | Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+1
* | | | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-252-62/+34
|\ \ \ \
| * | | | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-252-62/+34
| | |/ / | |/| |
* / | | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-1/+2
|/ / /
* | | Merge pull request #5534 from lrytz/t10059Lukas Rytz2016-11-161-1/+1
|\ \ \
| * | | SI-10059 reset the `DEFERRED` flag for Java varargs forwardersLukas Rytz2016-11-161-1/+1
| |/ /
* / / Typo and spelling correctionsJanek Bogucki2016-11-112-2/+2
|/ /
* | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-2/+2
* | Detect clash of mixedin val and existing member.Adriaan Moors2016-10-122-14/+20
* | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-111-4/+5
|\ \
| * | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-301-4/+5
* | | SI-9946 don't null field in lazy accessors that turn out to be liveJason Zaugg2016-10-073-72/+81
* | | SI-9946 make nullification of lazy val dependencies module awareJason Zaugg2016-10-071-1/+1
|/ /
* | Merge pull request #5430 from adriaanm/dev235Adriaan Moors2016-09-291-30/+29
|\ \
| * | Clarify docs, variable nameAdriaan Moors2016-09-291-11/+12
| * | Emit local module like lazy valAdriaan Moors2016-09-291-22/+20
* | | Merge pull request #5423 from lrytz/sd229Adriaan Moors2016-09-282-11/+35
|\ \ \
| * | | SI-4683 fix $outer accesses in class bodies extending DelayedInitLukas Rytz2016-09-281-1/+1
| * | | SI-9697 / SD-229 Fix DelayedInit subclass capturing local valueLukas Rytz2016-09-281-10/+34
* | | | Merge pull request #5397 from retronym/ticket/9920Adriaan Moors2016-09-282-2/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-9920 Avoid linkage errors with captured local objects + self typesJason Zaugg2016-09-272-2/+9
| |/ /
* | | Merge pull request #5412 from retronym/ticket/SD-226Adriaan Moors2016-09-281-1/+8
|\ \ \