summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | adds Type.companionTypeEugene Burmako2014-02-144-0/+47
* | | | | SI-8063 exposes much needed conveniences for TypeEugene Burmako2014-02-141-0/+67
* | | | | adds Type.typeArgsEugene Burmako2014-02-141-0/+15
* | | | | splits Type.normalize into dealias and etaExpandEugene Burmako2014-02-144-15/+74
* | | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-148-68/+149
* | | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-145-0/+34
* | | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-149-5/+101
* | | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-148-8/+148
* | | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-145-0/+72
* | | | | additional class tags for reflection APIEugene Burmako2014-02-1410-3/+48
* | | | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-1417-98/+526
* | | | | fixes indentation in Annotations.scalaEugene Burmako2014-02-141-4/+4
* | | | | does away with implicits in StandardLiftablesEugene Burmako2014-02-141-18/+20
* | | | | SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-143-1/+7
* | | | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-127-49/+53
* | | | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1218-49/+51
* | | | | SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-125-10/+79
* | | | | SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-124-0/+77
* | | | | SI-6565 Adds missing flag values to reflection APIEugene Burmako2014-02-123-17/+78
|/ / / /
* | | | Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-1128-251/+447
|\ \ \ \
| * | | | SI-7475 Address review comments in FindMembersJason Zaugg2014-02-101-7/+10
| * | | | SI-7475 Private members are not inheritableJason Zaugg2014-02-1025-104/+203
| * | | | SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-105-171/+29
| * | | | SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-102-4/+240
* | | | | Merge pull request #3509 from adriaanm/revert-t1786Adriaan Moors2014-02-114-16/+52
|\ \ \ \ \
| * | | | | Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-114-16/+52
| | |_|/ / | |/| | |
* | | | | Merge pull request #3454 from Ichoran/issue/5994Grzegorz Kossakowski2014-02-112-14/+36
|\ \ \ \ \
| * | | | | SI-5994 battling implicits for String.linesRex Kerr2014-02-102-14/+36
| | |/ / / | |/| | |
* | | | | Merge pull request #3508 from paulp/pr/great-testAdriaan Moors2014-02-112-0/+127
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a great test case.Paul Phillips2014-02-112-0/+127
|/ / / /
* | | | Merge pull request #3495 from xeno-by/ticket/8209Jason Zaugg2014-02-117-3/+47
|\ \ \ \
| * | | | changes the order of whitebox typechecks. yes, again.Eugene Burmako2014-02-097-3/+47
* | | | | Merge pull request #3505 from densh/topic/pq-entryEugene Burmako2014-02-114-3/+12
|\ \ \ \ \
| * | | | | Tweak parser entry point for pqDenys Shabalin2014-02-114-3/+12
|/ / / / /
* | | | | Merge pull request #3456 from soc/SI-8226Grzegorz Kossakowski2014-02-115-215/+233
|\ \ \ \ \
| * | | | | SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-105-215/+233
* | | | | | Merge pull request #3504 from gkossakowski/readline-flushGrzegorz Kossakowski2014-02-111-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-8167 readLine shold flush output before reading inputJason Zaugg2014-02-111-1/+2
|/ / / / /
* | | | | Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-1018-59/+114
|\ \ \ \ \
| * | | | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-103-2/+4
| * | | | | SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-1016-60/+71
| * | | | | SI-8219 Pending test to show suspicous overload in == in AnyRefJason Zaugg2014-02-101-0/+6
| * | | | | SI-8219 Pending test case for unpositioned implicit errorJason Zaugg2014-02-101-0/+36
* | | | | | Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-103-6/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Start the PC thread only after initialization of required symbols.Iulian Dragos2014-02-101-3/+12
| * | | | | SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-102-3/+21
* | | | | | Merge pull request #3480 from paulp/pr/publicize-abstract-starGrzegorz Kossakowski2014-02-1015-14/+205
|\ \ \ \ \ \
| * | | | | | SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-0615-14/+205
* | | | | | | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-102-0/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-092-0/+5