summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-7944 FOUND: stray undetermined type params in vicinity of implicitsJason Zaugg2013-10-311-0/+24
* Merge pull request #3076 from soc/SI-7605-deprecate-proceduresJames Iry2013-10-293-0/+18
|\
| * SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-243-0/+18
* | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-298-9/+51
|\ \
| * | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-288-9/+51
* | | Remove orphaned check files and flags files.Jason Zaugg2013-10-275-16/+0
* | | Remove empty check files and flags files.Jason Zaugg2013-10-2754-0/+0
|/ /
* | Merge pull request #3073 from retronym/ticket/7928Jason Zaugg2013-10-251-0/+16
|\ \
| * | SI-7928 Favour module accessors symbols in rebindJason Zaugg2013-10-231-0/+16
* | | Update description of explicitouter phase.Jason Zaugg2013-10-245-5/+5
* | | Merge pull request #3026 from retronym/ticket/3871Jason Zaugg2013-10-234-0/+242
|\ \ \ | |_|/ |/| |
| * | SI-3871 Testing protected access against the specJason Zaugg2013-10-232-0/+224
| * | SI-3871 Missing test case for protected bug.Jason Zaugg2013-10-092-0/+18
* | | Merge pull request #3039 from huitseeker/filter-partest-JAVA_OPTIONSJason Zaugg2013-10-231-0/+3
|\ \ \
| * | | Filter JVM debug output for custom options in partestFrançois Garillot2013-10-151-0/+3
* | | | Merge pull request #3059 from densh/pull/si-6840Jason Zaugg2013-10-231-0/+9
|\ \ \ \
| * | | | SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-0/+9
* | | | | Merge pull request #3070 from xeno-by/topic/macro-impl-wrong-shapeJason Zaugg2013-10-238-1/+21
|\ \ \ \ \
| * | | | | better macro impl shape errorsEugene Burmako2013-10-238-1/+21
| |/ / / /
* | | | | Merge pull request #3068 from retronym/ticket/7020-3-1Jason Zaugg2013-10-233-0/+50
|\ \ \ \ \
| * | | | | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-223-0/+50
* | | | | | 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-20/+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-107/+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-1911-15/+134
|\ \ \ \ \
| * | | | | use concurrent hash map with atomic integersDen Shabalin2013-10-181-1/+1
| * | | | | 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-169/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-4Jason Zaugg2013-10-188-169/+0
| |\ \ \ \ \
| | * | | | | Disable tests for SI-7020Jason Zaugg2013-10-173-0/+0
| | * | | | | Disable flaky presentation compiler test.Jason Zaugg2013-10-175-161/+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