summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Mirrors.scala
Commit message (Expand)AuthorAgeFilesLines
* Minor style cleanups, no changes in logicLukas Rytz2016-10-271-21/+0
* Don't follow type aliases in getClassByName and friendsLukas Rytz2016-10-261-1/+0
* Remove TopLevelCreationFlagsLukas Rytz2016-06-061-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | More uniform treatment of package objectsJason Zaugg2014-11-071-10/+1
|/
* introduces Mirror.typeOfEugene Burmako2014-03-251-0/+2
* staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-151-3/+6
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-6/+6
* SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-141-0/+9
* makes well-known packages and package classes consistent with each otherEugene Burmako2013-12-291-1/+2
* Removing deprecated code.Paul Phillips2013-11-181-10/+2
* cleans up initialization of runtime reflectionEugene Burmako2013-10-181-0/+13
* synchronizes symbolsEugene Burmako2013-10-181-12/+23
* Set scene for Predef.$scope's demise.Jason Zaugg2013-06-201-0/+3
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+3
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* adds c.introduceTopLevelEugene Burmako2013-01-051-1/+1
* Remove TermName -> String implicit.Paul Phillips2012-12-021-6/+7
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-2/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-2/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
* | Fix performance bug in GenASM.Paul Phillips2012-10-311-1/+3
* | Fix for -Xcheckinit failures.Paul Phillips2012-10-311-0/+5
|/
* MirrorOf => MirrorEugene Burmako2012-09-271-1/+1
* fixes mirrorThatLoaded in JavaMirrorsEugene Burmako2012-09-241-3/+9
* SI-6201 minor fixes in key pointsEugene Burmako2012-08-111-2/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-2/+2
* SI-5999 a real fix to the packageless problemEugene Burmako2012-07-201-41/+58
* SI-5999 staticXXX is now friendly to packagelessEugene Burmako2012-07-201-47/+77
* more meaningful name for a missing hook methodEugene Burmako2012-07-201-2/+2
* SI-5939 resident compilation of sources in empty packageMartin Odersky2012-07-191-2/+1
* SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-061-2/+2
* SI-5990 u.build now correctly invokes missing symbol hooksEugene Burmako2012-07-031-1/+3
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+243