summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Check named-args-for-clarity incur no extra bytecodeJason Zaugg2013-03-053-0/+22
* Merge pull request #2197 from paulp/pr/integrate-range-positionsJames Iry2013-03-051-1/+2
|\
| * Disentangled RangePositions from interactive.Paul Phillips2013-03-041-1/+2
* | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-3/+3
|\ \
| * | Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-3/+3
* | | Merge pull request #2191 from mergeconflict/SI-7132Paul Phillips2013-03-052-10/+15
|\ \ \
| * | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-022-10/+15
| | |/ | |/|
* / | SI-6816 Deprecate -Yeta-expand-keeps-starJames Iry2013-03-013-0/+13
|/ /
* | Merge pull request #2180 from adriaanm/merge-2.10.1-masterAdriaan Moors2013-03-018-0/+80
|\ \
| * \ Merge branch 2.10.1 into masterAdriaan Moors2013-02-278-0/+80
| |\ \
| | * \ 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 #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 #2177 from JamesIry/master_SI-7159Grzegorz Kossakowski2013-02-282-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7159 Prepare to remove erroneous INT <:< LONG in TypeKindsJames Iry2013-02-262-0/+9
* | | | | | | Merge pull request #2170 from rkuhn/wip-duration-sleep-∂πJames Iry2013-02-261-2/+3
|\ \ \ \ \ \ \
| * | | | | | | relax time constraint in duration-tck.scala (for Windows VMs)Roland2013-02-261-2/+3
* | | | | | | | Merge pull request #2169 from JamesIry/master_SI-7181Grzegorz Kossakowski2013-02-265-75/+226
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-7181 Eliminate unnecessary duplication of finally blocksJames Iry2013-02-263-75/+125
| * | | | | | | SI-7181 Prepare to remove duplicated finally blocksJames Iry2013-02-252-0/+101
| |/ / / / / /
* | | | | | | SI-7006 Simplify jump-only block destination determinationJames Iry2013-02-252-4/+6
* | | | | | | SI-7006 Eliminate unreachable blocksJames Iry2013-02-253-0/+28
* | | | | | | 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-237-0/+62
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-227-0/+67
| | |_|/ / / / | |/| | | | |
* | | | | | | 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 #2154 from viktorklang/wip-SI7164-nonfatal-notimplementede...James Iry2013-02-222-4/+4
|\ \ \ \ \ \ \
| * | | | | | | SI-7164 - Removing NotImplementedError as Fatal from s.u.c.NonFatalViktor Klang2013-02-212-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #2151 from adriaanm/merge-2.10.xPaul Phillips2013-02-2216-1344/+154
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 2.10.x into master.Adriaan Moors2013-02-2016-1344/+154
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /