summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Force several tests to run using inline delambdafication.James Iry2013-11-069-2/+9
* Create test variants where delambdafication alters signatures.James Iry2013-11-0610-2/+142
* Make specialization aware of anonymous functions.James Iry2013-11-062-0/+18
* Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-062-0/+15
* Flesh out the Delambdafy phase.James Iry2013-11-066-0/+50
* Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-068-0/+156
* Add a skeletal Delambdafy phase.James Iry2013-11-017-47/+54
* Make future-spec tests not spawn threads in constructors.James Iry2013-11-014-6/+6
* 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-299-9/+68
|\ \
| * | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-289-9/+68
* | | 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