summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-7344 Specialize methods in private scopesVlad Ureche2013-06-251-24/+94
* SI-7343 Fixed phase ordering in specializationVlad Ureche2013-06-121-2/+30
* Merge pull request #2364 from vigdorchik/ticket/si-7329Paul Phillips2013-04-191-1/+5
|\
| * SI-7329 duplicate default getters for specialized parameters.Eugene Vigdorchik2013-04-071-1/+5
* | SI-6286 IllegalArgumentException handling specialized method.Eugene Vigdorchik2013-04-101-20/+17
|/
* SI-7321 Memory leak in specialize on multiple compiler runs.Eugene Vigdorchik2013-04-041-16/+12
* [backport] SI-6301 / SI-6572 specialization regressionsJason Zaugg2013-01-291-51/+41
* Addressing warnings.Jason Zaugg2013-01-191-1/+1
* SI-6555 Better parameter name retentionJason Zaugg2012-12-081-0/+5
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Better error message for pattern arity errors.Paul Phillips2012-09-121-2/+2
* Took measures to quiet down specialization logging.Paul Phillips2012-09-011-4/+9
* Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-011-1/+1
* More method splittingMartin Odersky2012-08-201-17/+41
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-3/+3
* Merge pull request #1145 from scalamacros/topic/cleanupEugene Burmako2012-08-161-9/+3
|\
| * cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-9/+3
* | Merge pull request #1114 from scalamacros/topic/is-artifactPaul Phillips2012-08-151-1/+1
|\ \ | |/ |/|
| * HIDDEN => ARTIFACTEugene Burmako2012-08-131-18/+18
* | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-131-4/+3
* | More resilience to missing classes.Paul Phillips2012-08-111-17/+17
|/
* Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-071-2/+2
|\
| * Removes AnyRef specialization from libraryVlad Ureche2012-08-071-2/+2
* | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
|/
* Changed isHidden condition back to isSynthetic.Paul Phillips2012-07-271-0/+4
* Fix for exponential compile time in specialization.Paul Phillips2012-06-301-2/+5
* Closes SI-5148.Hubert Plociniczak2012-06-271-16/+14
* Fix SI-5284.Aleksandar Prokopec2012-06-211-13/+72
* Fix SI-4541.Aleksandar Prokopec2012-06-181-4/+15
* Merge pull request #679 from axel22/issue/5853Adriaan Moors2012-06-081-0/+1
|\
| * Fix SI-5853.Aleksandar Prokopec2012-06-071-0/+1
* | moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-2/+2
* | miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-0/+1
* | The new reflectionEugene Burmako2012-06-081-4/+11
|/
* Creator for superconstructor tree.Paul Phillips2012-05-231-11/+6
* Specialize lazy vals (closes SI-5552)Erik Osheim2012-05-141-4/+7
* Be discriminating about custom hashcodes.Paul Phillips2012-05-101-5/+5
* Fixes SI-5564.Aleksandar Prokopec2012-05-081-8/+23
* Fixes SI-5629.Aleksandar Prokopec2012-05-071-13/+19
* @unspecialized annotation.Paul Phillips2012-04-281-6/+11
* Some long overdue conveniences.Paul Phillips2012-04-251-1/+1
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-8/+14
|\
| * Adjustment to recent fix.Paul Phillips2012-04-131-5/+3
| * Workaround for SI-5583.Paul Phillips2012-04-121-7/+15
* | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-0/+1
|/
* Less laborious type application.Paul Phillips2012-04-091-7/+1
* Make specialize check cheaper and consistent.Paul Phillips2012-04-091-21/+19
* Flag performance and Name management.Paul Phillips2012-04-061-7/+8
* Cleaned up "isTupleTypeOrSubtype".Paul Phillips2012-04-011-10/+0