summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-092-6/+48
|\
| * SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-292-6/+48
* | Merge pull request #3333 from gourlaysama/man-pagesAdriaan Moors2014-01-092-55/+136
|\ \
| * | Update man pages for scala and scalac.Antoine Gourlay2014-01-082-55/+136
* | | Merge pull request #3277 from adriaanm/scala-dist-mavenAdriaan Moors2014-01-095-204/+317
|\ \ \
| * | | Explicit jline dependency.Adriaan Moors2013-12-202-1/+12
| * | | Fix typo in scala-library-all-pom.xml.Adriaan Moors2013-12-201-2/+2
| * | | scala-library-all: dependency for those who want it allAdriaan Moors2013-12-193-34/+165
| * | | scala-dist: all you need to roll your own scala distributionAdriaan Moors2013-12-192-10/+130
| * | | Prepare maven-based distribution building.Adriaan Moors2013-12-191-11/+36
| * | | Remove spurious resurrection of src/swing.Adriaan Moors2013-12-181-174/+0
* | | | Merge pull request #3347 from retronym/topic/abs-part-fun-manual-spec-no-moreGrzegorz Kossakowski2014-01-091-12/+0
|\ \ \ \
| * | | | Remove temporary binary compat scaffolding from AbstractPartiionFun.Jason Zaugg2014-01-091-12/+0
* | | | | Merge pull request #3342 from xeno-by/topic/pres-compiler-macrosJason Zaugg2014-01-098-73/+58
|\ \ \ \ \
| * | | | | Removes unnecessary generality in the macro engineEugene Burmako2014-01-085-62/+12
| * | | | | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-084-15/+26
| * | | | | SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-081-1/+25
| * | | | | More robust hyperlink tests for the presentation compilerJason Zaugg2014-01-081-1/+1
| |/ / / /
* | | | | Merge pull request #3332 from xeno-by/topic/existential-type-treeJason Zaugg2014-01-095-23/+33
|\ \ \ \ \
| * | | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-075-23/+33
| | |_|/ / | |/| | |
* | | | | 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-095-26/+53
|\ \ \ \ \ \
| * | | | | | SI-7974 Clean up and test 'Symbol-handling code in CleanUpSimon Ochsenreither2014-01-031-14/+29
| * | | | | | SI-7974 Avoid calling nonPrivateMember after erasureSimon Ochsenreither2014-01-034-12/+24
* | | | | | | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-092-7/+15
|\ \ \ \ \ \ \
| * | | | | | | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-082-7/+15
* | | | | | | | 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
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | 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-086-226/+455
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-307-49/+81
| * | | | | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-305-33/+105
| * | | | | | manifests that Namers.mkTypeCompleter is flag-agnosticEugene Burmako2013-12-301-1/+1
| * | | | | | humane reporting of macro impl binding version errorsEugene Burmako2013-12-302-11/+15
| * | | | | | 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-302-19/+4
* | | | | | | 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-081-1/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-1/+5
* | | | | | | | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-081-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-081-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-084-49/+71
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | untyper is no moreEugene Burmako2014-01-071-36/+12