summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-109-5/+81
|\
| * Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-081-47/+0
| |\
| * \ Merge pull request #2088 from retronym/ticket/6146James Iry2013-02-072-0/+61
| |\ \
| | * | SI-6146 More accurate prefixes for sealed subtypes.Jason Zaugg2013-02-072-0/+61
| * | | Merge pull request #2079 from JamesIry/2.10.x_SI-7070James Iry2013-02-075-5/+0
| |\ \ \
| | * | | SI-7070 Turn restriction on companions in pkg objs into warningJames Iry2013-02-065-5/+0
| * | | | Merge pull request #1995 from retronym/ticket/5082James Iry2013-02-071-0/+14
| |\ \ \ \
| | * | | | SI-5082 Cycle avoidance between case companionsJason Zaugg2013-02-071-0/+14
| | |/ / /
| * | | | SI-7100 Fixed infinite recursion in duplicatorsVlad Ureche2013-02-071-0/+6
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge commit 'b43ae58f31'; commit 'b579a42ee3'; commit '81fa831609' into merg...Paul Phillips2013-02-101-47/+0
|\ \ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Move a test from pos to run to highlight bytecode deficiencies.Jason Zaugg2013-01-281-47/+0
* | | | | | Merge commit '558c059227' into merge-210Paul Phillips2013-02-092-0/+12
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2059 from VladUreche/issue/7060James Iry2013-02-062-0/+12
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-7060 More conservative dead code elim markingVlad Ureche2013-02-052-0/+12
| | | |_|/ | | |/| |
* | | | | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-092-0/+24
|\| | | |
| * | | | Merge pull request #1992 from retronym/ticket/7033Adriaan Moors2013-02-041-0/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7033 Be symful when creating factory methods.Jason Zaugg2013-02-021-0/+15
| | |/ /
| * | | Merge pull request #2022 from lrytz/analyzerPlugins210Lukas Rytz2013-02-035-1/+22
| |\ \ \
| * | | | SI-7022 Additional test case for value class w. boundsJason Zaugg2013-02-021-0/+9
| * | | | [backport] SI-6482, lost bounds in extension methods.Jason Zaugg2013-02-021-0/+11
* | | | | Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-045-1/+22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix context for type checking early initializersLukas Rytz2013-02-031-0/+13
| * | | | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-033-1/+6
| * | | | Keep annotations when computing lubsLukas Rytz2013-02-031-0/+3
| |/ / /
* | | | Merge commit 'cabf626bbc' into wip/fresh-merge2Paul Phillips2013-02-012-0/+11
|\| | |
| * | | Merge pull request #1975 from retronym/ticket/6601-revertJames Iry2013-02-012-0/+11
| |\ \ \
| | * | | A test case to guide the eventual fix for SI-6601.Jason Zaugg2013-01-272-0/+11
| | |/ /
* | | | Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-012-0/+26
|\| | |
| * | | Merge pull request #1998 from JamesIry/2.10.x_6963_2Adriaan Moors2013-02-012-0/+26
| |\ \ \
| | * | | SI-6963 Add version to -XmigrationJames Iry2013-01-292-0/+26
| | |/ /
| * | | Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-3110-0/+114
| |\ \ \
| | * | | SI-6595, lost modifiers in early defs.Paul Phillips2013-01-302-0/+19
| | * | | SI-6072, crasher with overloaded eq.Paul Phillips2013-01-301-0/+3
| | * | | SI-5604, selections on package objects.Paul Phillips2013-01-305-0/+31
| | * | | SI-5859, inapplicable varargs.Paul Phillips2013-01-301-0/+15
| | * | | SI-5130, precision disappearing from refinement.Paul Phillips2013-01-301-0/+46
* | | | | Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-013-32/+15
|\| | | |
| * | | | Merge pull request #1989 from adriaanm/rework-pr-1945Paul Phillips2013-01-312-32/+0
| |\ \ \ \
| | * | | | SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-272-32/+0
| | | |/ / | | |/| |
| * | | | Merge pull request #1997 from retronym/ticket/7035Paul Phillips2013-01-301-0/+15
| |\ \ \ \
| | * | | | SI-7035 Centralize case field accessor sorting.Jason Zaugg2013-01-281-0/+15
| | |/ / /
* | | | | Merge commit 'ccd7abe897' into wip/fresh-merge2Paul Phillips2013-02-012-0/+52
|\| | | |
| * | | | SI-6516, macros comparing types with == instead of =:=.Paul Phillips2013-01-301-0/+19
| | |/ / | |/| |
| * | | SI-6551 Expand test case into uncomfortable areas.Jason Zaugg2013-01-291-11/+18
| * | | SI-6651 Substitute `this` in extension method sigsJason Zaugg2013-01-291-0/+26
| * | | Merge pull request #1981 from retronym/backport/1187Adriaan Moors2013-01-281-0/+29
| |\ \ \
| | * | | [backport] SI-3577 BoundedWildcardType handlingJason Zaugg2013-01-261-0/+29
| | |/ /
* | | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-292-0/+27
|\| | |
| * | | Merge pull request #1936 from retronym/ticket/6891Adriaan Moors2013-01-282-0/+27
| |\ \ \ | | |/ / | |/| |
| | * | SI-6891 Fix value class + tailrec crasher.Jason Zaugg2013-01-262-0/+27
| | |/