summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/macros
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-285-42/+42
* General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+0
* Apply some static code analysis recommendationsJanek Bogucki2015-11-261-1/+1
* Update links to docs, codehaus and citeseerJanek Bogucki2015-09-043-4/+4
* Fix 23 typos (m-o)Janek Bogucki2015-06-281-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
* Merge pull request #4089 from gourlaysama/wip/t6626-scaladoc-throws-linksVlad Ureche2014-11-052-4/+4
|\
| * cleanup @throws tags in library and reflectAntoine Gourlay2014-11-052-4/+4
* | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-2/+0
|/
* relaxes attachment-matching rulesEugene Burmako2014-07-101-1/+1
* reverses SI-6484Eugene Burmako2014-02-181-11/+1
* updates deprecation hints in compatEugene Burmako2014-02-151-18/+18
* some extension methods that I forgot to exposeEugene Burmako2014-02-151-0/+12
* exposes scope mutation APIsEugene Burmako2014-02-151-0/+23
* SI-6785 exposes Symbol.flags, setFlag and resetFlagEugene Burmako2014-02-151-0/+12
* exposes Symbol.setOwnerEugene Burmako2014-02-151-0/+6
* makes internal.decorators signatures workEugene Burmako2014-02-151-16/+17
* upgrades typingTransformEugene Burmako2014-02-151-0/+9
* exposes additional TreeGen methodsEugene Burmako2014-02-151-0/+10
* provides extension methods for internalEugene Burmako2014-02-151-1/+64
* moves Symbol.pos to public APIEugene Burmako2014-02-151-7/+0
* addresses pull request feedbackEugene Burmako2014-02-154-8/+12
* some renamingsEugene Burmako2014-02-151-5/+5
* adds internal.subpatternsEugene Burmako2014-02-141-0/+5
* adds internal.typingTransformEugene Burmako2014-02-141-0/+47
* introduces c.internalEugene Burmako2014-02-142-1/+20
* adds internal.changeOwnerEugene Burmako2014-02-141-0/+16
* adds Context.enclosingOwnerEugene Burmako2014-02-141-1/+7
* reflection API compatibility with 2.10.xEugene Burmako2014-02-141-0/+109
* establishes scala.reflect.api#internalEugene Burmako2014-02-143-221/+113
* SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-141-3/+31
* SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-141-0/+5
* SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-141-1/+11
* renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-1/+1
* further limits discoverability of resetAttrsEugene Burmako2014-02-073-11/+6
* Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-011-1/+4
* SI-6879 improves Context.freshNameEugene Burmako2014-01-221-11/+29
* Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-211-6/+20
|\
| * deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-211-6/+20
* | deprecates c.enclosingTree-style APIsEugene Burmako2014-01-163-5/+51
* | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-122-80/+0
* | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-1215-62/+72
|/
* Removes unnecessary generality in the macro engineEugene Burmako2014-01-081-13/+0
* typeCheck => typecheckEugene Burmako2013-12-101-3/+9
* undeprecates c.parseEugene Burmako2013-12-061-3/+0
* Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-1315-83/+175
|\
| * blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-123-33/+33
| * blackbox and whitebox macrosEugene Burmako2013-11-1215-50/+142
* | re-implement hasAttachment directly in raw attachmentsDen Shabalin2013-11-121-0/+4
|/