summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #1864 from retronym/ticket/4859-6Paul Phillips2013-01-261-0/+17
|\ \ \
| * | | SI-4859 Don't rewrite CC().CC2() to new CC2Jason Zaugg2013-01-261-0/+17
* | | | Add PolyType to Infer#normalize.Paul Phillips2013-01-261-0/+13
* | | | SI-2577, SI-6860: annotation type inference.Paul Phillips2013-01-261-0/+31
* | | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-255-0/+52
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1956 from JamesIry/SI-7011_2.10.xJames Iry2013-01-252-0/+8
| |\ \ \
| | * | | SI-7011 Fix finding constructor type in captured var definitionsJames Iry2013-01-232-0/+8
| * | | | Merge pull request #1910 from retronym/ticket/6976Paul Phillips2013-01-253-0/+44
| |\ \ \ \
| | * | | | SI-6976 Fix value class separate compilation crasher.Jason Zaugg2013-01-163-0/+44
* | | | | | Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-255-0/+309
|\| | | | | | |_|_|/ / |/| | | |
| * | | | Merge pull request #1935 from retronym/ticket/6994Paul Phillips2013-01-242-0/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-6994 Avoid spurious promiscuous catch warningJason Zaugg2013-01-202-0/+9
| | | |/ | | |/|
| * / | SI-6942 more efficient unreachability analysisAdriaan Moors2013-01-173-0/+300
| |/ /
* | | Merge pull request #1931 from danielhopkins/remove-pimpingPaul Phillips2013-01-254-22/+22
|\ \ \