summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
Commit message (Expand)AuthorAgeFilesLines
* Simplify erasure + mixinAdriaan Moors2016-08-111-94/+0
* Reduce flag fiddlingAdriaan Moors2016-08-111-4/+0
* Fields phaseAdriaan Moors2016-08-111-6/+0
* General cleanups and less warnings during a Scala buildsoc2016-04-041-1/+0
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-288/+19
* Refactor AddInterfaces triage of impl v iface memberAdriaan Moors2015-11-121-13/+11
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-091-1/+1
|\
| * SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-251-1/+1
* | Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-111-1/+1
|/
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-0/+1
* Integrate flat classpath with the compilermpociecha2014-12-051-17/+23
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-3/+3
* No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-26/+0
* Concision contribution.Paul Phillips2013-05-231-3/+3
* Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-2/+2
|\
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+1
|/
* Deprecation patrol.Paul Phillips2012-11-061-1/+1
* Removed unused imports.Paul Phillips2012-11-061-2/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051-1/+1
| |\
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| * | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-181-3/+2
| |/
* | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-091-3/+2
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-1/+1
* | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-271-1/+1
|\|
| * distinguishes flag-agnostic completersEugene Burmako2012-09-241-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-11/+11
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
| * Large logging cleanup effort.Paul Phillips2012-09-011-10/+10
* | Hardening specialization and others.Paul Phillips2012-08-311-1/+1
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Renaming phase time-travel methods.Paul Phillips2012-07-191-3/+3
|/
* A quickfix for 09bf95675bEugene Burmako2012-06-091-1/+1
* SI-5167 An impl class method should refer to its own parameter symbols.Jason Zaugg2012-06-031-5/+15
* Creator for superconstructor tree.Paul Phillips2012-05-231-2/+1
* A little clarity for AddInterfaces.Paul Phillips2012-05-011-37/+34
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-1/+1
* Next generation of macrosEugene Burmako2012-04-121-1/+1
* More Symbols and Flags.Paul Phillips2012-04-071-62/+71
* Flag performance and Name management.Paul Phillips2012-04-061-3/+3
* Moving flags around for performance.Paul Phillips2012-04-061-1/+4
* A boatload of work on Symbols and Flags.Paul Phillips2012-04-051-7/+4
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-5/+4
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-24/+14
|\
| * Changed array erasure scheme to never unbox elements of inline classes.Martin Odersky2012-02-151-11/+3
| * Removing unnecessary AnyVal code.Paul Phillips2012-02-061-13/+11
* | Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-12/+11
|\ \ | |/ |/|