summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/ExtensionMethods.scala
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up after brutal merge of 2.10.x into master.Paul Phillips2013-02-021-73/+86
* Merge commit 'ccd7abe897' into wip/fresh-merge2Paul Phillips2013-02-011-82/+86
|\
| * SI-6651 Substitute `this` in extension method sigsJason Zaugg2013-01-291-7/+30
* | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-251-4/+8
|\|
| * Merge pull request #1910 from retronym/ticket/6976Paul Phillips2013-01-251-4/+8
| |\
| | * SI-6976 Fix value class separate compilation crasher.Jason Zaugg2013-01-161-4/+8
| * | SI-6601 Publicise derived value contstructor after picklerJason Zaugg2013-01-161-1/+0
| |/
* | Eliminated some sources of tree sharing.Paul Phillips2012-12-121-6/+7
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
| |
| \
*-. | Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-141-3/+1
|\ \|
| | * SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-3/+1
| |/
* | Removed unused imports.Paul Phillips2012-11-061-4/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Merge pull request #1468 from paulp/issue/6482Adriaan Moors2012-10-221-65/+117
|\ \
| * | A little more housecleaning in ExtensionMethods.Paul Phillips2012-10-061-52/+74
| * | Incorporated pull request feedback.Paul Phillips2012-10-061-7/+6
| * | Fix for SI-6482, lost bounds in extension methods.Paul Phillips2012-10-061-13/+44
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-191-4/+4
|\ \ \ | |/ / |/| / | |/
| * SI-6215 Fix compiler crash on private method in value classMartin Odersky2012-10-021-4/+4
* | Merge branch '2.10.x'Paul Phillips2012-09-201-2/+5
|\|
| * Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-201-1/+3
| |\
| | * Fixed comment.Martin Odersky2012-09-171-0/+1
| | * Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-171-1/+2
| * | Value classes: eliminated half-boxingMartin Odersky2012-09-201-1/+2
| |/
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-041-1/+2
|\|
| * Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-1/+2
* | Merge branch '2.10.x'Adriaan Moors2012-08-141-3/+0
|\|
| * Moved inline logic before pickler.Grzegorz Kossakowski2012-08-091-3/+0
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-08-021-0/+9
|\|
| * Closes SI-5878Martin Odersky2012-07-291-2/+11
* | Renaming phase time-travel methods.Paul Phillips2012-07-191-1/+1
|/
* Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-191-2/+2
* Merge pull request #679 from axel22/issue/5853Adriaan Moors2012-06-081-1/+16
|\
| * Fix SI-5853.Aleksandar Prokopec2012-06-071-1/+16
* | The new reflectionEugene Burmako2012-06-081-3/+3
|/
* Fix a NSDNHAO in extension methods.Jason Zaugg2012-05-271-2/+13
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Fix for SI-5591.Geoff Reedy2012-04-061-1/+1
* Allows now private primary constructors in value classes.Martin Odersky2012-03-211-0/+4
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-15/+11
* Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-1/+0
|\
| * Eliminate build-breaking import.Paul Phillips2012-03-141-1/+0
* | Fixes in namers and extension methods to support nested value classes and gen...Martin Odersky2012-02-221-4/+5
* | Allowing for protected methods in value classes.Martin Odersky2012-02-221-1/+1
* | Renamed "inline class" to "derived value class"Martin Odersky2012-02-201-5/+4
* | Trying generic value classes. Does not work yet, but fixed on bug already.Martin Odersky2012-02-151-2/+2
* | All steps of value class proposal implemented. Most restrictions are now enfo...Martin Odersky2012-02-131-2/+1