summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #3302 from Ichoran/issue/6364Adriaan Moors2014-01-131-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6364 SetWrapper does not preserve performance / behaviorRex Kerr2013-12-311-0/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #3290 from soc/SI-7680Adriaan Moors2014-01-132-16/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7680 Update the ScalaDoc entry page of the Scala librarySimon Ochsenreither2013-12-192-16/+49
* | | | | | | | | Merge pull request #3335 from swartzrock/masterIchoran2014-01-124-45/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-074-45/+42
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3346 from retronym/ticket/8129Grzegorz Kossakowski2014-01-122-7/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8129 Plug a leak in perRunCachesJason Zaugg2014-01-102-7/+12
* | | | | | | | | | Merge pull request #3351 from xeno-by/topic/fix-platform-dependent-testJason Zaugg2014-01-101-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixes run/macroPlugins-namerHooks.scalaEugene Burmako2014-01-101-3/+4
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3350 from retronym/ticket/8131Jason Zaugg2014-01-101-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8131 Move test for reflection thread safety to pending.Jason Zaugg2014-01-101-0/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3349 from dotta/issue/disable-context-bound-test-8135Jason Zaugg2014-01-103-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8135 Disabled flaky hyperlinking presentation compiler testMirco Dotta2014-01-103-0/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-093-6/+89
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-293-6/+89
* | | | | | | | | | | 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-0919-331/+530
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | License formatting tweak, RTF version.Adriaan Moors2014-01-072-8/+79
| * | | | | | | | | | | Explicit jline dependency.Adriaan Moors2013-12-202-1/+12
| * | | | | | | | | | | Always copy man/* and doc/tools/*.Adriaan Moors2013-12-201-13/+14
| * | | | | | | | | | | 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-195-35/+176
| * | | | | | | | | | | scala-dist: all you need to roll your own scala distributionAdriaan Moors2013-12-193-24/+166
| * | | | | | | | | | | Prepare maven-based distribution building.Adriaan Moors2013-12-1913-116/+127
| * | | | | | | | | | | Remove spurious resurrection of src/swing.Adriaan Moors2013-12-181-174/+0
| * | | | | | | | | | | Remove the unused test.continuations.suite.Adriaan Moors2013-12-181-4/+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-0921-74/+152
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removes unnecessary generality in the macro engineEugene Burmako2014-01-085-62/+12
| * | | | | | | | | | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-0810-19/+55
| * | | | | | | | | | SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-087-1/+62
| * | | | | | | | | | Test to show the bug with hyperlinking in macro argumentsJason Zaugg2014-01-083-0/+31
| * | | | | | | | | | 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-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
| | |_|/ / / / / / / / / | |/| | | | | | | | | |