summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/SyntheticMethods.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Removed AestheticSettings.Paul Phillips2012-07-131-1/+1
|/
* polymorphic value classesMartin Odersky2012-07-111-2/+2
* The new reflectionEugene Burmako2012-06-081-2/+2
* Be discriminating about custom hashcodes.Paul Phillips2012-05-101-1/+7
* Custom hashCode methods for case classes.Paul Phillips2012-05-091-1/+34
* moving patmat to its own phaseAdriaan Moors2012-05-021-0/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-1/+1
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-1/+1
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-15/+11
* Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-141-33/+85
|\
| * Allows case classes as value classesMartin Odersky2012-03-071-10/+16
| * Renamed "inline class" to "derived value class"Martin Odersky2012-02-201-6/+6
| * All steps of value class proposal implemented. Most restrictions are now enfo...Martin Odersky2012-02-131-31/+77
* | Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-6/+6
|\ \ | |/ |/|
| * Whitespace commit.Paul Phillips2012-02-291-2/+2
| * Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-3/+3
| * Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-131-2/+2
* | Synthesize getClass method for AnyVal children.Paul Phillips2012-01-301-0/+11
|/
* More method synthesis unification.Paul Phillips2012-01-281-156/+11
* Symbol creation followup.Paul Phillips2012-01-161-2/+2
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-1/+1
* More consistent use of Names.Paul Phillips2012-01-051-10/+6
* Creator for existentials which flattens.Paul Phillips2011-12-301-1/+1
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-1/+1
* Bringing a bit of order to symbol substitution.Paul Phillips2011-11-191-4/+3
* Repairing bitrot with serialization.Paul Phillips2011-10-031-9/+4
* Massively simplified caseFieldAccessors.Paul Phillips2011-09-301-62/+74
* A few pending refinements to SyntheticMethods.Paul Phillips2011-09-281-55/+61
* ProductN, and method synthesis toolbox.Paul Phillips2011-09-261-202/+278
* Back to square one.Hubert Plociniczak2011-09-231-1/+1
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-1/+1
* Oops, let unnecessary boxing creep into that la...Paul Phillips2011-08-051-1/+2
* Rewrote the case class synthetic equals method ...Paul Phillips2011-08-051-52/+40
* Cleanups in synthetic method generation, no rev...Paul Phillips2011-08-041-64/+51
* As per discussion documented in SI-1799, brough...Paul Phillips2011-07-211-8/+43
* prohibit case-to-case inheritance instead of is...Hubert Plociniczak2011-07-131-25/+1
* Misc smoothing of tree creation, no review.Paul Phillips2011-07-111-1/+1
* Stable hashCodes for case objects.Paul Phillips2011-07-011-0/+8
* Cleared 'createdSyntheticMethod' on resetTyper ...Iulian Dragos2011-02-011-0/+7
* More cleaning up long neglected regions.Paul Phillips2011-01-271-23/+20
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-6/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-201-2/+2
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-011-1/+1
* Eliminated SYNTHETICMETH flag.Paul Phillips2010-12-031-20/+19
* It's a big one!Paul Phillips2010-12-021-2/+2
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-8/+0
* Deprecation patrol.Paul Phillips2010-11-081-2/+2