summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2198 from retronym/ticket/7215Paul Phillips2013-03-051-0/+6
|\
| * SI-7215 Fix transpose of an empty Array[Array[T]].Jason Zaugg2013-03-051-0/+6
* | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-054-0/+56
|\ \
| * | SI-7185 Avoid NPE in TreeInfo.isExprSafeToInlineJason Zaugg2013-03-024-0/+56
* | | Merge pull request #2178 from scalamacros/ticket/7190Paul Phillips2013-03-051-0/+26
|\ \ \
| * | | SI-7190 macros no longer give rise to bridgesEugene Burmako2013-02-271-0/+26
* | | | Merge pull request #2184 from adriaanm/revert-pr-2083Adriaan Moors2013-03-018-2071/+0
|\ \ \ \
| * | | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-018-2071/+0
| | |_|/ | |/| |
* | | | Merge pull request #2179 from adriaanm/merge-2.10.1Adriaan Moors2013-03-019-55/+119
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-279-55/+119
| |\ \ \
| | * \ \ Merge pull request #2160 from scalamacros/topic/7112-followup-2101v2.10.1-RC2Adriaan Moors2013-02-251-1/+1
| | |\ \ \
| | | * | | fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
| | * | | | SI-7180 Fix regression in implicit scope of HK type alias.Jason Zaugg2013-02-251-0/+13
| | |/ / /
| | * | | Merge pull request #2152 from retronym/topic/annotatedRetyping-2.10.1Adriaan Moors2013-02-214-0/+82
| | |\ \ \
| | | * | | Additional test case for Lukas' fix to annotated originals.Jason Zaugg2013-02-212-0/+14
| | | * | | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-212-0/+68
| | * | | | SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-192-0/+28
| | * | | | SI-7128 Fix regression in copyToArray for empty arraysJason Zaugg2013-02-141-0/+3
| | |/ / /
| | * | | [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-104-40/+75
| | * | | [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-091-15/+0
* | | | | Merge pull request #2083 from scalamacros/ticket/6240Adriaan Moors2013-02-278-0/+2071
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | runtime reflection: death from thousand threadsEugene Burmako2013-02-114-0/+2051
| * | | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-02-112-0/+14
| * | | | removes the crazy extraneous logEugene Burmako2013-02-112-0/+6
| |/ / /
* | | | Merge pull request #2134 from scalamacros/topic/resetattrs-thisPaul Phillips2013-02-272-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | resetAttrs now always erases This.tpeEugene Burmako2013-02-172-0/+12
* | | | Merge pull request #2149 from khernyo/issue/7074Grzegorz Kossakowski2013-02-252-0/+24
|\ \ \ \
| * | | | SI-7074 Fix xml attribute sortingSzabolcs Berecz2013-02-242-0/+24
* | | | | Merge pull request #2159 from scalamacros/topic/7112-followup-210xJames Iry2013-02-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
| |/ / /
* / / / SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-227-0/+67
|/ / /
* | | Merge pull request #2118 from lrytz/annotatedRetypingJames Iry2013-02-194-0/+82
|\ \ \
| * | | Additional test case for Lukas' fix to annotated originals.Jason Zaugg2013-02-182-0/+14
| * | | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-122-0/+68
* | | | Merge pull request #2130 from vigdorchik/relax_docJames Iry2013-02-192-9/+7
|\ \ \ \
| * | | | SI-7134: don't require doc.Settings in base api of scaladoc.Eugene Vigdorchik2013-02-152-9/+7
| | |/ / | |/| |
* | | | Merge pull request #2137 from huitseeker/issue/value-protected-in-inherited-1...James Iry2013-02-194-0/+26
|\ \ \ \
| * | | | unit test ide-t1000567 exercises SI-5063, aka #1000567.François Garillot2013-02-194-0/+26
* | | | | Merge pull request #2135 from heathermiller/futures-cleanupsJames Iry2013-02-193-1331/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removing disabled, unneeded futures testsHeather Miller2013-02-173-1331/+0
* | | | | SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-162-0/+28
| |/ / / |/| | |
* | | | Merge pull request #2115 from retronym/ticket/7091Adriaan Moors2013-02-121-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7091 Don't try to put a protected accessor in a package.Jason Zaugg2013-02-111-0/+7
* | | | Merge pull request #2113 from scalamacros/topic/silencePaul Phillips2013-02-111-0/+6
|\ \ \ \
| * | | | silences t6323aEugene Burmako2013-02-111-0/+6
| | |_|/ | |/| |
* | | | Merge pull request #2111 from retronym/2.10.xJames Iry2013-02-111-0/+11
|\ \ \ \
| * | | | SI-6514 Avoid spurious dead code warningsJason Zaugg2013-02-101-0/+11
| | |/ / | |/| |
* | | | Merge pull request #2098 from retronym/ticket/6225James Iry2013-02-111-0/+20
|\ \ \ \
| * | | | SI-6225 Fix import of inherited package object implicitsJason Zaugg2013-02-091-0/+20
* | | | | Merge pull request #2097 from ViniciusMiana/SI-6935James Iry2013-02-111-0/+14
|\ \ \ \ \