summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-301-4/+2
| |/ / /
* | | | Merge pull request #960 from clhodapp/remove-resolve-overloadedJosh Suereth2012-07-302-300/+0
|\ \ \ \
| * | | | Removed resolveOverloadedclhodapp2012-07-302-300/+0
| |/ / /
* / / / Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-6/+8
|/ / /
* | | Merge pull request #997 from dragos/ide/range-positions-in-script-sourcesJosh Suereth2012-07-291-1/+1
|\ \ \
| * | | `ScriptSourceFile` should not hard-code `OffsetPosition`.Iulian Dragos2012-07-261-1/+1
* | | | Merge pull request #988 from paulp/issue/4560Josh Suereth2012-07-291-5/+3
|\ \ \ \
| * | | | Revert "tentative fix for RC5 lift build problem."Johannes Rudolph2012-07-241-5/+3
* | | | | Merge pull request #991 from adriaanm/ticket-5958Paul Phillips2012-07-281-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-5958 This deserves a stable typeAdriaan Moors2012-07-261-0/+2
| | |/ / | |/| |
* / | | Eliminated all the current feature warnings.Paul Phillips2012-07-2711-22/+25
|/ / /
* | | Merge pull request #986 from scalamacros/ticket/6075Adriaan Moors2012-07-253-146/+10
|\ \ \
| * | | SI-6075 cleans up api.StandardNamesEugene Burmako2012-07-243-146/+10
| | |/ | |/|
* | | Merge pull request #985 from scalamacros/ticket/6112Adriaan Moors2012-07-252-2/+10
|\ \ \
| * | | SI-6112 exposes symbol mutators in macro universeEugene Burmako2012-07-242-2/+10
| |/ /
* | / hotfix for TwoWayCacheEugene Burmako2012-07-251-3/+3
| |/ |/|