summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge pull request #2761 from scalamacros/ticket/7510Jason Zaugg2013-08-015-1/+38
| | |\ \
| | | * | brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-235-1/+38
* | | | | Merge pull request #2849 from retronym/ticket/7763Jason Zaugg2013-08-291-0/+20
|\ \ \ \ \
| * | | | | SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-291-1/+0
| * | | | | SI-7763 Avoid dropping casts in erasureJason Zaugg2013-08-292-0/+21
| |/ / / /
* | | | | Merge pull request #2863 from magarciaEPFL/backendish40Grzegorz Kossakowski2013-08-286-0/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7407 fixed in GenBCode but beware, it remains a bug in GenASMMiguel Garcia2013-08-216-0/+36
* | | | | Move partest to https://github.com/scala/scala-partestAdriaan Moors2013-08-201-1/+1
|/ / / /
* | | | Merge pull request #2824 from qerub/ticket/7740Adriaan Moors2013-08-201-0/+33
|\ \ \ \
| * | | | SI-7740 Trim stack trace before printing in REPLChristoffer Sawicki2013-08-191-0/+33
* | | | | Refinement of name-based unapplySeq.Paul Phillips2013-08-182-0/+35
* | | | | An unapplySeq-via-String test.Paul Phillips2013-08-182-0/+34
* | | | | SI-5903 extractor macrosEugene Burmako2013-08-1816-0/+133
* | | | | New tests for name-based pattern matcher.Paul Phillips2013-08-1712-0/+622
* | | | | Pattern matcher: extractors become name-based.Paul Phillips2013-08-172-6/+6
* | | | | Simplified the MaybeBoundTyped extractor a bit.Paul Phillips2013-08-172-0/+9
|/ / / /
* | | | Merge pull request #2843 from xeno-by/topic/kill-introduce-top-levelAdriaan Moors2013-08-1618-180/+0
|\ \ \ \
| * | | | kills introduceTopLevelEugene Burmako2013-08-1618-180/+0
* | | | | Merge pull request #2841 from gourlaysama/wip/t6507Adriaan Moors2013-08-162-0/+40
|\ \ \ \ \
| * | | | | SI-6507 do not call .toString on REPL results when :silent is on.Antoine Gourlay2013-08-162-0/+40
* | | | | | Merge pull request #2837 from soc/SI-7630Adriaan Moors2013-08-161-4/+9
|\ \ \ \ \ \
| * | | | | | SI-7630 [Avian] Skip test run/repl-javap-outdir-funs on AvianSimon Ochsenreither2013-08-161-4/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2836 from soc/SI-7564-reduxAdriaan Moors2013-08-161-18/+18
|\ \ \ \ \ \
| * | | | | | SI-7564 [Avian] Whitespace fixes to run/tailcalls.checkSimon Ochsenreither2013-08-161-18/+18
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2830 from densh/topic/stats-parsing-2Adriaan Moors2013-08-166-0/+40
|\ \ \ \ \ \
| * | | | | | SI-7331 remove all the wrapping code from toolboxDen Shabalin2013-08-146-0/+40
| |/ / / / /
* | | | | | Merge pull request #2823 from som-snytt/issue/7715Adriaan Moors2013-08-162-0/+27
|\ \ \ \ \ \
| * | | | | | SI-7715 String inpatternation s"$_" for s"${_}"Som Snytt2013-08-122-0/+27
* | | | | | | Merge pull request #2821 from xeno-by/topic/fundep-materializationAdriaan Moors2013-08-167-2/+108
|\ \ \ \ \ \ \
| * | | | | | | SI-7470 implements fundep materializationEugene Burmako2013-08-137-2/+108
| |/ / / / / /
* | | | | | | Merge pull request #2798 from som-snytt/issue/7544-errmsgAdriaan Moors2013-08-165-6/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | StringContext#checkLengths reports bad args countSom Snytt2013-08-061-2/+2
| * | | | | | In tests, interpolation is no longer -Xperimental.Som Snytt2013-08-064-4/+0
| |/ / / / /
* | | | | | Merge pull request #2791 from som-snytt/issue/7265-2.11Adriaan Moors2013-08-141-27/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-7265 javaSpecVersion, adjust isJava... testsSom Snytt2013-08-011-27/+0
| |/ / / /
* / / / / Par-Test split checks work againSom Snytt2013-08-083-8/+5
|/ / / /
* | | | Merge remote-tracking branch 'scala/master' into merge-2.10.xGrzegorz Kossakowski2013-07-298-18/+20
|\ \ \ \
| * \ \ \ Merge pull request #2746 from soc/topic/paulp-typer-debug-outputAdriaan Moors2013-07-298-18/+20
| |\ \ \ \
| | * | | | Make -Ytyper-debug output readable.Paul Phillips2013-07-178-17/+17
| | * | | | Cleanups in type printing.Paul Phillips2013-07-171-1/+3
* | | | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-2914-0/+189
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge pull request #2750 from retronym/ticket/7455-2.10.xGrzegorz Kossakowski2013-07-273-0/+65
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | SI-7455 Drop dummy param for synthetic access constructorJason Zaugg2013-07-283-0/+65
| * | | | [backport] SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-07-242-0/+31
| | |_|/ | |/| |
| * | | SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-143-0/+17
| * | | Merge pull request #2674 from richdougherty/2.10.x-si7336-try2Adriaan Moors2013-07-121-0/+31
| |\ \ \
| | * | | SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-061-0/+31
| | |/ /
| * | | Merge pull request #2666 from som-snytt/issue/7265-spec-at-leastAdriaan Moors2013-07-121-0/+27
| |\ \ \
| | * | | SI-7265 General test for spec versionSom Snytt2013-07-041-0/+27
| * | | | Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-126-0/+49
| |\ \ \ \ | | |_|/ / | |/| | |