summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-1017-41/+94
* 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
|\ \ \
| * | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-078-35/+254
| * | | Use more specific return type for SyntacticFunctionDenys Shabalin2014-02-072-7/+4
|/ / /
* | | Merge pull request #3477 from densh/topic/syntactic-empty-type-treeEugene Burmako2014-02-077-13/+38
|\ \ \
| * | | Better comment for SyntacticEmptyTypeTreeDenys Shabalin2014-02-071-3/+6
| * | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-077-4/+30
| * | | 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-063-20/+26
|\ \ \ \
| * | | | Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-063-21/+27
* | | | | Merge pull request #3474 from soc/topic/osgi-feature-warningsEugene Burmako2014-02-062-3/+5
|\ \ \ \ \
| * | | | | Fix feature warnings in test.osgi.compSimon Ochsenreither2014-02-062-3/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #3458 from densh/si/8173Eugene Burmako2014-02-0610-87/+164
|\ \ \ \ \
| * | | | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-0210-87/+164
* | | | | | Merge pull request #3395 from adriaanm/dist-cleanupJason Zaugg2014-02-0610-101/+2
|\ \ \ \ \ \
| * | | | | | Remove cruft from pom.Adriaan Moors2014-01-219-100/+1
| * | | | | | Scaladoc jars should go to /api.Adriaan Moors2014-01-211-1/+1
* | | | | | | Merge pull request #3469 from adriaanm/t8239Jason Zaugg2014-02-061-2/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-8239 don't loop forever in ContextTrees.locateContextTreeAdriaan Moors2014-02-051-2/+14
* | | | | | | Merge pull request #3473 from gkossakowski/update-eclipse-filesAdriaan Moors2014-02-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add repl as dependency of test-junit Eclipse project.Grzegorz Kossakowski2014-02-061-0/+1
* | | | | | | | Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-056-22/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid work in GenICode#run when inactive.Jason Zaugg2014-01-311-2/+4
| * | | | | | | | Optimization in UncurryJason Zaugg2014-01-311-2/+1
| * | | | | | | | Avoid needless Name creationJason Zaugg2014-01-313-15/+30
| * | | | | | | | Optimize generic signatures utility method `dotCleanup`Jason Zaugg2014-01-311-3/+14
* | | | | | | | | Merge pull request #3457 from retronym/ticket/8228Adriaan Moors2014-02-053-0/+12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | SI-8228 Avoid infinite loop with erroneous code, overloadingJason Zaugg2014-02-023-0/+12
* | | | | | | | | Merge pull request #3432 from havocp/patch-1Adriaan Moors2014-02-051-2/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve ExecutionContext implicitNotFound and docsHavoc Pennington2014-01-311-2/+38
* | | | | | | | | | Merge pull request #3453 from Ichoran/issue/4997Adriaan Moors2014-02-052-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-4997 deprecate StringLike.linesIterator for StringLike.linesRex Kerr2014-01-312-1/+2
* | | | | | | | | | | Merge pull request #3462 from retronym/ticket/8233Adriaan Moors2014-02-054-2/+49
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-054-2/+49
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-053-5/+84
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | | | | | | | | | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-223-5/+68
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |