summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ \
| * | | | | | SI-4594 Repl settings commandSom Snytt2013-07-041-0/+26
| |/ / / / /
* | | | | | Merge pull request #2714 from scalamacros/topic/quasiquotesAdriaan Moors2013-07-1017-0/+1331
|\ \ \ \ \ \
| * | | | | | macro impls can now return subtypes of c.TreeEugene Burmako2013-07-106-0/+51
| * | | | | | tests for quasiquotesDen Shabalin2013-07-0811-0/+1280
* | | | | | | Merge pull request #2717 from retronym/ticket/6574Adriaan Moors2013-07-105-0/+44
|\ \ \ \ \ \ \
| * | | | | | | SI-6574 Support @tailrec for extension methods.Jason Zaugg2013-07-105-0/+44
* | | | | | | | Merge pull request #2713 from VladUreche/issue/7638-masterAdriaan Moors2013-07-101-0/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7638 Superaccessor lookup after specializationVlad Ureche2013-07-081-0/+51
* | | | | | | | | Merge pull request #2650 from paulp/issue/6221Adriaan Moors2013-07-087-7/+74
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-137-7/+74
* | | | | | | | | Merge pull request #2660 from retronym/ticket/7582Adriaan Moors2013-07-0311-0/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-198-0/+50
| * | | | | | | | | SI-7582 ClassfileParser: populate privateWithin of Java module classJason Zaugg2013-06-163-0/+42
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2699 from adriaanm/fix-2637-windowsJason Zaugg2013-07-021-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use forward slash in #2637's test on windowsAdriaan Moors2013-07-011-1/+2
* | | | | | | | | | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-013-0/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updates .gitignore files.Lex Spoon2013-06-263-0/+10
* | | | | | | | | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-018-420/+229
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-288-420/+229
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |