summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect
Commit message (Expand)AuthorAgeFilesLines
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-32/+4
* SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-112-2/+2
* Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-1/+5
* General cleanups and less warnings during a Scala buildsoc2016-04-043-6/+5
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-011-1/+13
|\
| * At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-301-1/+13
* | Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-261-16/+19
* | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-7/+3
|/
* Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-0/+4
|\
| * SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-281-0/+4
* | Fix non-exhaustive match in macro code parsingJason Zaugg2016-01-291-1/+2
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-184-8/+3
* | Streamline MethodSynthesis & NamersAdriaan Moors2015-09-021-2/+1
|/
* Fix 25 typos (s)Janek Bogucki2015-07-061-1/+1
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Fix many typosMichał Pociecha2015-04-211-1/+1
* Removed warningsEECOLOR2015-03-261-1/+1
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-263-6/+6
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-262-3/+3
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-1/+1
* Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-071-2/+1
|\
| * SI-8947 Additional layers of defence against EmptyTree mutationJason Zaugg2014-11-061-2/+1
* | SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-242-5/+1
* | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-249-16/+3
|/
* moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-115-0/+1221
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-10/+10
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-1/+4
* makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-211-1/+1
* SI-8437 macro runtime now also picks inherited macro implementationsEugene Burmako2014-03-251-1/+1
* SI-8425 don't create double-dollar names in c.freshNameEugene Burmako2014-03-181-1/+2
* Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-231-2/+2
|\
| * SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-191-2/+2
* | more clean up in the macro engineEugene Burmako2014-02-211-14/+3
* | prohibits polymorphic bundlesEugene Burmako2014-02-211-1/+1
* | minor code cleanup in the macro engineEugene Burmako2014-02-212-3/+3
* | SI-8316 SI-8318 SI-8248 reintroduces resetAllAttrsEugene Burmako2014-02-201-1/+9
* | reverses SI-6484Eugene Burmako2014-02-181-24/+2
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-165-316/+364
|\|
| * Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-164-306/+357
| |\
| | * SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-134-306/+357
| * | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-161-10/+6
| |\ \
| | * | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-10/+6
| | |/
* | | upgrades typingTransformEugene Burmako2014-02-151-0/+6
* | | renames some methods in ReificationSupportEugene Burmako2014-02-152-11/+11
* | | addresses pull request feedbackEugene Burmako2014-02-153-1/+3
* | | some renamingsEugene Burmako2014-02-151-1/+1
* | | adds internal.typingTransformEugene Burmako2014-02-141-1/+31
* | | introduces c.internalEugene Burmako2014-02-142-1/+11
* | | adds Context.enclosingOwnerEugene Burmako2014-02-141-0/+1