summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimation: use AnyRefMap in GenASM javaName cachesJason Zaugg2014-02-092-2/+4
| * | | | | | | | Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-095-5/+12
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3428 from retronym/ticket/6260Grzegorz Kossakowski2014-02-102-21/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6260 Adddress pull request reviewJason Zaugg2014-02-102-3/+12
| * | | | | | | | SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-102-21/+27
| |/ / / / / / /
* | | | | | | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-102-11/+45
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | addresses pull request feedbackEugene Burmako2014-02-061-2/+1
| * | | | | | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-242-11/+46
* | | | | | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-109-107/+193
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-251-41/+66
| * | | | | | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-251-40/+51
| * | | | | | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-249-26/+76
| |/ / / / / / /
* | | | | | | | Merge pull request #3487 from andy128k/masterAdriaan Moors2014-02-091-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | fix typoAndrey Kutejko2014-02-071-1/+1
* | | | | | | | Merge pull request #3433 from rjolly/si-7933Adriaan Moors2014-02-092-18/+22
|\ \ \ \ \ \ \ \