summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | establishes scala.reflect.api#internalEugene Burmako2014-02-144-31/+31
* | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+1
|\| |
| * | SI-8177 tidy up in type reificationEugene Burmako2014-02-141-3/+1
| * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-132-2/+4
| |/
* | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-141-4/+7
* | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-13/+4
* | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-142-2/+28
* | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-125-8/+8
|/
* renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-072-3/+3
* does away with resetAllAttrs in the reifierEugene Burmako2014-02-071-10/+2
* further limits discoverability of resetAttrsEugene Burmako2014-02-073-4/+2
* Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-221-6/+22
|\
| * SI-6879 improves Context.freshNameEugene Burmako2014-01-221-6/+22
* | an optimization for c.evalEugene Burmako2014-01-221-2/+7
|/