summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #3060 from harrah/t7519-bJason Zaugg2013-10-233-0/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7519: Additional test case covering sbt/sbt#914Mark Harrah2013-10-203-0/+28
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3057 from xeno-by/topic/fancy-java-classesJason Zaugg2013-10-233-0/+37
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-193-0/+37
* | | | | | | | | temporarily disables run/reflection-sync-subtypesEugene Burmako2013-10-232-0/+0
* | | | | | | | | Merge pull request #3047 from xeno-by/topic/deprecateEugene Burmako2013-10-2253-139/+149
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | changes some manual tree constructions in macro tests to quasiquotesEugene Burmako2013-10-1834-100/+85
| * | | | | | | | deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-1841-89/+114
* | | | | | | | | Moving disabled tests to their rightful home.Jason Zaugg2013-10-214-0/+0
* | | | | | | | | Platform independence for SI-6240 test caseJason Zaugg2013-10-202-4/+4
* | | | | | | | | hotfix for reflection tests on WindowsEugene Burmako2013-10-202-2/+0
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-1912-15/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | use concurrent hash map with atomic integersDen Shabalin2013-10-181-1/+1
| * | | | | | | | re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-181-0/+2
| * | | | | | | | eliminate isCaseDefEnd override by moving the logic into stock parserDen Shabalin2013-10-181-1/+1
| * | | | | | | | make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-3/+2
| * | | | | | | | advanced fresh name reificationDen Shabalin2013-10-182-2/+32
| * | | | | | | | use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-141-4/+1
| * | | | | | | | minor changes due to typosDen Shabalin2013-10-141-1/+1
| * | | | | | | | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-145-2/+93
| * | | | | | | | harden test case to avoid parsing failure when name is keywordDen Shabalin2013-10-141-1/+3
* | | | | | | | | Merge pull request #3051 from retronym/merge/2.10.x-to-master-4Grzegorz Kossakowski2013-10-198-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-4Jason Zaugg2013-10-188-0/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Disable tests for SI-7020Jason Zaugg2013-10-173-0/+0
| | * | | | | | | Disable flaky presentation compiler test.Jason Zaugg2013-10-175-0/+0
* | | | | | | | | pull request feedbackEugene Burmako2013-10-184-2002/+3
* | | | | | | | | runtime reflection: death from thousand threadsEugene Burmako2013-10-184-0/+2051
* | | | | | | | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-10-182-0/+14
* | | | | | | | | optimizes Scala reflection GILEugene Burmako2013-10-181-0/+0
* | | | | | | | | tests for fancy classloader configurationsEugene Burmako2013-10-189-0/+137
* | | | | | | | | eagerly initializes lazy vals and objects in runtime reflectionJason Zaugg2013-10-181-0/+82
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3030 from xeno-by/topic/fundep-viewsEugene Burmako2013-10-1828-19/+313
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-1128-19/+313
* | | | | | | | Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-185-4/+35
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-165-4/+35
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge pull request #2985 from retronym/ticket/7783Jason Zaugg2013-10-035-10/+33
| | |\ \ \ \ \ \
| | | * | | | | | SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-275-10/+33
* | | | | | | | | Merge pull request #3048 from adriaanm/sammy_testsJason Zaugg2013-10-183-0/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Test cases for SAM restrictions.Jason Zaugg2013-10-173-0/+95
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-181-0/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-0/+7
* | | | | | | | | Merge pull request #3016 from xeno-by/topic/vampiresJason Zaugg2013-10-154-0/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | no longer warns on calls to vampire macrosEugene Burmako2013-10-044-0/+61
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-1415-3/+154
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1449-83/+292
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Single Abstract Method support: java8 testAdriaan Moors2013-10-084-1/+37
| * | | | | | | | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-082-0/+10
| * | | | | | | | | Don't pursue SAM translation after an arity mismatch.Jason Zaugg2013-10-083-0/+75
| * | | | | | | | | Single Abstract Method support: synthesize SAMsAdriaan Moors2013-10-047-2/+32
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3038 from retronym/topic/by-name-revertGrzegorz Kossakowski2013-10-143-0/+26
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |