summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3283 from paulp/pr/dotless-targsAdriaan Moors2014-01-172-0/+9
|\
| * Dotless type application for infix operators.Paul Phillips2013-12-172-0/+9
* | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-152-2/+2
|\ \
| * | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-092-2/+2
* | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-155-0/+32
|\ \ \
| * | | SI-8015 Unprintables in messagesSom Snytt2014-01-081-1/+1
| * | | SI-8015 Count lines by EOLsSom Snytt2014-01-085-0/+32
| |/ /
* | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-158-5/+64
|\ \ \
| * | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-098-5/+64
| |/ /
* | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-154-0/+33
|\ \ \
| * | | SI-8146 Test cases for typechecking decidabilityJason Zaugg2014-01-144-0/+33
* | | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-1469-260/+224
|\ \ \ \
| * | | | prohibits constructor overloading for macro bundlesEugene Burmako2014-01-123-1/+17
| * | | | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-1215-68/+17
| * | | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-1264-213/+212
| |/ / /
* | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-1312-41/+151
|\ \ \ \
| * | | | SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-154-9/+32
| * | | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-159-32/+119
| | |_|/ | |/| |
* | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-134-0/+112
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-274-0/+112
* | | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-087-1/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-301-1/+1
| * | | humane reporting of macro impl binding version errorsEugene Burmako2013-12-306-0/+58
| * | | macroExpandApply => macroExpandEugene Burmako2013-12-301-1/+1
* | | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-031-20/+33
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-091-20/+33
* | | | 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
|\ \ \