summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/ExplicitOuter.scala
Commit message (Expand)AuthorAgeFilesLines
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* 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
* | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-021-1/+1
* | Removed obsolete migration test.Paul Phillips2012-10-021-13/+0
* | Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-2/+2
|\|
| * Merge pull request #1114 from scalamacros/topic/is-artifactPaul Phillips2012-08-151-2/+2
| |\
| | * HIDDEN => ARTIFACTEugene Burmako2012-08-131-2/+2
* | | Merge branch '2.10.x'Adriaan Moors2012-08-141-9/+3
|\| |
| * | Added make not private logic for @inline accesses back to ExplicitOuter.Martin Odersky2012-08-111-1/+4
| |/
| * Moved inline logic before pickler.Grzegorz Kossakowski2012-08-091-10/+1
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-6/+16
|\|
| * Merge pull request #1077 from odersky/topic/inlineAdriaan Moors2012-08-071-4/+14
| |\
| | * Makes all private variables accessed from an @inline method non-private.Martin Odersky2012-08-071-4/+14
| * | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
| |/
| * Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-281-1/+1