summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-0828-148/+212
* 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-071-1/+1
|\
| * SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-061-1/+1
* | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-0716-196/+811
|\ \
| * | Make specialization aware of anonymous functions.James Iry2013-11-062-3/+18
| * | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-061-1/+2
| * | Flesh out the Delambdafy phase.James Iry2013-11-063-4/+458
| * | Refactor Erasure for delambdafication.James Iry2013-11-065-168/+198
| * | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-062-21/+108
| * | Add a skeletal Delambdafy phase.James Iry2013-11-014-2/+30
* | | Merge pull request #3104 from dotta/update-eclipse-setup-instructionsGrzegorz Kossakowski2013-11-073-4/+15
|\ \ \
| * | | Updated instructions for setting up Eclipse for Scala developmentMirco Dotta2013-11-071-0/+11
| * | | 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-052-10/+87
|\ \ \ \ \
| * | | | | SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-292-10/+87
* | | | | | from Issue #3098Xusen Yin2013-11-051-2/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #3088 from retronym/ticket/7944Jason Zaugg2013-11-031-1/+5
|\ \ \ \ \
| * | | | | SI-7944 FOUND: stray undetermined type params in vicinity of implicitsJason Zaugg2013-10-311-1/+5
| | |/ / / | |/| | |
* / | | | 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-291-1/+9
|\ \ \
| * | | SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-241-1/+9
* | | | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-295-24/+34
|\ \ \ \
| * | | | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-285-24/+34
| | |/ / | |/| |
* | | | Merge pull request #3069 from adriaanm/build-maven-publishAdriaan Moors2013-10-2811-738/+460
|\ \ \ \ | |/ / / |/| | |
| * | | 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-221-11/+10
| * | | Towards minimal build for publishing core to maven.Adriaan Moors2013-10-222-2/+2
| * | | Support publishing to maven from main buildAdriaan Moors2013-10-221-100/+101
| * | | Inline src/build/pack.xml into build.xml.Adriaan Moors2013-10-211-263/+0
| * | | Correct license to 3-clause BSD in poms.Adriaan Moors2013-10-217-21/+14
* | | | Merge pull request #3073 from retronym/ticket/7928Jason Zaugg2013-10-251-1/+5
|\ \ \ \
| * | | | SI-7928 Favour module accessors symbols in rebindJason Zaugg2013-10-231-1/+5
* | | | | Merge pull request #3079 from jamesward/fix/ec-implicit-errorJames Iry2013-10-251-1/+1
|\ \ \ \ \
| * | | | | More clear implicitNotFound error for ExecutionContextJames Ward2013-10-241-1/+1
* | | | | | Merge pull request #3077 from retronym/topic/phase-descAdriaan Moors2013-10-241-1/+1
|\ \ \ \ \ \
| * | | | | | Update description of explicitouter phase.Jason Zaugg2013-10-241-1/+1
* | | | | | | Merge pull request #3006 from ivmaykov/masterAdriaan Moors2013-10-241-0/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-7883: Added a comment per CR feedback from @adriaanm, @IchoranIlya Maykov2013-10-031-0/+3
| * | | | | | SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+6
* | | | | | | Merge pull request #3074 from Jentsch/filterInDocsJason Zaugg2013-10-241-33/+38
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Prevent useless filter operation in docsJentsch2013-10-231-33/+38
* | | | | | | Merge pull request #3027 from etaty/patch-2Jason Zaugg2013-10-231-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |