summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/SyntheticMethods.scala
Commit message (Expand)AuthorAgeFilesLines
...
* One of those annoying patches for which I apolo...Paul Phillips2010-11-021-2/+1
* Case accessors are always public else the patte...Paul Phillips2010-10-261-1/+1
* Introduced -Ymurmur with murmur hashcodes.Paul Phillips2010-10-111-2/+4
* Another attempt for #1591.Hubert Plociniczak2010-10-011-1/+9
* Revert changes related to #1591. no review.Hubert Plociniczak2010-09-291-8/+1
* Some progress on reviving TreeCheckers, plus a ...Paul Phillips2010-09-241-9/+14
* Closes #1591.Hubert Plociniczak2010-09-221-1/+8
* Mostly a setup commit.Paul Phillips2010-09-191-43/+47
* closes #3575.Adriaan Moors2010-08-201-0/+1
* better fix for see #3667.Lukas Rytz2010-08-171-3/+6
* close #3667.Lukas Rytz2010-08-051-8/+11
* Removed unfinished Jenkins hashcode for final.Paul Phillips2010-06-271-2/+2
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-241-3/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Half-disabled productElementName until I have t...Paul Phillips2010-03-191-1/+3
* ScalaRunTime method to perform sameElements as ...Paul Phillips2010-03-051-17/+8
* Added productElementName to Product.Paul Phillips2010-02-231-5/+13
* Fix for #2867 undone, review by extempore.Martin Odersky2010-01-211-0/+8
* Closes #2867. review by extempore.Martin Odersky2010-01-121-4/+7
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More deprecation soothing.Paul Phillips2009-11-181-1/+1
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-041-4/+7
* AnnotationInfo.pos no longer in constructor.Lukas Rytz2009-10-291-2/+1
* Add positions to AnnotationInfo for use by IDEs...Miles Sabin2009-10-251-1/+2
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-211-1/+1
* A new and better fix for ticket #1373.Paul Phillips2009-10-191-7/+8
* new starr, with some changes to varargs handling.Martin Odersky2009-09-171-2/+2
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-111-6/+7
* rewrite of positions in compilerMartin Odersky2009-07-301-3/+3
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-091-8/+24
* Fixed positionsMartin Odersky2009-07-051-3/+3
* More of the DSL.Paul Phillips2009-06-281-2/+2
* More fleshing out of code generation DSL.Paul Phillips2009-06-281-3/+3
* Hopefully fix for inadvertant stability failure...Paul Phillips2009-06-261-5/+5
* Initial checkin of a code generation DSL which ...Paul Phillips2009-06-251-146/+151
* Removed what amounted to a no-operation in the ...Paul Phillips2009-06-221-51/+31
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-55/+2
* Named and default argumentsLukas Rytz2009-05-301-34/+35
* Riffing off the removal of the cldc library, re...Paul Phillips2009-05-291-1/+1
* Unreasonably satisfying patch which sets immuta...Paul Phillips2009-05-201-3/+3
* fixed #1775 by making all anonymous functions s...Martin Odersky2009-04-071-2/+4
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-241-6/+0
* widened access check for readResolve to include...Paul Phillips2009-02-121-1/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed #637 #1070Lukas Rytz2008-10-221-2/+6
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-171-5/+29
* 1. Removed StdNames.EQEQ, plecae by StdNames.EQMartin Odersky2008-05-131-1/+1
* fixed t607, t699Martin Odersky2008-04-081-9/+8
* test and fix for #631pradel2008-04-071-7/+17