summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/OverridingPairs.scala
Commit message (Expand)AuthorAgeFilesLines
* Fields phaseAdriaan Moors2016-08-111-3/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* SI-7475 Private members are not inheritableJason Zaugg2014-02-101-1/+6
* SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-141-6/+7
* Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-051-206/+18
* Banish needless semicolons.Jason Zaugg2013-02-241-6/+6
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-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
* | Merge branch '2.10.x'Paul Phillips2012-09-201-17/+22
|\|
| * Cleanup of OverridingPairsMartin Odersky2012-09-201-17/+22
* | 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
* | Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-1/+1
|\|
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Expanded use of HIDDEN flag.Paul Phillips2012-07-191-2/+2
|/
* Whitespace commit.Paul Phillips2012-02-291-1/+1
* Fix for bad bug with accidental overrides.Paul Phillips2012-02-011-2/+8
* Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-2/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+2
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Great moments in code reuse:Paul Phillips2011-01-071-14/+5
* Removes a bunch of private functions which are ...Paul Phillips2010-10-031-2/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-7/+7
* hardening the compiler to avoid exceptions I ob...Martin Odersky2009-12-171-10/+29
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* new classpaths.Lukas Rytz2009-10-261-1/+1
* Fix and test case for #2512, plus lots of time ...Paul Phillips2009-10-251-1/+1
* Made Cursor.next tail recursive by making it fi...Paul Phillips2009-10-211-1/+3
* Fixed #1939,plus some moving things around.Martin Odersky2009-10-021-1/+8
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-151-1/+6
* Fixed duplicate symbols problem in new collecti...Martin Odersky2009-02-051-33/+86
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Reverted removal of TreeSet to fix stability.Geoffrey Washburn2008-10-111-3/+3
* Eliminating unnecessary data structures.Geoffrey Washburn2008-10-011-3/+3
* fixed tickets 146,148,155Martin Odersky2007-11-091-1/+2
* removed some more type aliasesmichelou2007-07-231-2/+3
* removed type aliases, old for-syntax, ..michelou2007-07-121-17/+19
* 1.Martin Odersky2007-07-121-1/+1
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-061-1/+2
* deprecated [...] attribute syntax. Martin Odersky2007-02-151-0/+2
* added private[this] and protected[this] modifiers.Martin Odersky2007-02-011-3/+2
* Replaced == null()eq null(ne null)mihaylov2006-11-131-7/+7