summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 2.10.1 into masterAdriaan Moors2013-02-275-0/+39
|\
| * Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-275-40/+78
| |\
| | * fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
| | * Merge pull request #2152 from retronym/topic/annotatedRetyping-2.10.1Adriaan Moors2013-02-212-0/+68
| | |\
| | | * Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-212-0/+68
| | * | 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
| * | 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
| | |/ / /
* | | | | Merge pull request #2169 from JamesIry/master_SI-7181Grzegorz Kossakowski2013-02-263-75/+176
|\ \ \ \ \
| * | | | | SI-7181 Eliminate unnecessary duplication of finally blocksJames Iry2013-02-261-75/+75
| * | | | | SI-7181 Prepare to remove duplicated finally blocksJames Iry2013-02-252-0/+101
* | | | | | SI-7006 Recognize more jump only blocksJames Iry2013-02-251-1/+1
|/ / / / /
* | | | | Merge pull request #2161 from scalamacros/topic/7112-followup-masterJames Iry2013-02-241-1/+1
|\ \ \ \ \
| * | | | | fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
* | | | | | Merge pull request #2125 from retronym/ticket/7120Paul Phillips2013-02-236-0/+52
|\ \ \ \ \ \
| * | | | | | SI-7120 Erasure must honor typeref prefixesJason Zaugg2013-02-146-0/+52
* | | | | | | Merge remote-tracking branch 'origin/2.10.x' into masterPaul Phillips2013-02-231-0/+22
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-221-0/+22
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2147 from JamesIry/master_SI-7015Grzegorz Kossakowski2013-02-222-0/+60
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-7015 Cleanup from review of null duplicationJames Iry2013-02-221-1/+1
| * | | | | SI-7015 Removes redundant aconst_null; pop; aconst_null creationJames Iry2013-02-212-0/+60
* | | | | | Merge pull request #2151 from adriaanm/merge-2.10.xPaul Phillips2013-02-222-0/+68
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.10.x into master.Adriaan Moors2013-02-202-0/+68
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | / / Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-122-0/+68
| | | |/ / | | |/| |
* | | | | Merge pull request #2141 from paulp/pr/overriding-methodsPaul Phillips2013-02-222-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix and optimization in overriding logic.Paul Phillips2013-02-192-0/+12
| | |/ / | |/| |
* | | | SI-6642 Refactor mutable.TreeSet to use RedBlackTree instead of AVLJames Iry2013-02-131-0/+145
* | | | SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+69
|/ / /
* | | Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-122-0/+26
|\| |
| * | Merge pull request #2097 from ViniciusMiana/SI-6935James Iry2013-02-111-0/+14
| |\ \
| | * | SI-6935 Added readResolve in BoxedUnitVinicius Miana2013-02-081-0/+14
| * | | Merge pull request #2096 from ViniciusMiana/SI-6370James Iry2013-02-111-0/+12
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6370 changed ListMap apply0 method to produce correct error message when a...Vinicius Miana2013-02-081-0/+12
* | | | Maintenance of Predef.Paul Phillips2013-02-1219-91/+96
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-1057-196/+467
|\| | |
| * | | Merge pull request #2100 from paulp/pr/fix-super-varargs-savedJames Iry2013-02-093-0/+30
| |\ \ \
| | * | | Fix for paramaccessor alias regression.Paul Phillips2013-02-083-0/+30
| | | |/ | | |/|
| * | | Merge pull request #2094 from scalamacros/ticket/6591James Iry2013-02-0835-79/+224
| |\ \ \ | | |/ / | |/| |
| | * | accommodates pull request feedbackEugene Burmako2013-02-082-0/+30
| | * | term and type reftrees are now reified uniformlyEugene Burmako2013-02-0823-77/+83
| | * | SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-0812-4/+113
| * | | Merge pull request #2095 from hubertp/ticket/5675James Iry2013-02-086-9/+9
| |\ \ \
| | * | | SI-5675 Discard duplicate feature warnings at a positionJason Zaugg2013-02-086-9/+9
| * | | | Merge pull request #2092 from lrytz/t7096James Iry2013-02-082-0/+38
| |\ \ \ \
| | * | | | SI-7096 SubstSymMap copies trees before modifying their symbolsLukas Rytz2013-02-082-0/+38