summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make parameters to implicit value classes privateJason Zaugg2013-11-129-77/+17
| |/ /
* / / SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-127-87/+87
|/ /
* | 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
| * | | | Add a skeletal Delambdafy phase.James Iry2013-11-017-47/+54
| * | | | Make future-spec tests not spawn threads in constructors.James Iry2013-11-014-6/+6
* | | | | Merge pull request #3086 from axel22/topic/pc-execution-contextAdriaan Moors2013-11-059-64/+114
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-299-64/+114
* | | | | SI-7944 FOUND: stray undetermined type params in vicinity of implicitsJason Zaugg2013-10-311-0/+24
| |/ / / |/| | |
* | | | Merge pull request #3076 from soc/SI-7605-deprecate-proceduresJames Iry2013-10-293-0/+18
|\ \ \ \
| * | | | SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-243-0/+18
* | | | | Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-298-9/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-288-9/+51
* | | | | Remove orphaned check files and flags files.Jason Zaugg2013-10-275-16/+0
* | | | | Remove empty check files and flags files.Jason Zaugg2013-10-2754-0/+0
|/ / / /
* | | | Merge pull request #3073 from retronym/ticket/7928Jason Zaugg2013-10-251-0/+16
|\ \ \ \
| * | | | SI-7928 Favour module accessors symbols in rebindJason Zaugg2013-10-231-0/+16
* | | | | Update description of explicitouter phase.Jason Zaugg2013-10-245-5/+5
* | | | | Merge pull request #3026 from retronym/ticket/3871Jason Zaugg2013-10-234-0/+242
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-3871 Testing protected access against the specJason Zaugg2013-10-232-0/+224
| * | | | SI-3871 Missing test case for protected bug.Jason Zaugg2013-10-092-0/+18
* | | | | Merge pull request #3039 from huitseeker/filter-partest-JAVA_OPTIONSJason Zaugg2013-10-231-0/+3
|\ \ \ \ \
| * | | | | Filter JVM debug output for custom options in partestFrançois Garillot2013-10-151-0/+3
* | | | | | Merge pull request #3059 from densh/pull/si-6840Jason Zaugg2013-10-231-0/+9
|\ \ \ \ \ \
| * | | | | | SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-0/+9
* | | | | | | Merge pull request #3070 from xeno-by/topic/macro-impl-wrong-shapeJason Zaugg2013-10-238-1/+21
|\ \ \ \ \ \ \
| * | | | | | | better macro impl shape errorsEugene Burmako2013-10-238-1/+21
| |/ / / / / /
* | | | | | | Merge pull request #3068 from retronym/ticket/7020-3-1Jason Zaugg2013-10-233-0/+50
|\ \ \ \ \ \ \
| * | | | | | | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-223-0/+50
* | | | | | | | Merge pull request #3060 from harrah/t7519-bJason Zaugg2013-10-233-0/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7519: Additional test case covering sbt/sbt#914Mark Harrah2013-10-203-0/+28
| | |/ / / / / / | |/| | | | | |