summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/SymbolTable.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix how "sbt" is writtenDale Wijnand2016-12-211-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-2/+2
* At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-301-9/+19
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-0/+8
|\
| * Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+8
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+0
|\|
| * Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-1/+0
* | More uniform treatment of package objectsJason Zaugg2014-11-071-1/+1
|/
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-8/+1
* SI-8265 Restore 2.10 variance behavior under -Xsource:2.10Paul Phillips2014-03-121-0/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-3/+4
* Optimation: use AnyRefMap in GenASM javaName cachesJason Zaugg2014-02-091-0/+2
* Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-151-6/+2
|\
| * SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-091-6/+2
* | Merge pull request #3346 from retronym/ticket/8129Grzegorz Kossakowski2014-01-121-5/+7
|\ \
| * | SI-8129 Plug a leak in perRunCachesJason Zaugg2014-01-101-5/+7
| |/
* / SI-7974 Avoid calling nonPrivateMember after erasureSimon Ochsenreither2014-01-031-0/+12
|/
* SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-1/+2
* refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-5/+1
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+15
* Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-191-0/+5
|\
| * re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-181-0/+1
| * decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-0/+4
* | reflection no longer uses enteringPhase and friendsEugene Burmako2013-10-181-0/+8
* | Eliminate redundant pickling code.Paul Phillips2013-10-121-0/+1
* | Convenience method findSymbol.Paul Phillips2013-10-121-0/+4
|/
* Merge branch 'master' into patmatPaul Phillips2013-08-201-1/+6
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+6
* | Pushed some noisy logging down to debuglog.Paul Phillips2013-08-171-0/+7
|/
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-0/+6
* Modify perRunCaches to not leak WeakReferencesJames Iry2013-06-041-10/+3
* make treeInfo more globally visibleAdriaan Moors2013-05-161-0/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Route -explaintypes through reporter.Paul Phillips2013-04-291-0/+1
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* Added methods debuglogResult and devWarningResult.Paul Phillips2013-03-041-0/+10
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
*-. Merge commit 'b43ae58f31'; commit 'b579a42ee3'; commit '81fa831609' into merg...Paul Phillips2013-02-101-0/+1
|\ \
| * | SI-6989 privateWithin is now populated in reflectEugene Burmako2013-02-041-0/+1
| |/
* | Moved Variances into SymbolTable.Paul Phillips2013-01-091-0/+1
* | Expunged the .net backend.Paul Phillips2012-12-051-6/+0
* | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-0/+5
|\|
| * Adds a margin stripping string interpolator.Jason Zaugg2012-11-261-0/+6
* | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-4/+0
|\ \
| * | Members removed in scala.reflect.Paul Phillips2012-11-201-4/+0
| * | Revert "Commenting out unused members."Paul Phillips2012-11-191-1/+2
| * | Commenting out unused members.Paul Phillips2012-11-191-2/+1
* | | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-2/+5
|/ /
| |
| \
*-. \ Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-141-0/+6
|\ \ \ | | |/ | |/|