summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Implicits.scala
Commit message (Expand)AuthorAgeFilesLines
* rethinks tagsEugene Burmako2012-04-231-10/+8
* Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-26/+33
* assorted stability fixesEugene Burmako2012-04-171-2/+3
* adds erasures to concrete type tagsEugene Burmako2012-04-171-1/+2
* restores some disabled macro tests, makes checkFeature synchronous when used ...Eugene Burmako2012-04-141-1/+1
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-3/+44
|\
| * Touching the untouchable.Paul Phillips2012-04-131-1/+1
| * Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-3/+44
* | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-4/+4
|/
* GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-121-2/+2
* Next generation of macrosEugene Burmako2012-04-121-114/+76
* Less laborious type application.Paul Phillips2012-04-091-1/+1
* Setting up things to demonstrate a swallowed type error in manifest generation.Martin Odersky2012-02-131-8/+12
* Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-1/+1
* Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-1/+1
* Fix sbt build with trunk.Hubert Plociniczak2012-02-021-1/+1
* Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-1/+1
|\
| * Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-72/+55
* | Eliminated redundant function.Paul Phillips2012-01-241-9/+1
|/
* Symbol creation followup.Paul Phillips2012-01-161-5/+3
* Streamlining output of -Yinfer-debug.Paul Phillips2012-01-121-27/+21
* More consistent use of Names.Paul Phillips2012-01-051-3/+3
* Closes SI-5354.Martin Odersky2012-01-041-1/+8
* Fix for classOf NPE.Paul Phillips2011-12-191-10/+1
* Reduced accumulation of repackExistentials.Paul Phillips2011-11-241-2/+4
* Minor restructuring in Implicits.Paul Phillips2011-11-241-54/+137
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-191-6/+4
* Bringing a bit of order to symbol substitution.Paul Phillips2011-11-191-7/+2
* Towards better reflection APIs.Martin Odersky2011-11-151-2/+9
* Fixed hang in typechecker.Paul Phillips2011-11-071-1/+1
* Some modest optimizations and beauty treatments.Paul Phillips2011-11-041-1/+1
* infer singleton when asking for itAdriaan Moors2011-10-201-8/+3
* Selective dealiasing when printing errors.Paul Phillips2011-10-031-4/+4
* Back to square one.Hubert Plociniczak2011-09-231-19/+4
* Report erroneous tree instead of Error tree in ...Hubert Plociniczak2011-09-121-5/+2
* First refactoring related to Error trees.Hubert Plociniczak2011-09-071-4/+22
* Made error messages like "object List is not a ...Paul Phillips2011-08-021-1/+3
* Following up on things that -Xlint told me, som...Paul Phillips2011-07-291-1/+1
* Modified erasure so we have enough information ...Paul Phillips2011-07-181-1/+1
* scaladoc fixes and improvementsmichelou2011-07-151-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-3/+3
* Generalizing some TreeGen machinery on an oppor...Paul Phillips2011-06-251-15/+6
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-7/+7
* closes #4547.Adriaan Moors2011-06-141-0/+3
* Tiark's main batch of optimizations to implicit...Paul Phillips2011-06-111-1/+1
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-061-73/+155
* After having to update the code for someone els...Paul Phillips2011-04-301-1/+1
* Fixes #4525. No review.Martin Odersky2011-04-291-26/+33
* Further optimizations of implicits.Martin Odersky2011-04-191-3/+14