summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #1612 from scalamacros/topic/showrawEugene Burmako2012-11-151-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | sane printing of renamed importsEugene Burmako2012-11-131-2/+5
| |/ /
* | | Merge pull request #1585 from retronym/ticket/6539-2Eugene Burmako2012-11-143-0/+20
|\ \ \
| * | | Refine @compileTimeOnlyJason Zaugg2012-11-082-3/+3
| * | | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-063-0/+20
| |/ /
* | | Merge pull request #1583 from dragos/issue/fix-6616Adriaan Moors2012-11-133-0/+9
|\ \ \ | |/ / |/| |
| * | SI-6616 Check that unsafe operations are only called on the presentation comp...Iulian Dragos2012-11-063-0/+9
* | | Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-0590-333/+480
|\ \ \ | |/ / |/| / | |/
| * 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
* | 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
|/
* 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