summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-8205 Avoid long, slow march to AIIOBE in SourceFile#lineContentJason Zaugg2014-01-291-0/+33
* SI-8182 Avert crash due to type args in patternSom Snytt2014-01-272-0/+40
* Merge pull request #3411 from som-snytt/issue/7919-si-nlJason Zaugg2014-01-251-0/+6
|\
| * SI-7919 Newline after empty string interpSom Snytt2014-01-241-0/+6
* | Merge pull request #3412 from retronym/ticket/2066-2.10-compatJason Zaugg2014-01-252-0/+72
|\ \
| * | SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:=Jason Zaugg2014-01-242-0/+72
* | | Merge pull request #3410 from densh/si/8171Eugene Burmako2014-01-241-1/+7
|\ \ \ | |/ / |/| |
| * | SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+7
* | | Merge pull request #3388 from rklaehn/issue/7445Adriaan Moors2014-01-242-7/+6
|\ \ \ | |_|/ |/| |
| * | SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-202-7/+6
* | | Merge pull request #3404 from gkossakowski/java8-supportGrzegorz Kossakowski2014-01-243-5/+11
|\ \ \ | |_|/ |/| |
| * | Make abstract-report2 test less dependent on std library.Grzegorz Kossakowski2014-01-212-5/+9
| * | Work-around for partest failure due to JDK bug.Grzegorz Kossakowski2014-01-211-0/+2
| |/
* | Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-221-3/+3
|\ \
| * | SI-6879 improves Context.freshNameEugene Burmako2014-01-221-3/+3
* | | Expose seq field for variable arity definitionsDenys Shabalin2014-01-221-0/+19
* | | Merge pull request #3382 from soc/topic/std-inJason Zaugg2014-01-211-1/+1
|\ \ \ | |/ / |/| |
| * | Improve naming of ReadStdinSimon Ochsenreither2014-01-181-1/+1
* | | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-218-8/+8
|\ \ \
| * | | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-218-8/+8
* | | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-212-16/+0
|\ \ \ \
| * | | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-152-16/+0
| |/ / /
* | | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-214-0/+33
|\ \ \ \
| * | | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-144-0/+33
| |/ / /
* | | | Merge pull request #3385 from xeno-by/ticket/8158Eugene Burmako2014-01-204-1/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | addresses pull request feedbackEugene Burmako2014-01-202-2/+2
| * | | SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-204-1/+53
* | | | Merge 2.10.x into masterAdriaan Moors2014-01-181-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #3356 from retronym/ticket/8138Jason Zaugg2014-01-181-0/+24
| |\ \ \
| | * | | SI-8143 Fix bug with super-accessors / dependent typesJason Zaugg2014-01-121-0/+24
| * | | | Merge pull request #3364 from retronym/ticket/8152Jason Zaugg2014-01-151-0/+13
| |\ \ \ \
| | * | | | [nomaster] SI-8152 Backport variance validator performance fixJason Zaugg2014-01-141-0/+13
| | |/ / /
* | | | | Merge pull request #3383 from adriaanm/merge-2.10.xAdriaan Moors2014-01-1822-12/+178
|\ \ \ \ \
| * | | | | Merge commit 'd5801b9eee' from 2.10.x into masterAdriaan Moors2014-01-171-0/+24
| |\| | | |
| | * | | | Merge pull request #3328 from retronym/ticket/8111v2.10.4-RC2Jason Zaugg2014-01-121-0/+24
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-8111 Repair symbol owners after abandoned named-/default-argsJason Zaugg2014-01-061-0/+24
| | * | | | [nomaster] SI-8114 Binary compat. workaround for erasure bug SI-7120Jason Zaugg2014-01-091-0/+15
| * | | | | Merge commit 'aefe3fb844' into merge-2.10.xAdriaan Moors2014-01-172-0/+12
| |\| | | |
| | * | | | SI-6563 Test case for already-fixed crasherJason Zaugg2014-01-062-0/+12
| | |/ / /
| | * | | [nomaster] codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+98
| * | | | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-1719-12/+142
| |\| | |
| | * | | SI-8085 Fix BrowserTraverser for package objectsJason Zaugg2013-12-1810-11/+62
| | * | | Test demonstrating SI-8085Mirco Dotta2013-12-186-0/+55
| | * | | Report error on code size overflow, log method name.Adriaan Moors2013-12-122-0/+27
| | * | | Merge pull request #3261 from adriaanm/ticket-6426Adriaan Moors2013-12-112-12/+0
| | |\ \ \
| | | * | | Revert "SI-6426, importable _."Adriaan Moors2013-12-102-12/+0
| | * | | | Merge pull request #3253 from retronym/ticket/8062Adriaan Moors2013-12-113-0/+9
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-103-0/+9
* | | | | | Merge pull request #3381 from retronym/topic/debug-friendlinessEugene Burmako2014-01-182-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Avoid cycles in Symbol toString under -YdebugJason Zaugg2014-01-172-0/+2