summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-1/+2
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-2/+9
* Reduce flag fiddlingAdriaan Moors2016-08-111-1/+1
* Lambda impl methods static and more stably namedJason Zaugg2016-06-011-0/+1
* SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-181-5/+16
* General cleanups and less warnings during a Scala buildsoc2016-04-041-23/+21
* Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-291-0/+13
* Don't generate specialized overrides in traitsJason Zaugg2015-08-111-3/+3
* Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-041-1/+16
|\
| * Support specialized method-handle based lambdasJason Zaugg2015-04-211-1/+16
* | Fix many typosMichał Pociecha2015-04-211-2/+2
|/
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-4/+4
* Merge pull request #4249 from retronym/ticket/9089Vlad Ureche2015-01-161-1/+0
|\
| * SI-9089 Another REPL/FSC + specialization bug fixJason Zaugg2015-01-151-1/+0
* | Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
|/
* SI-5583 Remove the workaround for specialization bugJason Zaugg2014-10-091-13/+6
* SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-091-5/+0
* SI-8574 Copy @SerialVersionUID, etc, to specialized subclassesJason Zaugg2014-05-161-0/+1
* fixes compat for tree and type extractorsEugene Burmako2014-02-151-5/+5
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+0
* Merge pull request #3444 from retronym/topic/opt6Adriaan Moors2014-02-011-2/+2
|\
| * Avoid generic collections operations hot pathsJason Zaugg2014-01-311-2/+2
* | Merge pull request #3425 from retronym/ticket/7700Jason Zaugg2014-01-311-9/+19
|\ \ | |/ |/|
| * SI-7700 @unspecialized, Part Deux: Now Working.Jason Zaugg2014-01-311-9/+19
* | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-2/+2
|/
* SI-7406 crasher with specialized lazy valPaul Phillips2013-12-211-1/+1
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+1
* Make specialization aware of anonymous functions.James Iry2013-11-061-1/+7
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* Reducing variation of tree creation methods.Paul Phillips2013-09-131-6/+4
* Merge 2.10.x into masterAdriaan Moors2013-06-281-2/+30
|\
| * SI-7343 Fixed phase ordering in specializationVlad Ureche2013-06-121-2/+30
* | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-281-23/+91
* | SI-6308 Specialize methods that have some unspecialized paramsJason Zaugg2013-06-051-4/+20
* | A couple additional simplifications.Paul Phillips2013-05-241-3/+3
* | Concision contribution.Paul Phillips2013-05-231-25/+20
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-211-1/+1
|\ \
| * | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+1
* | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-245-g5147bb2-...Jason Zaugg2013-04-201-1/+5
|\ \ \ | | |/ | |/|
| * | 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
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-235-g4525e92-...Jason Zaugg2013-04-151-22/+19
|\| | | | |_|/ |/| |
| * | SI-6286 IllegalArgumentException handling specialized method.Eugene Vigdorchik2013-04-101-20/+17
| |/
* | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-16/+12
|\|
| * 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
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-8/+8