summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* addresses pull request feedbackEugene Burmako2014-01-201-1/+1
* SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-203-0/+52
* Merge commit 'aefe3fb844' into merge-2.10.xAdriaan Moors2014-01-172-0/+12
|\
| * SI-6563 Test case for already-fixed crasherJason Zaugg2014-01-062-0/+12
| * [nomaster] codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+98
* | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-12/+0
|\|
| * Revert "SI-6426, importable _."Adriaan Moors2013-12-102-12/+0
| * [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-0618-24/+18
* | Merge pull request #3380 from retronym/ticket/8157Adriaan Moors2014-01-172-0/+8
|\ \
| * | SI-8157 Make overloading, defaults restriction PolyType awareJason Zaugg2014-01-172-0/+8
* | | 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