summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'scala/master' into merge-2.10.xGrzegorz Kossakowski2013-07-2911-22/+27
|\
| * Merge pull request #2746 from soc/topic/paulp-typer-debug-outputAdriaan Moors2013-07-2910-20/+25
| |\
| | * Make -Ytyper-debug output readable.Paul Phillips2013-07-178-15/+17
| | * Cleanups in type printing.Paul Phillips2013-07-173-5/+8
* | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-295-18/+38
|\ \ \ | |/ / |/| |
| * | Rename t7636-neg.check to the standard t7636.check.Adriaan Moors2013-07-291-0/+0
| * | 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
| * | | SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-143-18/+21
| |/ /
* | | Merge pull request #2737 from retronym/ticket/7669Adriaan Moors2013-07-295-2/+23
|\ \ \
| * | | SI-7669 Fix exhaustivity warnings for recursive ADTs.Jason Zaugg2013-07-175-2/+23
| | |/ | |/|
* | | Merge pull request #2690 from soc/SI-7620Adriaan Moors2013-07-296-49/+2
|\ \ \
| * | | SI-7620 Remove floating-point-literals-without-digit-after-dotSimon Ochsenreither2013-06-286-49/+2
* | | | SI-7695 Macro debug output on -explaintypesSom Snytt2013-07-275-0/+29
| |/ / |/| |
* | | Merge pull request #2714 from scalamacros/topic/quasiquotesAdriaan Moors2013-07-103-0/+27
|\ \ \
| * | | macro impls can now return subtypes of c.TreeEugene Burmako2013-07-103-0/+27
* | | | Merge pull request #2717 from retronym/ticket/6574Adriaan Moors2013-07-102-0/+17
|\ \ \ \
| * | | | SI-6574 Support @tailrec for extension methods.Jason Zaugg2013-07-102-0/+17
| | |/ / | |/| |
* | | | Merge pull request #2650 from paulp/issue/6221Adriaan Moors2013-07-083-7/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-133-7/+12
* | | | Merge pull request #2694 from adriaanm/masterGrzegorz Kossakowski2013-07-012-7/+5
|\ \ \ \
| * \ \ \ Merge 2.10.x into masterAdriaan Moors2013-06-282-7/+5
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | SI-7571 Allow nesting of anonymous classes in value classesJason Zaugg2013-06-192-7/+5
* | | | Merge pull request #2620 from magarciaEPFL/backendish33Adriaan Moors2013-07-014-1/+26
|\ \ \ \ | |/ / / |/| | |
| * | | more informative name for backend-selection via command-lineMiguel Garcia2013-06-272-2/+2
| * | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-014-1/+26
* | | | SI-7292 Fixes test failures by updating *.check filesSimon Ochsenreither2013-06-212-12/+12
* | | | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-206-0/+34
|\ \ \ \
| * | | | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-046-0/+34
* | | | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-195-28/+29
|\ \ \ \ \
| * | | | | SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-045-28/+29
* | | | | | Merge pull request #2631 from retronym/ticket/5022Grzegorz Kossakowski2013-06-191-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-5022 Retain precise existentials through pattern matchingJason Zaugg2013-06-051-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #2596 from retronym/ticket/7519Jason Zaugg2013-06-092-0/+25
|\ \ \ \ \
| * | | | | SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-252-0/+25
* | | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-072-1/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-072-1/+11
* | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-0410-13/+53
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-034-13/+16
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-272-13/+0
| | |\ \ \ \ \
| | | * | | | | SI-7486 Regressions in implicit search.Paul Phillips2013-05-232-13/+0
| | * | | | | | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-232-0/+16
| | |/ / / / /
| * | | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-312-0/+11
| * | | | | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-292-0/+12
| |\ \ \ \ \ \
| | * | | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-0/+12
| | |/ / / / /
| * / / / / / SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-0/+14
| |/ / / / /
* | | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-032-34/+0
* | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-032-0/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-312-0/+34
| | |_|/ / | |/| | |
* | | | | refactors macro compilationEugene Burmako2013-05-287-39/+45