summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | SI-6615 junit testAdriaan Moors2014-01-131-0/+16
* | | | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-137-0/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-104-1/+34
| * | | | | | | | Pending test for SI-6161Jason Zaugg2013-12-091-0/+22
| * | | | | | | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-093-0/+55
* | | | | | | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-135-0/+121
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-275-0/+121
* | | | | | | | | Merge pull request #3351 from xeno-by/topic/fix-platform-dependent-testJason Zaugg2014-01-101-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixes run/macroPlugins-namerHooks.scalaEugene Burmako2014-01-101-3/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3350 from retronym/ticket/8131Jason Zaugg2014-01-101-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8131 Move test for reflection thread safety to pending.Jason Zaugg2014-01-101-0/+0
| |/ / / / / / / /
* | | | | | | | | SI-8135 Disabled flaky hyperlinking presentation compiler testMirco Dotta2014-01-103-0/+0
* | | | | | | | | Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-091-0/+41
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-291-0/+41
* | | | | | | | | Merge pull request #3342 from xeno-by/topic/pres-compiler-macrosJason Zaugg2014-01-0913-1/+94
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-086-4/+29
| * | | | | | | | | SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-086-0/+37
| * | | | | | | | | Test to show the bug with hyperlinking in macro argumentsJason Zaugg2014-01-083-0/+31
* | | | | | | | | | Merge pull request #3332 from xeno-by/topic/existential-type-treeJason Zaugg2014-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-1/+1
* | | | | | | | | | | Merge pull request #3149 from soc/SI-7974Jason Zaugg2014-01-093-0/+130
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7974 Clean up and test 'Symbol-handling code in CleanUpSimon Ochsenreither2014-01-033-0/+130
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-0916-2/+191
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-088-6/+85
| * | | | | | | | | | SI-4827 Test to demonstrate wrong position of constructor default argMirco Dotta2013-12-123-0/+19
| * | | | | | | | | | SI-4287 Added test demonstrating hyperlinking to constructor's argumentMirco Dotta2013-12-123-0/+24
| * | | | | | | | | | Presentation compiler hyperlinking on context bounds testMirco Dotta2013-12-123-0/+67
* | | | | | | | | | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-0834-2/+334
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-304-5/+5
| * | | | | | | | | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-3026-0/+274
| * | | | | | | | | | humane reporting of macro impl binding version errorsEugene Burmako2013-12-306-0/+58
| * | | | | | | | | | macroExpandApply => macroExpandEugene Burmako2013-12-302-2/+2
* | | | | | | | | | | Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-081-0/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-0/+9
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-081-0/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+18
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-083-170/+479
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Improved testing framework for sets and maps.Rex Kerr2013-12-263-170/+479
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-081-0/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-0/+29
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-083-0/+31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-073-0/+31
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3284 from soc/SI-7880Jason Zaugg2014-01-031-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-0/+7
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-031-20/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-091-20/+33
* | | | | | | | | | | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-0311-0/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use t- prefix instead of si- prefix for test filesDen Shabalin2013-12-169-0/+0
| * | | | | | | | | | | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-162-0/+38
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-0345-54/+54
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |