summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
...
| * | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-125-4/+28
| * | blackbox and whitebox macrosEugene Burmako2013-11-1257-181/+192
* | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-121-6/+2
|\ \ \
| * | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-101-6/+2
| |/ /
* / / Make parameters to implicit value classes privateJason Zaugg2013-11-121-2/+2
|/ /
* | Parser stack reduction peekingAheadSom Snytt2013-11-082-5/+8
* | Parser stack reduction discussionSom Snytt2013-11-085-13/+13
* | Rewrites the parser stack reduction logic.Paul Phillips2013-11-083-9/+6
* | Force several tests to run using inline delambdafication.James Iry2013-11-063-0/+3
* | Create test variants where delambdafication alters signatures.James Iry2013-11-064-0/+32
* | Add a skeletal Delambdafy phase.James Iry2013-11-014-44/+48
* | Merge pull request #3076 from soc/SI-7605-deprecate-proceduresJames Iry2013-10-293-0/+18
|\ \
| * | SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-243-0/+18
* | | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-296-20/+21
|\ \ \
| * | | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-286-20/+21
* | | | Remove orphaned check files and flags files.Jason Zaugg2013-10-274-15/+0
|/ / /
* | | Update description of explicitouter phase.Jason Zaugg2013-10-244-4/+4
* | | Merge pull request #3026 from retronym/ticket/3871Jason Zaugg2013-10-234-0/+242
|\ \ \ | |/ / |/| |
| * | SI-3871 Testing protected access against the specJason Zaugg2013-10-232-0/+224
| * | SI-3871 Missing test case for protected bug.Jason Zaugg2013-10-092-0/+18
* | | Merge pull request #3070 from xeno-by/topic/macro-impl-wrong-shapeJason Zaugg2013-10-238-1/+21
|\ \ \
| * | | better macro impl shape errorsEugene Burmako2013-10-238-1/+21
* | | | Merge pull request #3068 from retronym/ticket/7020-3-1Jason Zaugg2013-10-233-0/+50
|\ \ \ \
| * | | | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-223-0/+50
| |/ / /
* | | | Merge pull request #3060 from harrah/t7519-bJason Zaugg2013-10-233-0/+28
|\ \ \ \
| * | | | SI-7519: Additional test case covering sbt/sbt#914Mark Harrah2013-10-203-0/+28
| |/ / /
* | | | Merge pull request #3047 from xeno-by/topic/deprecateEugene Burmako2013-10-2213-47/+39
|\ \ \ \ | |/ / / |/| | |
| * | | changes some manual tree constructions in macro tests to quasiquotesEugene Burmako2013-10-1813-47/+37
| * | | deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-186-18/+20
* | | | Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-192-3/+3
|\ \ \ \
| * | | | eliminate isCaseDefEnd override by moving the logic into stock parserDen Shabalin2013-10-181-1/+1
| * | | | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-141-2/+2
* | | | | Merge pull request #3051 from retronym/merge/2.10.x-to-master-4Grzegorz Kossakowski2013-10-193-50/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-4Jason Zaugg2013-10-183-50/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Disable tests for SI-7020Jason Zaugg2013-10-173-48/+0
* | | | | Merge pull request #3030 from xeno-by/topic/fundep-viewsEugene Burmako2013-10-1811-35/+138
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-1111-35/+138
* | | | | Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-183-0/+34
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-163-0/+34
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-274-7/+33
* | | | | | Test cases for SAM restrictions.Jason Zaugg2013-10-173-0/+95
|/ / / / /
* | | | | Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1440-69/+220
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #3032 from retronym/ticket/7239-testPaul Phillips2013-10-122-0/+16
| |\ \ \ \
| | * | | | SI-7239 A bonus test case from [scala-user]Jason Zaugg2013-10-112-0/+16
| | | |_|/ | | |/| |
| * | | | Merge pull request #3024 from retronym/ticket/7895Paul Phillips2013-10-1226-45/+156
| |\ \ \ \
| | * | | | SI-7985 Typecheck args after failure to typecheck functionJason Zaugg2013-10-098-7/+63
| | * | | | SI-7895 Issue all buffered errors after silent mode.Jason Zaugg2013-10-098-6/+75
| | * | | | SI-7895 Avoid cascade of "symbol not found" in pattern matchesJason Zaugg2013-10-0910-32/+18
| | | |_|/ | | |/| |
| * | | | Merge pull request #3020 from paulp/pr/overriding-pairsJason Zaugg2013-10-0910-24/+35
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-0510-24/+35
| | |/ /