summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
| * | | | | | | In tests, interpolation is no longer -Xperimental.Som Snytt2013-08-064-4/+0
| * | | | | | | SI-7544 Interpolation message for %% literalSom Snytt2013-08-061-5/+5
| |/ / / / / /
* | | | | | | Merge pull request #2831 from soc/SI-7624Grzegorz Kossakowski2013-08-1520-52/+52
|\ \ \ \ \ \ \
| * | | | | | | Whitespace fixes in scala/tools/scalapSimon Ochsenreither2013-08-1520-52/+52
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2792 from ScrapCodes/partest-script-fixedAdriaan Moors2013-08-151-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Added a warning from scala runner script.Prashant Sharma2013-08-131-0/+3
| * | | | | | | Bug fix ! , if $color_opts is unset partest script does not work.Prashant Sharma2013-08-011-1/+1
* | | | | | | | Merge pull request #2819 from som-snytt/issue/regextract-charAdriaan Moors2013-08-141-0/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7737 Regex matches CharSom Snytt2013-08-101-0/+58
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2791 from som-snytt/issue/7265-2.11Adriaan Moors2013-08-142-27/+13
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | SI-7265 javaSpecVersion, adjust isJava... testsSom Snytt2013-08-012-27/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2804 from adriaanm/rebase-2763Adriaan Moors2013-08-121-0/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-7690 ghost error message fails compilePaul Phillips2013-08-111-0/+17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2807 from som-snytt/issue/partest-dirAdriaan Moors2013-08-124-26/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-7729 Does Par-Test work? Absolutely!Som Snytt2013-08-081-18/+12
| * | | | | | | Par-Test split checks work againSom Snytt2013-08-083-8/+5
| |/ / / / / /
* | | | | | | Merge pull request #2764 from folone/masterGrzegorz Kossakowski2013-08-121-0/+59
|\ \ \ \ \ \ \
| * | | | | | | Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-081-0/+59
| |/ / / / / /
* | | | | | | Merge pull request #2812 from xeno-by/topic/defdef-name-now-termnameGrzegorz Kossakowski2013-08-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #2797 from paulp/pr/erasure-n-squaredGrzegorz Kossakowski2013-08-121-0/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix N^2 spot in erasure.Paul Phillips2013-08-051-0/+35
| |/ / / / /
* | | | | | Merge pull request #2776 from gkossakowski/symbolTable-refactoringsGrzegorz Kossakowski2013-08-063-4/+139
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add sample to SymbolTableTest using custom symbols and type.Grzegorz Kossakowski2013-08-021-0/+21
| * | | | | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-1/+1
| * | | | | Add example of SymbolTable unit test.Grzegorz Kossakowski2013-07-272-0/+118
| * | | | | Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-4/+0
* | | | | | Merge remote-tracking branch 'scala/master' into merge-2.10.xGrzegorz Kossakowski2013-07-2920-42/+49
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2746 from soc/topic/paulp-typer-debug-outputAdriaan Moors2013-07-2919-40/+47
| |\ \ \ \ \ \
| | * | | | | | Make -Ytyper-debug output readable.Paul Phillips2013-07-1717-34/+36
| | * | | | | | Cleanups in type printing.Paul Phillips2013-07-174-6/+11
* | | | | | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-2923-18/+638
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | Rename t7636-neg.check to the standard t7636.check.Adriaan Moors2013-07-291-0/+0
| * | | | | | 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
| * | | | | | | Merge pull request #2738 from retronym/ticket/7636Grzegorz Kossakowski2013-07-272-0/+17
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | SI-7636 Fix a NPE in typing class constructorsChristopher Vogt2013-07-162-0/+17
| * | | | | | | [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-146-18/+38
| |/ / / / /
| * | | | | Merge pull request #2674 from richdougherty/2.10.x-si7336-try2Adriaan Moors2013-07-122-0/+375
| |\ \ \ \ \
| | * | | | | SI-7336 - Link flatMapped promises to avoid memory leaksRich Dougherty2013-07-062-0/+375
| | |/ / / /
| * | | | | Merge pull request #2666 from som-snytt/issue/7265-spec-at-leastAdriaan Moors2013-07-122-0/+73
| |\ \ \ \ \
| | * | | | | SI-7265 General test for spec versionSom Snytt2013-07-042-0/+73
| * | | | | | Merge pull request #2721 from retronym/ticket/7649Adriaan Moors2013-07-122-0/+21
| |\ \ \ \ \ \