summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/MethodSynthesis.scala
Commit message (Expand)AuthorAgeFilesLines
...
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| * | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-181-5/+14
| * | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-11/+52
| |/
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
* | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-091-5/+14
* | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-091-11/+52
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-2/+2
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-2/+2
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-11/+3
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* miscellaneous refinements of reflection APIEugene Burmako2012-08-021-4/+1
* Avoid conflict with String's apply.Paul Phillips2012-07-131-1/+1
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-11/+11
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-1/+1
* The new reflectionEugene Burmako2012-06-081-14/+21
* Fix for implicit class / value class collision.Paul Phillips2012-05-031-6/+13
* fix SI-5682Lukas Rytz2012-05-021-5/+4
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-14/+16
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-1/+2
* Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-121-6/+8
|\
| * Next generation of macrosEugene Burmako2012-04-121-6/+8
* | Fixed duplicate method problem for implicit wrappers.Martin Odersky2012-04-111-0/+1
* | Implementation of SIP 13 take 2.Martin Odersky2012-04-111-22/+31
* | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-111-31/+58
|/
* Less laborious type application.Paul Phillips2012-04-091-1/+1
* Flag performance and Name management.Paul Phillips2012-04-061-2/+1
* Moving flags around for performance.Paul Phillips2012-04-061-1/+1
* Removing some foolishness.Paul Phillips2012-03-241-8/+4
* Clarifying MethodSynthesis.Paul Phillips2012-03-211-9/+45
* New option -Ypos-debug, and fixed range position breakage.Paul Phillips2012-03-151-0/+3
* Whitespace commit.Paul Phillips2012-02-291-4/+4
* Some logging cleanup.Paul Phillips2012-02-261-3/+3
* Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-1/+1
* Another existential problem down.Paul Phillips2012-02-111-15/+28
* More method synthesis unification.Paul Phillips2012-01-281-0/+133
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-7/+8
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-5/+1
* More consistent use of Names.Paul Phillips2012-01-051-1/+1
* Consolidated misc collections helper methods.Paul Phillips2012-01-051-16/+0
* Optimization in method synthesis.Paul Phillips2011-12-301-2/+4
* Reworked AnnotationInfo patch.Paul Phillips2011-11-231-1/+1
* Overhaul of getter/setter synthesis.Paul Phillips2011-10-281-37/+265
* Overhaul of Namers continues.Paul Phillips2011-10-221-0/+106