summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Mixin.scala
Commit message (Expand)AuthorAgeFilesLines
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-286/+55
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Avoid tree sharing in lazy val translationJason Zaugg2015-11-231-2/+2
* Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-081-34/+1
* Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-081-1/+1
|\
| * Cleanup in RefchecksLukas Rytz2015-07-241-1/+1
* | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-271-1/+1
|/
* Fix 23 typos (t-v)Janek Bogucki2015-07-151-2/+2
* Fix many typosMichał Pociecha2015-04-211-2/+2
* Removed warningsEECOLOR2015-03-261-1/+1
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-8/+8
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* Rewrite BType to a type hierarchy.Lukas Rytz2014-06-011-1/+1
* Cleanups for tracing in GenBCode, improve some commentsLukas Rytz2014-05-211-1/+1
* Clarify and clean up trait getter / setter generationLukas Rytz2014-05-091-35/+54
* SI-8570 set the checkinit bit for unit-typed fields of traitsLukas Rytz2014-05-091-3/+6
* SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-091-11/+16
* Remove obsolete diagnostic error for SI-6231Jason Zaugg2013-12-191-15/+1
* fix typo in error messagesJohannes Rudolph2013-12-101-1/+1
* SI-4742 Make -Xcheckinit aware of constants.Jason Zaugg2013-09-241-0/+1
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-7/+6
* No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-4/+1
* SI-7638 Superaccessor lookup after specializationVlad Ureche2013-07-081-1/+1
* Cleanup of crash output.Paul Phillips2013-06-061-5/+4
* Concision contribution.Paul Phillips2013-05-231-1/+1
* Documented lateMETHOD flag.Paul Phillips2013-04-261-1/+1
* Call method rather than duplicating method.Paul Phillips2013-04-261-1/+1
* Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-2/+2
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
* Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-14/+6
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-47/+47
* Remove -Xcheck-null setting.Paul Phillips2013-03-131-1/+1
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-4/+4
* Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-251-2/+17
|\
| * SI-6231 Report unsupported free var capture by a trait.Jason Zaugg2013-01-211-2/+17
* | changes isTermMacro checks to something more universalEugene Burmako2013-01-091-1/+1
* | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-6/+11
* | Normalized TRUE/FALSE trees in the pattern matcher.Paul Phillips2012-12-121-1/+1
* | Eliminated some sources of tree sharing.Paul Phillips2012-12-121-4/+5
* | Cleanup in module var creation.Paul Phillips2012-12-121-5/+7
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-4/+2
|\|
| * Merge pull request #1729 from JamesIry/SI-5789-2_2.10.xAdriaan Moors2012-12-101-2/+1
| |\
| | * SI-5789 Removes assertion about implclass flag in Mixin.scalaJames Iry2012-12-071-2/+1
| * | evicts assert(false) from the compilerEugene Burmako2012-12-061-2/+1
| |/
* | Merge pull request #1730 from JamesIry/smallcleanupPaul Phillips2012-12-101-8/+8
|\ \
| * | Small cleanup work done during my initial visits to the code.James Iry2012-12-071-8/+8
* | | Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-1/+1
|\ \ \