summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | SI-6584, Stream#distinct uses too much memory.Paul Phillips2013-01-302-0/+24
| * | | | | | | SI-5604, selections on package objects.Paul Phillips2013-01-302-0/+58
| * | | | | | | SI-4729, overriding java varargs in scala.Paul Phillips2013-01-303-0/+37
| * | | | | | | SI-2418, remove restriction on final vars.Paul Phillips2013-01-302-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2006 from retronym/backport/1226Paul Phillips2013-01-312-0/+36
|\ \ \ \ \ \ \
| * | | | | | | SI-6572 Test case, originally fixed in a3680be.Jason Zaugg2013-01-292-0/+36
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2037 from JamesIry/2.10.x_SI-2418Paul Phillips2013-01-312-0/+11
|\ \ \ \ \ \ \
| * | | | | | | [backport] Removed restriction on final vars, SI-2418.Paul Phillips2013-01-312-0/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2034 from scalamacros/topic/reify-staticXXXPaul Phillips2013-01-311-18/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | evicts eponymous packages and objects from testsEugene Burmako2013-01-311-18/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1989 from adriaanm/rework-pr-1945Paul Phillips2013-01-313-13/+8
|\ \ \ \ \ \
| * | | | | | SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-273-13/+8
* | | | | | | SI-6669 Add . to the default scalap classpathJames Iry2013-01-301-0/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2007 from retronym/backport/1021Adriaan Moors2013-01-302-0/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [backport] Fix for SI-6154, VerifyError originating in uncurry.Paul Phillips2013-01-292-0/+11
| | |_|/ / | |/| | |
* / | | | [backport] Disabled SI-6987.Paul Phillips2013-01-292-44/+0
|/ / / /
* | | | Merge pull request #1927 from JamesIry/SI-6863_2.10.xJames Iry2013-01-281-0/+114
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6863 Fix verify error in captured var inited from expr with try/catchJames Iry2013-01-251-0/+114
| |/ /
* | | Merge pull request #1857 from retronym/ticket/6443-2.10.xAdriaan Moors2013-01-277-0/+82
|\ \ \
| * | | SI-6443 Expand test coverage with varargs, by-name.Jason Zaugg2013-01-164-0/+38
| * | | SI-6443 Widen dependent param types in uncurryJason Zaugg2013-01-163-0/+44
* | | | Update a checkfile from a recent fix.Jason Zaugg2013-01-271-1/+1
| |/ / |/| |
* | | Merge pull request #1951 from JamesIry/SI-6987_2.10.xPaul Phillips2013-01-252-0/+44
|\ \ \
| * | | SI-6987 Tests fsc verbose outputJames Iry2013-01-222-0/+44
* | | | Merge pull request #1928 from retronym/ticket/6902Paul Phillips2013-01-251-0/+13
|\ \ \ \
| * | | | SI-6902 Check unreachability under @uncheckedJason Zaugg2013-01-191-0/+13
| | |/ / | |/| |
* | | | SI-6969, mishandling of SoftReferences in method cache.Paul Phillips2013-01-242-0/+29
* | | | Merge pull request #1952 from retronym/backport/1599Paul Phillips2013-01-242-0/+9
|\ \ \ \
| * | | | [backport] Fix SI-6637 (misoptimization in erasure)Jason Zaugg2013-01-232-0/+9
| | |/ / | |/| |
* | | | Merge pull request #1953 from retronym/backport/1586Paul Phillips2013-01-241-0/+61
|\ \ \ \
| * | | | [backport] Fix unsafe array opt. / opt. primitive Array(...)Jason Zaugg2013-01-231-0/+61
| |/ / /
* | | | Merge pull request #1929 from retronym/ticket/6439Paul Phillips2013-01-242-0/+88
|\ \ \ \
| * | | | SI-6439 Avoid spurious REPL warnings about companionshipJason Zaugg2013-01-192-0/+88
| |/ / /
* | | | Fix broken build.Paul Phillips2013-01-241-1/+1
* | | | SI-6434 Pretty print function types with by name arg as (=> A) => BJames Iry2013-01-232-0/+18
|/ / /
* | | Merge pull request #1904 from JamesIry/SI-5568_2.10.xGrzegorz Kossakowski2013-01-182-0/+25
|\ \ \ | |_|/ |/| |
| * | SI-5568 Comment improvements for getClass on primitive intersection.James Iry2013-01-151-2/+0
| * | SI-5568 Fixes verify error from getClass on refinement of value typeJames Iry2013-01-152-0/+27
* | | SI-6956 determine switchability by type, not treeAdriaan Moors2013-01-152-0/+27
|/ /
* | Merge pull request #1879 from adriaanm/ticket-6955Paul Phillips2013-01-152-0/+27
|\ \
| * | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-102-0/+27
| |/
* | SI-6126 Test case for varargs of tagged primitives.Jason Zaugg2013-01-131-0/+8
* | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-1113-70/+70
|\ \
| * | Backport of SI-6846.Jason Zaugg2013-01-0813-70/+70
| |/
* / SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-072-0/+11
|/
* Merge pull request #1840 from paulp/issue/6911Paul Phillips2013-01-063-69/+106
|\
| * SI-6911, regression in generated case class equality.Paul Phillips2013-01-033-69/+106
* | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-042-0/+46
|\ \
| * | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-042-0/+46
| |/
* | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-042-0/+15
|\ \ | |/ |/|