summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Mixin.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ \
| * | | Expunged the .net backend.Paul Phillips2012-12-051-1/+1
* | | | Merge commit 'refs/pull/1717/head' into merge-msil-genjvm-deletePaul Phillips2012-12-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6769 Removes GenJVM backendJames Iry2012-12-051-1/+1
| |/ /
* / / Remove Name -> TermName implicit.Paul Phillips2012-12-011-5/+5
|/ /
* | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-6/+6
|\ \
| * | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-6/+6
* | | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
|/ /
* | Deprecation patrol.Paul Phillips2012-11-061-2/+2
* | 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
* | Remove unused private members.Paul Phillips2012-11-011-9/+0
* | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-311-1/+1
|\|
| * Wider use and a new variant of typedPos.Jason Zaugg2012-10-281-1/+1
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-2/+2
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-1/+1
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* | Hardening specialization and others.Paul Phillips2012-08-311-1/+1
* | Eliminated more overloaded types after typer.Paul Phillips2012-08-311-20/+20