summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-061-4/+0
|\ \ | |/ |/|
| * 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-2921-18/+248
|\ \ \ \ | |/ / / |/| | |
| * | | 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-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 #2721 from retronym/ticket/7649Adriaan Moors2013-07-122-0/+21
| |\ \ \ \ \
| | * | | | | SI-7649 Fix positions for reshaped tag materializersJason Zaugg2013-07-112-0/+21
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-126-0/+49
| |\ \ \ \ \
| | * | | | | SI-7617 typedAssign no longer expands lhsEugene Burmako2013-07-096-0/+49
| * | | | | | SI-7638 Superaccessor lookup after specializationVlad Ureche2013-07-081-0/+51
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #2655 from VladUreche/issue/7344Adriaan Moors2013-06-261-0/+53
| |\ \ \ \ \
| | * | | | | SI-7344 Specialize methods in private scopesVlad Ureche2013-06-251-0/+53
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #2739 from retronym/ticket/7668Adriaan Moors2013-07-291-0/+12
|\ \ \ \ \ \
| * | | | | | SI-7668 Better return type inheritance for dep. method typesJason Zaugg2013-07-161-0/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2737 from retronym/ticket/7669Adriaan Moors2013-07-296-2/+24
|\ \ \ \ \ \
| * | | | | | SI-7669 Fix exhaustivity warnings for recursive ADTs.Jason Zaugg2013-07-176-2/+24
| |/ / / / /
* | | | | | Merge pull request #2690 from soc/SI-7620Adriaan Moors2013-07-297-50/+3
|\ \ \ \ \ \
| * | | | | | SI-7620 Remove floating-point-literals-without-digit-after-dotSimon Ochsenreither2013-06-287-50/+3
* | | | | | | Merge pull request #2765 from retronym/ticket/7689Grzegorz Kossakowski2013-07-271-0/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-7689 Fix typing regression with default argumentsJason Zaugg2013-07-241-0/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2772 from som-snytt/issue/6123-fix-testGrzegorz Kossakowski2013-07-275-0/+21
|\ \ \ \ \ \ \
| * | | | | | | SI-7695 Macro debug output on -explaintypesSom Snytt2013-07-275-0/+21
| |/ / / / / /
* | | | | | | Merge pull request #2736 from som-snytt/issue/7488-chase-delayed-initAdriaan Moors2013-07-252-0/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7488 REPL javap finds new style delayedEndpointSom Snytt2013-07-152-0/+49
| | |/ / / / | |/| | | |
* / | | | | Commit .gitignore directlyJason Zaugg2013-07-174-10/+0
|/ / / / /
* | | | | Merge pull request #2725 from som-snytt/topic/repl-paste-fileAdriaan Moors2013-07-124-0/+52
|\ \ \ \ \
| * | | | | SI-4684 Repl supports raw pasteSom Snytt2013-07-112-0/+28
| * | | | | SI-4684 Repl supports whole-file pasteSom Snytt2013-07-112-0/+24
* | | | | | Fix repl-save testSom Snytt2013-07-112-24/+18
|/ / / / /
* | | | | Merge pull request #2697 from som-snytt/issue/6419-repl-saveAdriaan Moors2013-07-102-0/+34
|\ \ \ \ \
| * | | | | SI-6419 Repl save session commandSom Snytt2013-07-012-0/+34
* | | | | | Merge pull request #2701 from som-snytt/issue/4594-repl-settingsAdriaan Moors2013-07-101-0/+26
|\ \ \ \ \ \