summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6045a05b83' into merge-2.10Adriaan Moors2013-11-133-0/+44
|\
| * Fix completion after application with implicit argumentsJason Zaugg2013-11-063-0/+44
| |
| \
*-. \ Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-135-0/+37
|\ \ \
| | * | SI-4012 Mixin and specialization work wellVlad Ureche2013-11-052-0/+22
| | |/
| * / SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-043-0/+15
| |/
| * Merge pull request #3072 from retronym/backport/7519Adriaan Moors2013-10-245-0/+51
| |\
| | * SI-7519: Additional test case covering sbt/sbt#914Mark Harrah2013-10-233-0/+26
| | * [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-232-0/+25
| * | [nomaster] SI-6026 backport getResource bug fixSom Snytt2013-10-182-0/+18
| |/
* | Merge pull request #3090 from densh/pull/undo-forAdriaan Moors2013-11-1315-102/+195
|\ \
| * | test legacy .filter support in for loop resugaringDen Shabalin2013-11-121-0/+11
| * | add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-122-3/+47
| * | implement inverse transformation to mkForDen Shabalin2013-11-122-0/+39
| * | make fresh names compare similar in quasiquotesDen Shabalin2013-11-122-4/+26
| * | simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-1212-91/+25
| * | add some post-typecheck tests for quasiquotesDen Shabalin2013-11-123-2/+45
| * | deduplicate tuple tree creation codeDen Shabalin2013-11-122-5/+5
* | | Merge pull request #3112 from adriaanm/modularize-scaladocJames Iry2013-11-131-1/+16
|\ \ \
| * | | Refactoring to prepare modularization of the compiler.Adriaan Moors2013-11-121-1/+16
| |/ /
* | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-123-6/+357
|\ \ \
| * | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-102-27/+18
| * | | SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-102-0/+360
* | | | Merge pull request #3113 from adriaanm/pr-rebase-3046Adriaan Moors2013-11-129-77/+17
|\ \ \ \
| * | | | Make parameters to implicit value classes privateJason Zaugg2013-11-129-77/+17
| | |/ / | |/| |
* | | | Merge pull request #3121 from rjfwhite/SI-7568James Iry2013-11-121-0/+32
|\ \ \ \
| * | | | SI-7568 Adding PriorityQueueTestrjfwhite2013-11-111-0/+32
| | |/ / | |/| |
* | | | Merge pull request #3111 from phaller/issue/7958James Iry2013-11-127-87/+87
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-127-87/+87
| |/ /
* / / M6 modules, partest depends on scala as provided.Adriaan Moors2013-11-111-0/+2
|/ /
* | Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-085-13/+13
|\ \
| * | Parser stack reduction peekingAheadSom Snytt2013-11-082-5/+8
| * | Parser stack reduction discussionSom Snytt2013-11-085-13/+13
| * | Rewrites the parser stack reduction logic.Paul Phillips2013-11-083-9/+6
* | | Merge pull request #3094 from retronym/topic/erasure-optJames Iry2013-11-081-2/+2
|\ \ \ | |/ / |/| |
| * | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-081-2/+2
* | | Merge pull request #3103 from Ichoran/topic/tidy-collectionsJames Iry2013-11-0816-2/+18
|\ \ \ | |/ / |/| |
| * | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0716-2/+18
* | | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-083-0/+72
|\ \ \
| * | | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-083-0/+72
| |/ /
* | | Merge pull request #3101 from xeno-by/ticket/7776Eugene Burmako2013-11-072-0/+20
|\ \ \ | |/ / |/| |
| * | SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-052-0/+20
* | | Merge pull request #3042 from gourlaysama/t7634-repl-sh-is-brokenAdriaan Moors2013-11-072-0/+30
|\ \ \
| * | | SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-062-0/+30
* | | | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-0748-57/+450
|\ \ \ \
| * | | | 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-062-0/+18
| * | | | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-062-0/+15
| * | | | Flesh out the Delambdafy phase.James Iry2013-11-066-0/+50
| * | | | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-068-0/+156