summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Add a great test case.Paul Phillips2014-02-112-0/+127
|/ / / / / /
* | | | | | Merge pull request #3495 from xeno-by/ticket/8209Jason Zaugg2014-02-116-0/+42
|\ \ \ \ \ \
| * | | | | | changes the order of whitebox typechecks. yes, again.Eugene Burmako2014-02-096-0/+42
| | |_|_|_|/ | |/| | | |
* | | | | | Tweak parser entry point for pqDenys Shabalin2014-02-112-1/+10
| |/ / / / |/| | | |
* | | | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-101-0/+49
* | | | | SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-1013-52/+49
* | | | | 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-107-1/+213
|\ \ \ \ \ \
| * | | | | | 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-242-0/+153
| |/ / / / /
* | | | | | Merge pull request #3433 from rjolly/si-7933Adriaan Moors2014-02-094-0/+23
|\ \ \ \ \ \
| * | | | | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-314-0/+23
* | | | | | | 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 #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-097-7/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-075-5/+5
| * | | | | | | further limits discoverability of resetAttrsEugene Burmako2014-02-072-2/+2
| |/ / / / / /
* | | | | | | 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-0/+32
|\ \ \ \ \ \ \
| * | | | | | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-0/+32
* | | | | | | | 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 #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
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-4997 deprecate StringLike.linesIterator for StringLike.linesRex Kerr2014-01-311-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3462 from retronym/ticket/8233Adriaan Moors2014-02-053-0/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-053-0/+37
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-052-0/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-222-0/+52