summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-10067 Java defined inner classes don't have outer accessorsJason Zaugg2016-11-181-1/+1
* SI-9920 Avoid linkage errors with captured local objects + self typesJason Zaugg2016-09-271-1/+1
* Simplify erasure + mixinAdriaan Moors2016-08-111-70/+35
* SI-9390 Avoid needless outer capture with local classesJason Zaugg2016-06-031-3/+1
* Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-181-0/+1
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-10/+14
* Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-1/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* Cleanups, debuglogs, small refactoringsAdriaan Moors2015-11-111-11/+16
* Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\
| * Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge pull request #3877 from retronym/merge/2.11.x-to-2.12.x-20140714Jason Zaugg2014-07-181-1/+1
|\|
| * Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* | SI-8710 Fix crasher for value classes + private + overloadingJason Zaugg2014-07-111-2/+4
|/
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
* Type housekeeping.Paul Phillips2013-09-181-6/+4
* SI-7853 A less ad-hoc place to call memberTypeJason Zaugg2013-09-181-2/+1
* SI-7853 An unsatisfying fix regression in explicit outerJason Zaugg2013-09-181-5/+5
* Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-151-15/+2
|\
| * SI-3832 Extract tracking of under-construction classes to a mixinJason Zaugg2013-09-111-15/+2
* | Reducing variation of tree creation methods.Paul Phillips2013-09-131-5/+5
* | Widen type of outer accessor.Paul Phillips2013-09-131-1/+1
|/
* Eliminate TypeTrees with null original.Paul Phillips2013-09-041-16/+6
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Documented lateMETHOD flag.Paul Phillips2013-04-261-1/+1
* Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+1
* Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-19/+45
|\
| * Merge pull request #2270 from retronym/ticket/7246-2Paul Phillips2013-03-251-14/+12
| |\
| | * SI-7246 Make $outer pointer elision Java awareJason Zaugg2013-03-231-14/+12
| * | SI-7242 Fix crash when inner object mixes in its companionJason Zaugg2013-03-131-5/+33
| |/
| * Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-081-17/+47
| |\
* | | Remove redundant explicit returns.Jason Zaugg2013-02-251-2/+2
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'b43ae58f31'; commit 'b579a42ee3'; commit '81fa831609' into merg...Paul Phillips2013-02-101-17/+47
|\ \ \ \ \ | | | |/ / | | |/| / | | | |/
| | | * SI-6666 Catch VerifyErrors in the making in early defs.Jason Zaugg2013-02-021-5/+5
| | | * Broader checks for poisonous this references.Jason Zaugg2013-02-021-17/+47
| | |/ | |/|
* | | Cleaning up after brutal merge of 2.10.x into master.Paul Phillips2013-02-021-7/+0
* | | Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-011-0/+8
|\ \ \ | | |/ | |/|
| * | SI-6963 Add version to -XmigrationJames Iry2013-01-291-1/+2
| |/
* | Fix some typosSamy Dindane2013-01-241-1/+1
* | Removed old pattern matcher.Paul Phillips2012-12-261-80/+2
* | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-5/+0
* | Restore briefly awol // 3 in explicitouterPaul Phillips2012-11-091-1/+1
* | Remove hostile code from explicitouter.Paul Phillips2012-11-081-3/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-2/+5
|\|
| * Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-041-1/+1
| |\
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-021-1/+4
| |/
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1