summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blackbox and whitebox macrosEugene Burmako2013-11-12246-619/+788
* Filter dependencies from partest and scalacheck.Adriaan Moors2013-11-111-3/+25
* Merge pull request #3114 from adriaanm/to-m6Adriaan Moors2013-11-113-37/+24
|\
| * M6 modules, partest depends on scala as provided.Adriaan Moors2013-11-113-37/+24
|/
* Merge pull request #3115 from paulp/pr/antJason Zaugg2013-11-101-0/+1
|\
| * Add buildcharacter.properties to .gitignore.Paul Phillips2013-11-101-0/+1
|/
* Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-087-143/+188
|\
| * Parser stack reduction peekingAheadSom Snytt2013-11-083-19/+38
| * Parser stack reduction discussionSom Snytt2013-11-086-26/+27
| * Rewrites the parser stack reduction logic.Paul Phillips2013-11-084-137/+124
| * A value class for Precedence.Paul Phillips2013-11-081-0/+38
* | Merge pull request #3108 from adriaanm/faster-buildAdriaan Moors2013-11-082-175/+275
|\ \
| * | IDE needs actors/swing/continuations publish for validation.Adriaan Moors2013-11-071-0/+8
| * | More useful ant targets for faster pr validationAdriaan Moors2013-11-071-9/+5
| * | Extra repository hook via `extra.repo.url` varAdriaan Moors2013-11-071-4/+4
| * | Render relevant properties to buildcharacter.propertiesAdriaan Moors2013-11-061-0/+11
| * | De-duplicate logic in maven deployment.Adriaan Moors2013-11-061-22/+47
| * | Enforce consistency of pack, docs, osgi, maven tasks.Adriaan Moors2013-11-061-141/+201
* | | Merge pull request #3094 from retronym/topic/erasure-optJames Iry2013-11-084-15/+21
|\ \ \ | |_|/ |/| |
| * | Address review commentsJason Zaugg2013-11-082-2/+2
| * | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-084-15/+21
* | | Merge pull request #3103 from Ichoran/topic/tidy-collectionsJames Iry2013-11-0888-25/+215
|\ \ \ | |/ / |/| |
| * | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0788-25/+215
* | | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-0832-164/+312
|\ \ \
| * | | 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 #3101 from xeno-by/ticket/7776Eugene Burmako2013-11-073-4/+27
|\ \ \ | |/ / |/| |
| * | SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-053-4/+27
* | | 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