summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-161-0/+13
|\
| * SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+13
* | Update comment.Jason Zaugg2012-11-131-1/+2
* | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-131-25/+59
* | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-101-18/+27
|/
* Merge pull request #1566 from densh/topic/asSeenFrom-exampleJosh Suereth2012-11-041-4/+20
|\
| * Fixes example in Type.asSeenFromDen Shabalin2012-11-031-4/+20
* | Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-0455-56/+55
|\ \ | |/ |/|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0255-56/+55
* | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-021-0/+8
* | SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-0226-194/+227
* | Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-0237-56/+162
* | Remove implementation details from Position (they are still under reflection....Hubert Plociniczak2012-11-021-29/+2
|/
* SI-6556 no assert for surprising ctor result typeMartin Odersky2012-10-301-1/+13
* Fix SI-6552, regression with self types.Paul Phillips2012-10-211-3/+5
* Changes Tree and Type members from vals to defs.Paul Phillips2012-10-132-115/+115
* JavaUniverseVlad Ureche2012-10-111-2/+1
* Moved @contentDiagram in SymbolsVlad Ureche2012-10-111-2/+2
* Adds lots of new documentation for TypeTags, Mirrors, Universes and moreHeather Miller2012-10-1119-342/+621
* runtime.JavaUniverse - put ungrouped members at the topVlad Ureche2012-10-112-2/+4
* Forgotten annotation in AnnotationsVlad Ureche2012-10-111-1/+1
* Diagram tweakingVlad Ureche2012-10-1113-7/+29
* Grouping for reflection and macrosVlad Ureche2012-10-1124-251/+1046
* fixes a typoEugene Burmako2012-10-111-1/+1
* scala.reflect.api.Symbols documentationVlad Ureche2012-10-111-50/+330
* Symbols docs cleanup, mostly moved to guideingoem2012-10-111-198/+32
* scala.reflect.api.Position documentationVlad Ureche2012-10-113-61/+50
* scala.reflect.api.StandardNames documentationVlad Ureche2012-10-113-11/+27
* scala.reflect.api.Constants documentationVlad Ureche2012-10-112-82/+124
* removed docs for internal TypeCreator and TreeCreatorChristopher Vogt2012-10-112-37/+5
* simplified reflection docs for treesChristopher Vogt2012-10-111-216/+28
* Rearranged some reflection docs, moving things to the guideingoem2012-10-1111-437/+86
* reflection docs improvements and moves to doc pageChristopher Vogt2012-10-114-234/+20
* docs for reflection and macrosEugene Burmako2012-10-1140-385/+3051
* Fix for SI-6499, regression in type inference.Paul Phillips2012-10-101-7/+29
* Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-0931-166/+117
|\
| * removes strongly-typed Constant.value wrappersEugene Burmako2012-10-081-12/+0
| * upgrades showRawEugene Burmako2012-10-041-18/+29
| * introduces api.JavaMirrorsEugene Burmako2012-10-042-12/+17
| * moves Attachments from api to macrosEugene Burmako2012-10-045-9/+18
| * introduces macros.package.scalaEugene Burmako2012-10-041-0/+4
| * removes extraneous methods from api.StandardNamesEugene Burmako2012-10-041-2/+0
| * removes extraneous methods from api.StandardDefinitionsEugene Burmako2012-10-041-11/+0
| * removes extraneous methods from api.TreesEugene Burmako2012-10-031-3/+0
| * hides internal methods of api.PrintersEugene Burmako2012-10-031-3/+3
| * removes extraneous methods from api.MirrorsEugene Burmako2012-10-032-41/+1
| * removes extraneous methods from api.ScopesEugene Burmako2012-10-031-10/+4
| * removes extraneous indirection from FlagValuesEugene Burmako2012-10-032-5/+1
| * removes extraneous methods from api.ConstantsEugene Burmako2012-10-031-3/+0
| * removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-032-10/+2