summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3183 from xeno-by/topic/pure-expression-does-nothingAdriaan Moors2013-11-251-6/+0
|\ \ \ \
| * | | | SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-231-6/+0
* | | | | Merge pull request #3165 from retronym/ticket/uncurry-tidy-2Adriaan Moors2013-11-254-0/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-233-0/+41
| * | | | Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+24
* | | | | Merge pull request #3162 from retronym/ticket/7985Jason Zaugg2013-11-222-0/+8
|\ \ \ \ \
| * | | | | SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-191-0/+5
| * | | | | SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-191-0/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-222-2/+2
|\ \ \ \ \
| * | | | | Removing deprecated code.Paul Phillips2013-11-182-2/+2
| |/ / / /
* | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2214-146/+146
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | deprecate Pair and TripleDen Shabalin2013-11-2014-146/+146
| |/ / /
* / / / SI-6329 Graduation day for pending tests for tag materializationJason Zaugg2013-11-214-0/+20
|/ / /
* | | Merge pull request #3119 from Ichoran/issue/5263James Iry2013-11-182-0/+170
|\ \ \
| * | | New AnyRefMap fixes SI-5263 to the extent practical.Rex Kerr2013-11-181-0/+91
| * | | New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-181-0/+79
* | | | Merge pull request #3135 from adriaanm/revive-xml-testsJames Iry2013-11-1810-0/+268
|\ \ \ \ | |_|/ / |/| | |
| * | | Revived tests that once depended on xmlAdriaan Moors2013-11-1410-0/+268
* | | | Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-142-0/+20
* | | | Merge pull request #3133 from adriaanm/merge-2.10Adriaan Moors2013-11-143-0/+15
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| *-. \ \ Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-133-0/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-043-0/+15
| | |/ /
* | | | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-13153-250/+374
|\ \ \ \ | |/ / / |/| | |
| * | | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-123-0/+27
| * | | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-125-4/+35
| * | | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-127-1/+29
| * | | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-1213-17/+45
| * | | blackbox and whitebox macrosEugene Burmako2013-11-12137-248/+258
| | |/ | |/|
* | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-122-0/+355
|\ \ \
| * | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-101-21/+16
| * | | SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-102-0/+360
| |/ /
* / / SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-124-5/+5
|/ /
* | Merge pull request #3094 from retronym/topic/erasure-optJames Iry2013-11-081-2/+2
|\ \
| * | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-081-2/+2
* | | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0713-2/+15
|/ /
* | Merge pull request #3042 from gourlaysama/t7634-repl-sh-is-brokenAdriaan Moors2013-11-072-0/+30
|\ \
| * | SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-062-0/+30
* | | Force several tests to run using inline delambdafication.James Iry2013-11-065-1/+5
* | | Create test variants where delambdafication alters signatures.James Iry2013-11-066-2/+110
* | | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-062-0/+15
* | | Flesh out the Delambdafy phase.James Iry2013-11-064-0/+27
* | | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-068-0/+156
* | | Add a skeletal Delambdafy phase.James Iry2013-11-012-3/+5
* | | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-292-0/+26
|\ \ \
| * | | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-282-0/+26
* | | | Remove empty check files and flags files.Jason Zaugg2013-10-2738-0/+0
|/ / /
* | | Update description of explicitouter phase.Jason Zaugg2013-10-241-1/+1
* | | Merge pull request #3057 from xeno-by/topic/fancy-java-classesJason Zaugg2013-10-233-0/+37
|\ \ \
| * | | fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-193-0/+37
* | | | temporarily disables run/reflection-sync-subtypesEugene Burmako2013-10-232-20/+0