summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3216 from xeno-by/topic/macro-error-messagesAdriaan Moors2013-12-0313-66/+58
|\
| * better error messages for various macro definition errorsEugene Burmako2013-12-0313-66/+58
* | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-014-0/+63
|/
* Merge pull request #3197 from retronym/merge/2.10.x-positions-to-masterJason Zaugg2013-11-261-4/+4
|\
| * Merge remote-tracking branch 'origin/pr/3196' into merge/2.10.x-positions-to-...Jason Zaugg2013-11-261-4/+4
| |\
| | * SI-7463,SI-8003 Correct wrong position for {select,apply}Dynamic callsSimon Schaefer2013-11-261-4/+4
| | * SI-7519: Additional test case covering sbt/sbt#914Mark Harrah2013-10-233-0/+26
| | * [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-232-0/+25
* | | SI-7984 Issue unchecked warning for type aliasesJason Zaugg2013-11-267-9/+23
|/ /
* | Merge pull request #3178 from retronym/ticket/7872Adriaan Moors2013-11-257-1/+72
|\ \
| * | SI-7872 Plug a variance exploit in refinement typesJason Zaugg2013-11-237-1/+72
* | | Merge pull request #3130 from retronym/ticket/7967-2Adriaan Moors2013-11-252-0/+18
|\ \ \
| * | | SI-7967 Account for type aliases in self-type checksJason Zaugg2013-11-222-0/+18
* | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-227-9/+9
|\ \ \ \
| * | | | deprecate Pair and TripleDen Shabalin2013-11-207-9/+9
| | |/ / | |/| |
* / | | Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-212-0/+7
|/ / /
* | | Merge pull request #3141 from soc/SI-7961Adriaan Moors2013-11-172-8/+14
|\ \ \
| * | | SI-7961 Fix false positive procedure warningsSimon Ochsenreither2013-11-142-8/+14
| |/ /
* | | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-1371-182/+340
|\ \ \ | |/ / |/| |
| * | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-124-1/+31
| * | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-125-7/+36
| * | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-124-0/+64
| * | 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