summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6931 cleans up the position APIEugene Burmako2014-02-144-96/+115
* SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-144-17/+69
* SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-144-26/+112
* ValOrDefDef.name is now TermNameEugene Burmako2014-02-142-2/+2
* sane semantics for Symbols.companionSymbolEugene Burmako2014-02-142-0/+18
* adds Type.companionTypeEugene Burmako2014-02-142-0/+13
* 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-142-15/+52
* adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-143-53/+38
* SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-143-0/+13
* SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-145-5/+55
* SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-143-6/+19
* SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-142-0/+10
* additional class tags for reflection APIEugene Burmako2014-02-147-3/+24
* SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-1413-96/+126
* 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-141-1/+1
* proceeds with the quest of removing `local` from namesEugene Burmako2014-02-126-48/+52
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1218-49/+51
* SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-123-10/+17
* SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-122-0/+9
* SI-6565 Adds missing flag values to reflection APIEugene Burmako2014-02-123-17/+78
* Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-114-201/+298
|\
| * SI-7475 Address review comments in FindMembersJason Zaugg2014-02-101-7/+10
| * SI-7475 Private members are not inheritableJason Zaugg2014-02-104-57/+56
| * SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-102-168/+27
| * SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-102-4/+240
* | Merge pull request #3509 from adriaanm/revert-t1786Adriaan Moors2014-02-111-16/+6
|\ \
| * | Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-111-16/+6
* | | 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 #3495 from xeno-by/ticket/8209Jason Zaugg2014-02-111-3/+5
|\ \
| * | changes the order of whitebox typechecks. yes, again.Eugene Burmako2014-02-091-3/+5
* | | Tweak parser entry point for pqDenys Shabalin2014-02-112-2/+2
* | | 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
* | | | SI-8167 readLine shold flush output before reading inputJason Zaugg2014-02-111-1/+2
| |_|/ |/| |
* | | Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-104-7/+16
|\ \ \
| * | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-102-2/+4
| * | | SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-102-5/+12
* | | | 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-1012-14/+14
|\ \ \ \
| * | | | SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-0612-14/+14
* | | | | 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
* | | | | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-107-7/+16
|\ \ \ \ \ \