summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3149 from soc/SI-7974Jason Zaugg2014-01-093-0/+130
|\
| * SI-7974 Clean up and test 'Symbol-handling code in CleanUpSimon Ochsenreither2014-01-033-0/+130
* | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-093-2/+57
|\ \
| * | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-083-2/+57
* | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-0827-1/+275
|\ \ \
| * | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-303-4/+4
| * | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-3026-0/+274
| * | | macroExpandApply => macroExpandEugene Burmako2013-12-301-1/+1
* | | | 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 #3245 from densh/si/8047Jason Zaugg2014-01-038-0/+38
|\ \ \ \ \ \
| * | | | | | Use t- prefix instead of si- prefix for test filesDen Shabalin2013-12-166-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-0338-47/+47
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | typeCheck => typecheckEugene Burmako2013-12-1038-47/+47
| |/ / / / /
* | | | | | 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-3010-24/+13
|\ \ \ \ \
| * | | | | makes boxity of fast track macros configurableEugene Burmako2013-12-1910-24/+13
| | |_|/ / | |/| | |
* | | | | Merge pull request #3309 from xeno-by/topic/expand-dynamicJason Zaugg2013-12-303-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-283-0/+28
|\ \ \ \ \
| * | | | | codifies the state of the art wrt SI-8104Eugene Burmako2013-12-283-0/+28
| |/ / / /
* / / / / SI-6355 SI-7059 it is possible to overload applyDynamicEugene Burmako2013-12-282-0/+19
|/ / / /
* | | | 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
* | | | 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-132-0/+12
* | | | | 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 #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 #3265 from retronym/merge/2.10.x-to-masterAdriaan Moors2013-12-133-0/+95
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+16
| |\ \ \ \
| | * | | | SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-101-0/+16
| * | | | | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+57
| |\| | | |
| | * | | | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-091-0/+57
| | |\ \ \ \
| | | * | | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-0/+57
| | * | | | | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-074-0/+38
| | |\ \ \ \ \
| | | * | | | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-074-0/+38
| | | |/ / / /
| * | | / / / Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+22
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-061-0/+22
| | |/ / /
| | * | | Merge pull request #3180 from xeno-by/topic/toolbox-rangeposJason Zaugg2013-11-262-0/+9
| | |\ \ \
| | | * | | [nomaster] teaches toolbox about -YrangeposEugene Burmako2013-11-222-0/+9
* | | | | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-125-0/+89
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |