summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #3332 from xeno-by/topic/existential-type-treeJason Zaugg2014-01-096-24/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-076-24/+34
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3336 from OlivierBlanvillain/patch-1Jason Zaugg2014-01-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix typo in documentationOlivier Blanvillain2014-01-081-1/+1
* | | | | | | | | Merge pull request #3149 from soc/SI-7974Jason Zaugg2014-01-098-26/+183
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7974 Clean up and test 'Symbol-handling code in CleanUpSimon Ochsenreither2014-01-034-14/+159
| * | | | | | | | | SI-7974 Avoid calling nonPrivateMember after erasureSimon Ochsenreither2014-01-034-12/+24
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-0918-9/+206
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-0810-13/+100
| * | | | | | | | | SI-4827 Test to demonstrate wrong position of constructor default argMirco Dotta2013-12-123-0/+19
| * | | | | | | | | SI-4287 Added test demonstrating hyperlinking to constructor's argumentMirco Dotta2013-12-123-0/+24
| * | | | | | | | | Presentation compiler hyperlinking on context bounds testMirco Dotta2013-12-123-0/+67
* | | | | | | | | | Merge pull request #3338 from gourlaysama/t7491Jason Zaugg2014-01-091-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7491 deprecate overriding App.main and clarify documentationAntoine Gourlay2014-01-081-6/+6
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3341 from xuwei-k/anyval-scaladocJason Zaugg2014-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | SI-7859 fix AnyVal.scala scaladoc.xuwei-k2014-01-091-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-0840-228/+789
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-3011-54/+86
| * | | | | | | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-3031-33/+379
| * | | | | | | | manifests that Namers.mkTypeCompleter is flag-agnosticEugene Burmako2013-12-301-1/+1
| * | | | | | | | humane reporting of macro impl binding version errorsEugene Burmako2013-12-308-11/+73
| * | | | | | | | hooks for typecheck and expansion of macro defsEugene Burmako2013-12-304-10/+146
| * | | | | | | | unprivates important helpers in Macros.scalaEugene Burmako2013-12-301-119/+114
| * | | | | | | | removes some copy/paste from AnalyzerPluginsEugene Burmako2013-12-301-37/+43
| * | | | | | | | gives a more specific signature to `computeMacroDefType`Eugene Burmako2013-12-302-13/+12
| * | | | | | | | macroExpandApply => macroExpandEugene Burmako2013-12-304-21/+6
* | | | | | | | | Merge pull request #3289 from soc/SI-7492-reduxJason Zaugg2014-01-081-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7492 Make scala.runtime.MethodCache private[scala]Simon Ochsenreither2013-12-191-4/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-082-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-072-1/+14
* | | | | | | | | | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-082-0/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-062-0/+22
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3306 from Ichoran/topic/junit-set-mapJason Zaugg2014-01-083-170/+479
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improved testing framework for sets and maps.Rex Kerr2013-12-263-170/+479
* | | | | | | | | | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-082-2/+31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-312-2/+31
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-087-49/+102
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | untyper is no moreEugene Burmako2014-01-071-36/+12
| * | | | | | | | | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-077-40/+117
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3313 from OlivierBlanvillain/upstreamJason Zaugg2014-01-034-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix typos in documentationOlivier Blanvillain2013-12-284-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3284 from soc/SI-7880Jason Zaugg2014-01-032-9/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-232-9/+20
* | | | | | | | | | Merge pull request #3239 from soc/SI-8052Jason Zaugg2014-01-033-24/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8052 Disallow `macro` as an identifierSimon Ochsenreither2013-12-093-24/+44
* | | | | | | | | | | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-0315-13/+64
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-166-13/+64
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-0351-67/+79
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | typeCheck => typecheckEugene Burmako2013-12-1051-67/+79
| |/ / / / / / / / / /