summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-27131-3221/+19
* Merge pull request #2852 from retronym/ticket/1980-warningAdriaan Moors2013-08-213-0/+22
|\
| * SI-1980 A lint warning for by-name parameters in right assoc methodsJason Zaugg2013-08-193-0/+22
* | Merge pull request #2810 from xeno-by/topic/compile-time-onlyAdriaan Moors2013-08-214-0/+128
|\ \
| * | @compileTimeOnly now works for symbols from the empty packageEugene Burmako2013-08-151-1/+22
| * | @compileTimeOnly now works for annotationsEugene Burmako2013-08-151-1/+10
| * | marks Expr.splice and Expr.value with @compileTimeOnlyEugene Burmako2013-08-152-0/+22
| * | moves compileTimeOnly to scala-libraryEugene Burmako2013-08-142-0/+76
* | | Move partest to https://github.com/scala/scala-partestAdriaan Moors2013-08-2030-614/+37
* | | 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
* | | | Merge branch 'master' into patmatPaul Phillips2013-08-2015-10/+55
|\| | |
| * | | Merge pull request #2853 from retronym/ticket/6797Adriaan Moors2013-08-191-0/+4
| |\ \ \
| | * | | SI-6797 Test case for already-fixed DelayedInit bugJason Zaugg2013-08-191-0/+4
| | | |/ | | |/|
| * | | Merge pull request #2840 from retronym/ticket/7756-2.11Adriaan Moors2013-08-195-0/+30
| |\ \ \
| | * | | SI-7756 Uncripple refchecks in case bodiesJason Zaugg2013-08-165-0/+30
| * | | | Merge pull request #2854 from som-snytt/issue/7729-slashAdriaan Moors2013-08-195-10/+10
| |\ \ \ \
| | * | | | SI-7729 Fix broken windows buildSom Snytt2013-08-195-10/+10
| | | |/ / | | |/| |
| * | | | Merge pull request #2839 from densh/topic/si-7757Adriaan Moors2013-08-194-0/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7757 add additional test case with annotation on the next lineDen Shabalin2013-08-165-4/+10
| | * | | SI-7757 disallow constructor annotations on traitsDen Shabalin2013-08-162-0/+5
| | |/ /
* | | | Refinement of name-based unapplySeq.Paul Phillips2013-08-182-0/+35
* | | | An unapplySeq-via-String test.Paul Phillips2013-08-182-0/+34
* | | | Refined name-based patmat methods.Paul Phillips2013-08-181-6/+6
* | | | Revert "Minor improvement in pattern typer inference."Paul Phillips2013-08-181-0/+13
* | | | SI-5903 extractor macrosEugene Burmako2013-08-1831-0/+322
* | | | New tests for name-based pattern matcher.Paul Phillips2013-08-1727-0/+1011
* | | | Pattern matcher: extractors become name-based.Paul Phillips2013-08-178-26/+53
* | | | SI-4425 do some validity checking on unapplies.Paul Phillips2013-08-173-1/+95
* | | | 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-1613-10/+208
|\ \ \ \
| * | | | addresses feedback regarding new junit testsDen Shabalin2013-08-154-21/+24
| * | | | SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-143-6/+47
| * | | | SI-7331 remove all the wrapping code from toolboxDen Shabalin2013-08-146-0/+40
| * | | | SI-7731 make CannotHaveAttrs more consistentDen Shabalin2013-08-141-0/+70
| * | | | add assertThrows testing utility functionDen Shabalin2013-08-142-0/+44
| |/ / /
* | | | Merge pull request #2823 from som-snytt/issue/7715Adriaan Moors2013-08-164-0/+58
|\ \ \ \
| * | | | SI-7715 String inpatternation s"$_" for s"${_}"Som Snytt2013-08-124-0/+58
| | |_|/ | |/| |
* | | | 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-166-11/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | StringContext#checkLengths reports bad args countSom Snytt2013-08-061-2/+2