summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove orphaned check files and flags files.Jason Zaugg2013-10-275-16/+0
* Remove empty check files and flags files.Jason Zaugg2013-10-2759-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
* | Merge pull request #3077 from retronym/topic/phase-descAdriaan Moors2013-10-245-5/+5
|\ \
| * | Update description of explicitouter phase.Jason Zaugg2013-10-245-5/+5
* | | Merge pull request #3006 from ivmaykov/masterAdriaan Moors2013-10-241-0/+49
|\ \ \ | |/ / |/| |
| * | SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+49
* | | 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-4/+4
|\ \ \ \ \ \
| * | | | | | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-223-4/+4
* | | | | | | 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
| |_|_|/ / / / |/| | | | | |