summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Mixin.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-1/+1
|\|
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-20/+20
* | 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-16/+16
* | Closes SI-6072, crasher with overloaded eq.Paul Phillips2012-07-161-1/+1
|/
* The new reflectionEugene Burmako2012-06-081-1/+1
* Specialize lazy vals (closes SI-5552)Erik Osheim2012-05-141-7/+7
* Part IV of the Lazy Vals Saga: Optimized local vals. That's all folks.Hubert Plociniczak2012-05-081-14/+16
* Part III of the Lazy Vals Saga: Inliner strikes back. Or at least let's hope ...Hubert Plociniczak2012-05-071-22/+64
* Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, I...Hubert Plociniczak2012-05-041-28/+66
* Part I of the Lazy Vals Saga: Bitmaps are no longer inherited.Hubert Plociniczak2012-05-031-81/+6
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Next generation of macrosEugene Burmako2012-04-121-1/+1
* Merge branch 'apr6-flags' of leaf:/scala/trunk into developPaul Phillips2012-04-061-3/+6
|\
| * Moving flags around for performance.Paul Phillips2012-04-061-3/+6
* | Style tweaks to b28ece2f4b .Paul Phillips2012-04-061-4/+8
* | SI-4134: abstract override crasher if lacking super implSom Snytt2012-04-061-5/+6
|/
* Overhauling mixin.Paul Phillips2012-03-211-146/+140
* Simplify check for transient fields in mixin.Aleksandar Prokopec2012-03-161-1/+1
* Merge remote-tracking branches 'axel22/feature/checkinit-transient' and 'lryt...Paul Phillips2012-03-151-2/+2
|\
| * Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-2/+2
| |\
| | * Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-2/+2
* | | Fix transient attribute check for checkinit to check the field of the getter.Aleksandar Prokopec2012-03-151-1/+1
* | | Disable transient field checks in checkinit.Aleksandar Prokopec2012-03-141-0/+2
|/ /
* | More consistent use of atPhase.Paul Phillips2012-03-011-3/+3
* | Whitespace commit.Paul Phillips2012-02-291-3/+3
* | Some logging cleanup.Paul Phillips2012-02-261-5/+7
* | Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-24/+20
* | Methods to derive new DefDefs.Paul Phillips2012-02-231-26/+25
|/
* More method synthesis unification.Paul Phillips2012-01-281-1/+1
* Making reflection thread-safe.Martin Odersky2012-01-251-3/+3
* Symbol creation followup.Paul Phillips2012-01-161-20/+12
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-4/+7
* misc fixes while working on virtualizing patter...Adriaan Moors2011-10-201-1/+1