summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/SuperAccessors.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-201-1/+1
* | | | | Optimization to atOwnerMartin Odersky2012-08-201-2/+15
* | | | | More method splittingMartin Odersky2012-08-201-0/+12
* | | | | More method hoisting.Martin Odersky2012-08-201-1/+1
| |_|_|/ |/| | |
* | | | Hunting down eliminable :: allocations.Paul Phillips2012-08-171-4/+4
| |_|/ |/| |
* | | Moved inline logic before pickler.Grzegorz Kossakowski2012-08-091-63/+80
| |/ |/|
* | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
|/
* SI-6035: Specialization and separate compilation.Grzegorz Kossakowski2012-07-161-0/+13
* SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-171-0/+8
* The new reflectionEugene Burmako2012-06-081-2/+2
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-1/+1
* SI-4134: abstract override crasher if lacking super implSom Snytt2012-04-061-1/+1
* Never write final fields outside of constructors.Paul Phillips2012-03-281-1/+2
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-0/+3
|\
| * Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-191-0/+3
* | Overcame trait/protected/java limitation.Paul Phillips2012-03-041-69/+86
* | Whitespace commit.Paul Phillips2012-02-291-4/+4
* | Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-2/+2
|/
* Intercept assert and require calls.Paul Phillips2012-01-261-1/+1
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-2/+11
* Symbol creation followup.Paul Phillips2012-01-161-36/+28
* Consolidated misc collections helper methods.Paul Phillips2012-01-051-6/+3
* More performance work.Paul Phillips2011-12-301-1/+1
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* Closes IDE-1000567, SI 5013. No Review.Martin Odersky2011-11-071-1/+1
* Warn about surprising shadowing.Paul Phillips2011-10-221-6/+26
* Overhaul of mixin.Paul Phillips2011-10-191-2/+1
* Selective dealiasing when printing errors.Paul Phillips2011-10-031-1/+1
* Cleanup in aisle superaccessors.Paul Phillips2011-09-241-75/+61
* Back to square one.Hubert Plociniczak2011-09-231-3/+2
* Rooting out mismatched zips.Paul Phillips2011-09-191-5/+5
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-2/+3
* reflection refactoring so that we can now have ...Martin Odersky2011-08-241-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-17/+10
* Cosmetic removal of redundant toList call on it...Paul Phillips2011-06-251-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-2/+2
* Some more tweaks to the bridge scheme.Martin Odersky2011-04-211-5/+0
* Added bridge method capability to compiler.Martin Odersky2011-04-211-1/+6
* Misc cleanups and crash avoidance, no review.Paul Phillips2011-04-061-1/+1
* Changed Super to fix #4300Martin Odersky2011-03-141-2/+4
* More cleaning up long neglected regions.Paul Phillips2011-01-271-1/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-2/+2
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-041-1/+1
* Modified the self-type protected accessor test ...Paul Phillips2010-12-311-6/+6
* Turned an assert/compiler crash into an error m...Paul Phillips2010-12-111-4/+2
* Don't transform patterns during superaccessors:...Paul Phillips2010-12-061-0/+4
* close #3946.Lukas Rytz2010-12-031-1/+7
* It's a big one!Paul Phillips2010-12-021-3/+3