summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1087 from hubertp/2.10.x-issue/5687Adriaan Moors2012-08-081-1/+9
|\
| * Fixes SI-5687.Hubert Plociniczak2012-08-081-1/+9
* | Merge pull request #1079 from scalamacros/ticket/5947Adriaan Moors2012-08-082-25/+41
|\ \
| * | SI-5947 works around getDeclaredClassesEugene Burmako2012-08-082-9/+29
| * | SI-5498 completes ModuleMirror.instanceEugene Burmako2012-08-072-18/+14
* | | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-072-2/+2
|/ /
* | Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-073-30/+165
|\ \
| * | accommodates Martin's commentsEugene Burmako2012-08-072-5/+3
| * | SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-3/+9
| * | mirrors now support overriden fields and methodsEugene Burmako2012-08-062-1/+21
| * | sanity check for reflectConstructorEugene Burmako2012-08-061-2/+7
| * | SI-6181 method mirrors now support by-name argsEugene Burmako2012-08-061-0/+10
| * | SI-6179 mirrors now work with value classesEugene Burmako2012-08-063-34/+52
| * | SI-6178 reflective invocation of magic symbolsEugene Burmako2012-08-061-16/+94
* | | Merge pull request #1072 from adriaanm/copyrightJosh Suereth2012-08-0748-49/+49
|\ \ \
| * | | update and normalize copyright noticeAdriaan Moors2012-08-0748-49/+49
| |/ /
* / / Fix for SI-4945, repl hang on -i input.Paul Phillips2012-08-062-17/+27
|/ /
* | Merge pull request #1050 from scalamacros/topic/better-error-messagesJosh Suereth2012-08-061-0/+3
|\ \
| * | better error messages for Symbol.asXXX methodsEugene Burmako2012-08-061-0/+3
* | | Merge pull request #1061 from scalamacros/topic/sbt-compatJosh Suereth2012-08-061-0/+3
|\ \ \
| * | | compatibility stub for SBT 0.12.0Eugene Burmako2012-08-061-0/+3
* | | | Merge pull request #1047 from scalamacros/topic/moar-symbol-testsJosh Suereth2012-08-062-0/+46
|\ \ \ \ | |/ / / |/| | |
| * | | adds more tests for api.SymbolsEugene Burmako2012-08-062-0/+46
| |/ /
* | | Merge pull request #1045 from scalamacros/ticket/6175Josh Suereth2012-08-061-1/+10
|\ \ \
| * | | SI-6175 reflect over classes with symbolic namesEugene Burmako2012-08-031-1/+10
* | | | Merge pull request #1049 from paulp/uniques-per-runAdriaan Moors2012-08-052-1/+2
|\ \ \ \
| * | | | Clear uniques via perRunCaches.Paul Phillips2012-08-042-1/+2
| | |/ / | |/| |
* | | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-051-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-281-3/+0
* | | | Merge pull request #982 from adriaanm/ticket-wolfcryJosh Suereth2012-08-032-3/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | use hasAllFlags to detect gadt skolemsAdriaan Moors2012-07-241-3/+9
| * | | move synthetic case symbol detection to treeInfoAdriaan Moors2012-07-241-0/+10
* | | | first stab at serialization of exprs and tagsEugene Burmako2012-08-021-1/+0
* | | | moves Expr from api to baseEugene Burmako2012-08-024-118/+8
* | | | evicts last traces of makro from our codebaseEugene Burmako2012-08-021-5/+0
* | | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0223-27/+32
* | | | prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-023-8/+3
* | | | more refinements of reflection APIEugene Burmako2012-08-026-70/+129
* | | | SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-021-1/+31
* | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-029-77/+58
* | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-025-95/+109
* | | | navigation between fields and accessorsEugene Burmako2012-08-023-1/+15
* | | | moves most of symbol tests in API to descendantsEugene Burmako2012-08-021-73/+61
* | | | simplifies flag APIEugene Burmako2012-08-025-37/+7
* | | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-025-40/+69
| |_|/ |/| |
* | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-023-22/+22
|\ \ \
| * | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-313-22/+22
* | | | Merge pull request #1024 from paulp/topic/type-printingJosh Suereth2012-07-311-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed maddening "..." lately in printed types.Paul Phillips2012-07-301-2/+8
* | | | Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-301-4/+2
|\ \ \ \