summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Names.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix SIOOBE in Name#pos for substrings of length 1Jason Zaugg2017-01-101-2/+4
* Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-091-2/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Re-use the exsiting range of the name table when using subName.Lukas Rytz2014-05-211-4/+10
* Cleanups in Names.scalaLukas Rytz2014-05-211-53/+38
* Minor cleanups and commenting around BType.Lukas Rytz2014-05-211-3/+6
* SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-141-2/+2
* Avoid needless Name creationJason Zaugg2014-01-311-10/+25
* Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-031-2/+4
* SI-7841 More robust unspecialization of namesJason Zaugg2013-09-161-0/+2
* Lock down methods in NamesJason Zaugg2013-08-311-11/+14
* SI-6240 Synchronizes NamesJason Zaugg2013-08-221-29/+56
* new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-0/+35
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-13/+37
* Address some ScaladocrotJason Zaugg2013-02-251-3/+3
* Banish needless semicolons.Jason Zaugg2013-02-241-4/+4
* Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-251-0/+10
* Remove Name -> TermName implicit.Paul Phillips2012-12-011-16/+5
* Remove code from compiler central.Paul Phillips2012-11-201-2/+2
* Members removed in scala.reflect.Paul Phillips2012-11-201-42/+2
* Revert "Commenting out unused members."Paul Phillips2012-11-191-32/+32
* Commenting out unused members.Paul Phillips2012-11-191-32/+32
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-3/+7
|/
* Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-4/+4
* Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-011-4/+8
* Made hashCode a method on Type to avoid megamorphic dispatchMartin Odersky2012-08-201-3/+0
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Merge pull request #906 from adriaanm/optimize-findmemberAdriaan Moors2012-07-191-0/+3
|\
| * Attempt #3 to optimize findMemberMartin Odersky2012-07-141-0/+3
* | Avoid conflict with String's apply.Paul Phillips2012-07-131-5/+5
* | Implicits to encourage more Name-dropping.Paul Phillips2012-07-061-6/+17
|/
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+527