summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-086-0/+37
* Test to show the bug with hyperlinking in macro argumentsJason Zaugg2014-01-083-0/+31
* Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-0834-2/+334
|\
| * hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-304-5/+5
| * unprivates important helpers in Namers.scalaEugene Burmako2013-12-3026-0/+274
| * humane reporting of macro impl binding version errorsEugene Burmako2013-12-306-0/+58
| * macroExpandApply => macroExpandEugene Burmako2013-12-302-2/+2
* | Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-081-0/+9
|\ \
| * | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-0/+9
* | | Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-082-170/+0
|\ \ \
| * | | Improved testing framework for sets and maps.Rex Kerr2013-12-262-170/+0
* | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-083-0/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-073-0/+31
| |/ /
* | | Merge pull request #3284 from soc/SI-7880Jason Zaugg2014-01-031-0/+7
|\ \ \
| * | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-0/+7
* | | | 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 #3245 from densh/si/8047Jason Zaugg2014-01-0311-0/+38
|\ \ \ \ \
| * | | | | Use t- prefix instead of si- prefix for test filesDen Shabalin2013-12-169-0/+0
| * | | | | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-162-0/+38
* | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-0343-52/+52
|\ \ \ \ \ \
| * | | | | | typeCheck => typecheckEugene Burmako2013-12-1043-52/+52
| |/ / / / /
* | | | | | Merge pull request #3297 from paulp/pr/7406Jason Zaugg2013-12-312-0/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-7406 crasher with specialized lazy valPaul Phillips2013-12-212-0/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3288 from xeno-by/topic/f-interpolatorJason Zaugg2013-12-3013-11/+34
|\ \ \ \ \
| * | | | | makes boxity of fast track macros configurableEugene Burmako2013-12-1913-11/+34
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3309 from xeno-by/topic/expand-dynamicJason Zaugg2013-12-307-0/+60
|\ \ \ \ \
| * | | | | SI-8006 prevents infinite applyDynamicNamed desugaringsEugene Burmako2013-12-284-0/+30
| * | | | | SI-7777 applyDynamic macro fails for nested applicationEugene Burmako2013-12-273-0/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #3311 from xeno-by/topic/fine-points-of-whiteboxity-masterEugene Burmako2013-12-286-0/+64
|\ \ \ \ \
| * | | | | codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+64
| |/ / / /
* / / / / SI-6355 SI-7059 it is possible to overload applyDynamicEugene Burmako2013-12-287-7/+54
|/ / / /
* | | | 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
* | | | | Merge pull request #3274 from retronym/ticket/8017Grzegorz Kossakowski2013-12-193-0/+44
|\ \ \ \ \
| * | | | | SI-8017 Value class awareness for -Ydelamdafy:methodJason Zaugg2013-12-153-0/+44
* | | | | | SI-5508 Fix crasher with private[this] in nested traitsJason Zaugg2013-12-198-7/+107
| |_|/ / / |/| | | |
* | | | | Merge pull request #3236 from xeno-by/topic/wildbox-macrosEugene Burmako2013-12-179-0/+151
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | whitebox macros are now first typechecked against outerPtEugene Burmako2013-12-109-0/+151
* | | | | Modularize continuations plugin.Adriaan Moors2013-12-13110-1631/+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 #3240 from soc/SI-7618Adriaan Moors2013-12-132-33/+7
|\ \ \ \ \
| * | | | | SI-7618 Remove octal number literalsSimon Ochsenreither2013-12-092-33/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3262 from densh/si/8030Adriaan Moors2013-12-135-17/+167
|\ \ \ \ \
| * | | | | SI-8030 force symbols on presentation compiler initializationDen Shabalin2013-12-125-17/+167
| | |/ / / | |/| | |
* | | | | Merge pull request #3250 from soc/SI-8059Adriaan Moors2013-12-132-3/+18
|\ \ \ \ \
| * | | | | SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-112-3/+18
| |/ / / /
* | | | | 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
| | |_|/ / | |/| | |