summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* humane reporting of macro impl binding version errorsEugene Burmako2013-12-306-0/+58
* macroExpandApply => macroExpandEugene Burmako2013-12-301-1/+1
* Merge pull request #3288 from xeno-by/topic/f-interpolatorJason Zaugg2013-12-306-2/+36
|\
| * makes boxity of fast track macros configurableEugene Burmako2013-12-196-2/+36
* | Merge pull request #3309 from xeno-by/topic/expand-dynamicJason Zaugg2013-12-304-0/+30
|\ \
| * | SI-8006 prevents infinite applyDynamicNamed desugaringsEugene Burmako2013-12-284-0/+30
* | | Merge pull request #3311 from xeno-by/topic/fine-points-of-whiteboxity-masterEugene Burmako2013-12-283-0/+36
|\ \ \
| * | | codifies the state of the art wrt SI-8104Eugene Burmako2013-12-283-0/+36
| |/ /
* / / SI-6355 SI-7059 it is possible to overload applyDynamicEugene Burmako2013-12-285-7/+35
|/ /
* | Merge pull request #3276 from som-snytt/issue/6120-spurious-checkAdriaan Moors2013-12-194-31/+4
|\ \
| * | SI-6120 Suppress extra warningsSom Snytt2013-12-164-31/+4
| |/
* / SI-5508 Fix crasher with private[this] in nested traitsJason Zaugg2013-12-193-22/+0
|/
* Merge pull request #3258 from jrudolph/w/fix-typo-that-that-occurs-twice-in-e...Adriaan Moors2013-12-132-2/+2
|\
| * fix typo in error messagesJohannes Rudolph2013-12-102-2/+2
* | Merge pull request #3204 from retronym/topic/patmat-classtag-compoundAdriaan Moors2013-12-133-0/+24
|\ \
| * | Test case for recently improved unchecked warningJason Zaugg2013-12-123-0/+24
* | | Merge pull request #3214 from retronym/ticket/8024Adriaan Moors2013-12-134-0/+43
|\ \ \
| * | | SI-8024 Improve user-level toString of package objectsJason Zaugg2013-12-121-1/+1
| * | | SI-8024 Fix inaccurate message on overloaded ambiguous identJason Zaugg2013-12-124-0/+43
| |/ /
* | | Merge pull request #3263 from retronym/ticket/6780Adriaan Moors2013-12-131-0/+1
|\ \ \
| * | | SI-6780 Better handling of cycles in in-scope implicit searchJason Zaugg2013-12-111-0/+1
| | |/ | |/|
* | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | SI-4841 Plugins get a class pathSom Snytt2013-12-061-1/+1
* | | Test unliftable not found scenarioDen Shabalin2013-12-102-0/+9
* | | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-102-0/+12
| |/ |/|
* | Merge pull request #3246 from xeno-by/topic/compile-time-onlyJason Zaugg2013-12-102-20/+69
|\ \
| * | streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-092-20/+69
| |/
* / deprecates macro def return type inferenceEugene Burmako2013-12-1030-61/+98
|/
* 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