summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-011-0/+8
|\
| * Make LookupNotFound a case object.Paul Phillips2012-10-291-0/+8
* | Fix performance bug in GenASM.Paul Phillips2012-10-311-1/+3
* | Minor tweaks to logging approach.Paul Phillips2012-10-311-2/+3
* | silences optional logs in reflectionEugene Burmako2012-10-311-1/+1
* | Merge pull request #1548 from paulp/fix-checkinitJosh Suereth2012-10-312-1/+6
|\ \
| * | Fix for -Xcheckinit failures.Paul Phillips2012-10-312-1/+6
| |/
* | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-313-119/+121
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-313-118/+120
| |\
| | * 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
| * | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-181-24/+19
| * | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-6/+12
| |/
* | Merge pull request #1468 from paulp/issue/6482Adriaan Moors2012-10-221-0/+11
|\ \
| * | A little more housecleaning in ExtensionMethods.Paul Phillips2012-10-061-0/+6
| * | Incorporated pull request feedback.Paul Phillips2012-10-061-0/+5
* | | Merge pull request #1512 from paulp/merge-210Adriaan Moors2012-10-2257-947/+4059
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-1957-947/+4059
| |\ \ \ | | | |/ | | |/|
| | * | 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