summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-015-31/+52
|\
| * 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
| |/ / /
* | | | Fix access to empty package from the repl.Paul Phillips2013-01-303-0/+15
* | | | Merge pull request #1858 from eed3si9n/topic/xmlscopePaul Phillips2013-01-291-0/+13
|\ \ \ \
| * | | | SI-6939 Fix namespace binding (xmlns) not overriding outer bindingEugene Yokota2013-01-271-0/+13
* | | | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-298-0/+196
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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 #1864 from retronym/ticket/4859-6Paul Phillips2013-01-262-0/+37
|\ \ \
| * | | SI-4859 Retain MODULE_LOAD in dead code elim.Jason Zaugg2013-01-261-1/+1
| * | | SI-4859 Don't elide qualifiers when selecting nested modules.Jason Zaugg2013-01-262-0/+37
* | | | Merge pull request #1901 from paulp/pr/dealias-plus-annotationsPaul Phillips2013-01-265-22/+64
|\ \ \ \
| * | | | A very interesting checkfile update.Paul Phillips2013-01-261-22/+22
| * | | | SI-2577, SI-6860: annotation type inference.Paul Phillips2013-01-264-0/+42
* | | | | Disabled SI-6987.Paul Phillips2013-01-262-44/+0
|/ / / /
* | | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-256-1/+87
|\ \ \ \ | | |/ / | |/| |
| * | | 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 commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-259-1/+180
|\| | | | | |_|_|/ |/| | |
| * | | 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
| |/ /
* | | Revert "SI-5824 Fix crashes in reify with _*"Paul Phillips2013-01-252-9/+0
* | | Merge pull request #1930 from aztek/ticket/5824Paul Phillips2013-01-252-0/+9
|\ \ \
| * | | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-01-222-0/+9
* | | | Merge pull request #1965 from Dinduks/fix_some_typosPaul Phillips2013-01-254-67/+53
|\ \ \ \
| * | | | Fix some typosSamy Dindane2013-01-244-67/+53
| |/ / /