summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-7475 Private members are not inheritableJason Zaugg2014-02-1021-47/+147
* SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-103-3/+2
* SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-101-0/+0
* SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-1014-55/+59
* SI-8219 Pending test to show suspicous overload in == in AnyRefJason Zaugg2014-02-101-0/+6
* SI-8219 Pending test case for unpositioned implicit errorJason Zaugg2014-02-101-0/+36
* Merge pull request #3480 from paulp/pr/publicize-abstract-starGrzegorz Kossakowski2014-02-103-0/+191
|\
| * SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-063-0/+191
* | Merge pull request #3428 from retronym/ticket/6260Grzegorz Kossakowski2014-02-1015-20/+67
|\ \
| * | SI-6260 Adddress pull request reviewJason Zaugg2014-02-101-1/+1
| * | SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-1015-20/+67
* | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-106-0/+45
|\ \ \
| * | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-246-0/+45
* | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-108-1/+214
|\ \ \ \
| * | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-253-1/+23
| * | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-255-1/+14
| * | | | updates the test for by-name value class parametersEugene Burmako2014-01-242-0/+24
| * | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-243-0/+154
| |/ / /
* | | | Merge pull request #3433 from rjolly/si-7933Adriaan Moors2014-02-095-18/+21
|\ \ \ \
| * | | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-315-18/+21
* | | | | Merge pull request #3476 from retronym/ticket/8207Adriaan Moors2014-02-093-0/+16
|\ \ \ \ \
| * | | | | SI-8207 Allow import qualified by self referenceJason Zaugg2014-02-063-0/+16
* | | | | | Merge pull request #3471 from adriaanm/t6169Adriaan Moors2014-02-098-0/+38
|\ \ \ \ \ \
| * | | | | | SI-6169 Refine java wildcard bounds using corresponding tparamAdriaan Moors2014-02-058-0/+38
* | | | | | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-096-2/+83
|\ \ \ \ \ \ \
| * | | | | | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-096-2/+83
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3488 from retronym/ticket/8245Grzegorz Kossakowski2014-02-091-0/+14
|\ \ \ \ \ \ \
| * | | | | | | SI-8245 Fix regression in interplay between lazy val, returnJason Zaugg2014-02-081-0/+14
| |/ / / / / /
* | | | | | | Merge pull request #3371 from Ichoran/issue/8154Grzegorz Kossakowski2014-02-091-1/+20
|\ \ \ \ \ \ \
| * | | | | | | SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-1/+20
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-098-8/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-075-5/+5
| * | | | | | further limits discoverability of resetAttrsEugene Burmako2014-02-073-3/+3
| |/ / / / /
* | | | | | Merge pull request #3420 from som-snytt/issue/8092-f-parsingEugene Burmako2014-02-095-20/+187
|\ \ \ \ \ \
| * | | | | | SI-8092 Refactor f-interpSom Snytt2014-02-042-1/+7
| * | | | | | SI-8092 More verify for f-interpolatorSom Snytt2014-01-285-20/+181
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-081-1/+1
|\ \ \ \ \ \
| * | | | | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-0/+0
| * | | | | | removes non-determinism in reflection-sync-potpourriEugene Burmako2014-01-211-1/+1
* | | | | | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-073-14/+82
* | | | | | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-073-2/+15
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #3475 from densh/topic/holemap-orderingEugene Burmako2014-02-061-0/+5
|\ \ \ \ \ \
| * | | | | | Fix inconsistent binding in patterns with 10+ holesDenys Shabalin2014-02-061-0/+5
* | | | | | | 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-067-47/+111
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-027-47/+111
* | | | | | | | Merge pull request #3457 from retronym/ticket/8228Adriaan Moors2014-02-052-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8228 Avoid infinite loop with erroneous code, overloadingJason Zaugg2014-02-022-0/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3453 from Ichoran/issue/4997Adriaan Moors2014-02-051-1/+1
|\ \ \ \ \ \ \ \