summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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-1017-41/+103
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6260 Adddress pull request reviewJason Zaugg2014-02-103-4/+13
| * | | | | | | | SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-1017-41/+94
| |/ / / / / / /
* | | | | | | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-108-11/+90
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | addresses pull request feedbackEugene Burmako2014-02-061-2/+1
| * | | | | | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-248-11/+91
* | | | | | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-1017-108/+407
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-254-42/+89
| * | | | | | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-256-41/+65
| * | | | | | | | updates the test for by-name value class parametersEugene Burmako2014-01-242-0/+24
| * | | | | | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-2412-26/+230
| |/ / / / / / /
* | | | | | | | 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-097-36/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-317-36/+43
* | | | | | | | | Merge pull request #3476 from retronym/ticket/8207Adriaan Moors2014-02-094-2/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8207 Allow import qualified by self referenceJason Zaugg2014-02-064-2/+24
* | | | | | | | | | Merge pull request #3470 from demobox/si-8215-follow-upAdriaan Moors2014-02-091-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8215: Correcting typo and splitting a long sentence in MatchIterator docAndrew Phillips2014-02-051-3/+4
* | | | | | | | | | | Merge pull request #3471 from adriaanm/t6169Adriaan Moors2014-02-099-2/+87
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-6169 initialize before .typeParams -- just in caseAdriaan Moors2014-02-051-1/+1
| * | | | | | | | | | | SI-6169 more accurate check for raw java type encoded as existentialAdriaan Moors2014-02-051-1/+7
| * | | | | | | | | | | SI-6169 Refine java wildcard bounds using corresponding tparamAdriaan Moors2014-02-059-2/+81
* | | | | | | | | | | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-098-7/+110
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-098-7/+110
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3488 from retronym/ticket/8245Grzegorz Kossakowski2014-02-092-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-8245 Fix regression in interplay between lazy val, returnJason Zaugg2014-02-082-1/+17
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3371 from Ichoran/issue/8154Grzegorz Kossakowski2014-02-092-16/+32
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-092-16/+32
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-0924-92/+63
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-0714-22/+22
| * | | | | | | | | | SI-8248 kills resetAllAttrsEugene Burmako2014-02-071-26/+27
| * | | | | | | | | | does away with resetAllAttrs in typedLabelDefEugene Burmako2014-02-071-1/+2
| * | | | | | | | | | does away with resetAllAttrs in the reifierEugene Burmako2014-02-071-10/+2
| * | | | | | | | | | further limits discoverability of resetAttrsEugene Burmako2014-02-0715-38/+15
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3420 from som-snytt/issue/8092-f-parsingEugene Burmako2014-02-098-194/+519
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8092 Review cleanup, no qqSom Snytt2014-02-081-4/+20
| * | | | | | | | | | SI-8092 Refactor f-interpSom Snytt2014-02-045-300/+323
| * | | | | | | | | | SI-8092 More verify for f-interpolatorSom Snytt2014-01-286-157/+443
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-0813-144/+250
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | turns off the gilSynchronizedIfNotInited optimizationEugene Burmako2014-02-011-2/+4
| * | | | | | | | | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-2111-118/+224
| * | | | | | | | | | removes non-determinism in reflection-sync-potpourriEugene Burmako2014-01-211-1/+1
| * | | | | | | | | | FromJavaClassCompleter is now flag-agnosticEugene Burmako2014-01-201-8/+10
| * | | | | | | | | | Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-205-18/+7
| * | | | | | | | | | a note about Symbol.typeSignatureEugene Burmako2014-01-201-0/+7
* | | | | | | | | | | Merge pull request #3468 from densh/topic/syntactic-importEugene Burmako2014-02-088-42/+258
|\ \ \ \ \ \ \ \ \ \ \