summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-155-0/+38
|\
| * SI-7007 Test case shows we disallow premature `this` accessJason Zaugg2013-09-112-0/+21
| * SI-3832 Don't lift methods in aux constructor trailing stats as STATICJason Zaugg2013-09-113-0/+17
* | Reducing variation of tree creation methods.Paul Phillips2013-09-133-9/+7
* | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-1224-9/+193
|\ \
| * | SI-7622 Scaladoc and error message polishSom Snytt2013-08-212-2/+2
| * | SI-7622 Clean Up Phase AssemblySom Snytt2013-08-2122-0/+186
| * | SI-7622 Plugins can be not enabledSom Snytt2013-08-211-1/+1
| * | SI-7622 Phases are enabled or notSom Snytt2013-08-214-4/+4
| * | SI-7622 Phase assembly is testableSom Snytt2013-08-212-4/+2
* | | SI-7834 Type equivalence of C.this and C.super.Paul Phillips2013-09-112-0/+117
| |/ |/|
* | Merge pull request #2930 from retronym/topic/patmat-inference-prepJason Zaugg2013-09-1140-149/+13
|\ \
| * | Limit bad advice given for erroneous pattern.Paul Phillips2013-08-293-0/+13
| * | Removing orphan check/flag files.Paul Phillips2013-08-2937-149/+0
* | | Merge pull request #2907 from paulp/pr/typetree-original-rangeposJason Zaugg2013-09-092-11/+2
|\ \ \
| * | | Eliminate TypeTrees with null original.Paul Phillips2013-09-042-11/+2
* | | | Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5Grzegorz Kossakowski2013-09-0612-177/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-2712-177/+18
* | | | Merge pull request #2861 from densh/topic/deprecate-early-type-defsGrzegorz Kossakowski2013-08-304-5/+7
|\ \ \ \
| * | | | deprecate early type defsDen Shabalin2013-08-284-5/+7
| |/ / /
* | | | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-3012-0/+145
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-2912-0/+145
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-214-13/+16
| | |\ \
| | * | | SI-7752 Don't disambiguate type parameters of overloaded altsJason Zaugg2013-08-152-0/+53
| | * | | Merge pull request #2828 from adriaanm/rebase-2771James Iry2013-08-131-0/+7
| | |\ \ \
| | | * | | SI-7694 Add @uncheckedBounds to the libraryJason Zaugg2013-08-131-0/+7
| | * | | | SI-7020 Determinism for pattern matcher warningsJason Zaugg2013-08-133-0/+48
| | |/ / /
| | * | | [nomaster] macro errors now always have positionsEugene Burmako2013-08-106-0/+35
* | | | | Merge pull request #2847 from retronym/ticket/7501Grzegorz Kossakowski2013-08-283-0/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-173-0/+24
* | | | | 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
* | | | | Merge branch 'master' into patmatPaul Phillips2013-08-2014-10/+51
|\ \ \ \ \
| * \ \ \ \ 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
| | |/ / /
* | | | | Refined name-based patmat methods.Paul Phillips2013-08-181-6/+6
* | | | | SI-5903 extractor macrosEugene Burmako2013-08-1815-0/+189
* | | | | New tests for name-based pattern matcher.Paul Phillips2013-08-175-0/+226
* | | | | Pattern matcher: extractors become name-based.Paul Phillips2013-08-175-19/+46
* | | | | SI-4425 do some validity checking on unapplies.Paul Phillips2013-08-173-1/+95
|/ / / /