summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-312-18/+22
* | | | Merge pull request #3476 from retronym/ticket/8207Adriaan Moors2014-02-091-2/+8
|\ \ \ \
| * | | | SI-8207 Allow import qualified by self referenceJason Zaugg2014-02-061-2/+8
* | | | | 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-091-2/+49
|\ \ \ \ \ \
| * | | | | | 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-051-2/+43
* | | | | | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-092-5/+27
|\ \ \ \ \ \ \
| * | | | | | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-092-5/+27
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3488 from retronym/ticket/8245Grzegorz Kossakowski2014-02-091-1/+3
|\ \ \ \ \ \ \
| * | | | | | | SI-8245 Fix regression in interplay between lazy val, returnJason Zaugg2014-02-081-1/+3
| |/ / / / / /
* | | | | | | Merge pull request #3371 from Ichoran/issue/8154Grzegorz Kossakowski2014-02-091-15/+12
|\ \ \ \ \ \ \
| * | | | | | | SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-15/+12
* | | | | | | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-0916-84/+55
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-079-17/+17
| * | | | | | | 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-0712-35/+12
* | | | | | | | Merge pull request #3420 from som-snytt/issue/8092-f-parsingEugene Burmako2014-02-093-174/+332
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8092 Review cleanup, no qqSom Snytt2014-02-081-4/+20
| * | | | | | | | SI-8092 Refactor f-interpSom Snytt2014-02-043-299/+316
| * | | | | | | | SI-8092 More verify for f-interpolatorSom Snytt2014-01-281-137/+262
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-0812-143/+249
|\ \ \ \ \ \ \ \
| * | | | | | | | turns off the gilSynchronizedIfNotInited optimizationEugene Burmako2014-02-011-2/+4
| * | | | | | | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-2110-118/+224
| * | | | | | | | 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
* | | | | | | | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-075-21/+172
* | | | | | | | | Use more specific return type for SyntacticFunctionDenys Shabalin2014-02-072-7/+4
* | | | | | | | | Better comment for SyntacticEmptyTypeTreeDenys Shabalin2014-02-071-3/+6
* | | | | | | | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-074-2/+15
* | | | | | | | | Rename EmptyTypTree into SyntacticEmptyTypeTreeDenys Shabalin2014-02-071-11/+7
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3479 from adriaanm/eclipseAdriaan Moors2014-02-061-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix partest-extras eclipse project dependenciesAdriaan Moors2014-02-051-1/+1
* | | | | | | | Merge pull request #3475 from densh/topic/holemap-orderingEugene Burmako2014-02-062-20/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-062-21/+22
* | | | | | | | | Merge pull request #3458 from densh/si/8173Eugene Burmako2014-02-063-40/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-023-40/+53
* | | | | | | | | | Merge pull request #3395 from adriaanm/dist-cleanupJason Zaugg2014-02-069-100/+1
|\ \ \ \ \ \ \ \ \ \