summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-0831-148/+284
* Add a per-run cache for member symbolsJason Zaugg2013-11-084-18/+24
* Cache ImplicitInfo#isCyclicOrErroneousJason Zaugg2013-11-081-2/+8
* Fast path for ByNameClass in isImpossibleSubtypeJason Zaugg2013-11-081-1/+1
* Merge pull request #3042 from gourlaysama/t7634-repl-sh-is-brokenAdriaan Moors2013-11-073-1/+31
|\
| * SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-063-1/+31
* | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-0764-253/+1261
|\ \
| * | Force several tests to run using inline delambdafication.James Iry2013-11-069-2/+9
| * | Create test variants where delambdafication alters signatures.James Iry2013-11-0610-2/+142
| * | Make specialization aware of anonymous functions.James Iry2013-11-064-3/+36
| * | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-063-1/+17
| * | Flesh out the Delambdafy phase.James Iry2013-11-069-4/+508
| * | Refactor Erasure for delambdafication.James Iry2013-11-065-168/+198
| * | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-0610-21/+264
| * | Add a skeletal Delambdafy phase.James Iry2013-11-0111-49/+84
| * | Make future-spec tests not spawn threads in constructors.James Iry2013-11-014-6/+6
* | | Merge pull request #3104 from dotta/update-eclipse-setup-instructionsGrzegorz Kossakowski2013-11-075-33/+15
|\ \ \
| * | | Updated instructions for setting up Eclipse for Scala developmentMirco Dotta2013-11-071-0/+11
| * | | Removed Eclipse .project and .classpath for `plugintemplate` projectMirco Dotta2013-11-072-29/+0
| * | | Updated Eclipse .classpath of partest and scaladoc projectsMirco Dotta2013-11-072-4/+4
* | | | Merge pull request #3095 from retronym/topic/opt-no-runtime-reflectGrzegorz Kossakowski2013-11-072-13/+16
|\ \ \ \
| * | | | Don't use runtime reflection from the batch compiler.Jason Zaugg2013-11-012-13/+16
* | | | | Merge pull request #3086 from axel22/topic/pc-execution-contextAdriaan Moors2013-11-0511-74/+201
|\ \ \ \ \
| * | | | | SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-2911-74/+201
* | | | | | Merge pull request #3099 from yinxusen/patch-1Adriaan Moors2013-11-041-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | from Issue #3098Xusen Yin2013-11-051-2/+2
|/ / / / /
* | | | | Merge pull request #3088 from retronym/ticket/7944Jason Zaugg2013-11-032-1/+29
|\ \ \ \ \
| * | | | | SI-7944 FOUND: stray undetermined type params in vicinity of implicitsJason Zaugg2013-10-312-1/+29
| | |/ / / | |/| | |
* | | | | Merge pull request #3083 from retronym/topic/tools-autumn-cleanJason Zaugg2013-11-0320-790/+0
|\ \ \ \ \
| * | | | | Remove tools/*{cp, _scala, _scalac}, and tools/*pickledJason Zaugg2013-10-2814-159/+0
| * | | | | Remove tools/remotetestJason Zaugg2013-10-281-230/+0
| * | | | | Remove tools/test-renamerJason Zaugg2013-10-281-82/+0
| * | | | | Remove tools/updatescalacheckJason Zaugg2013-10-281-130/+0
| * | | | | Remove outdated build scripts.Jason Zaugg2013-10-282-60/+0
| * | | | | Remove tools/make-release-notesJason Zaugg2013-10-281-129/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #3089 from retronym/topic/opt-collections-seqJason Zaugg2013-11-039-13/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Collections: remove redundant calls to .seqJason Zaugg2013-10-319-13/+13
|/ / / /
* | | | Merge pull request #3084 from retronym/topic/optJason Zaugg2013-10-302-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Microptimization in implicit searchJason Zaugg2013-10-282-2/+3
| |/ /
* | | Merge pull request #3076 from soc/SI-7605-deprecate-proceduresJames Iry2013-10-294-1/+27
|\ \ \
| * | | SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-244-1/+27
* | | | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-2914-33/+102
|\ \ \ \
| * | | | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-2814-33/+102
* | | | | Merge pull request #3069 from adriaanm/build-maven-publishAdriaan Moors2013-10-2812-1033/+958
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bundle source and class file bundling in osgi bundling.Adriaan Moors2013-10-251-85/+59
| * | | | Tidy pom xml files.Adriaan Moors2013-10-257-366/+358
| * | | | Fail build on error in signed maven publish.Adriaan Moors2013-10-251-1/+1
| * | | | Build cleanup. Prepare for scaladoc module build.Adriaan Moors2013-10-222-49/+52
| * | | | Targets for publishing core to maven.Adriaan Moors2013-10-221-11/+42
| * | | | Towards minimal build for publishing core to maven.Adriaan Moors2013-10-223-241/+253