summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-8001 spurious "pure expression does nothing" warningEugene Burmako2013-11-235-6/+15
* Merge pull request #3175 from retronym/ticket/6229Eugene Burmako2013-11-224-0/+20
|\
| * SI-6329 Graduation day for pending tests for tag materializationJason Zaugg2013-11-214-0/+20
* | Merge pull request #3172 from retronym/ticket/7987Eugene Burmako2013-11-222-0/+18
|\ \
| * | SI-7987 Test case for "macro not expanded" error with implicitsJason Zaugg2013-11-212-0/+18
| |/
* | Merge pull request #3173 from retronym/topic/classOf-type-applyGrzegorz Kossakowski2013-11-212-0/+7
|\ \
| * | Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-212-0/+7
| |/
* / Prepare upgrade to scalacheck 1.11.Adriaan Moors2013-11-207-31/+9
|/
* Merge pull request #3140 from skyluc/issue/completion-import-object-7280Jason Zaugg2013-11-1825-22/+937
|\
| * SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-153-0/+208
| * Adds test cases for scope completionLuc Bourlier2013-11-1512-0/+707
| * Test infrastructure for scope completionJason Zaugg2013-11-1510-22/+22
* | Merge pull request #3136 from dotta/issue/si-7915Jason Zaugg2013-11-183-0/+28
|\ \
| * | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-153-0/+28
* | | Merge pull request #3119 from Ichoran/issue/5263James Iry2013-11-182-0/+170
|\ \ \
| * | | New AnyRefMap fixes SI-5263 to the extent practical.Rex Kerr2013-11-181-0/+91
| * | | New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-181-0/+79
* | | | Merge pull request #3135 from adriaanm/revive-xml-testsJames Iry2013-11-1815-0/+336
|\ \ \ \
| * | | | Revived tests that once depended on xmlAdriaan Moors2013-11-1415-0/+336
| | |/ / | |/| |
* | | | Merge pull request #3141 from soc/SI-7961Adriaan Moors2013-11-172-8/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7961 Fix false positive procedure warningsSimon Ochsenreither2013-11-142-8/+14
* | | | Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-142-0/+20
* | | | Merge pull request #3133 from adriaanm/merge-2.10Adriaan Moors2013-11-148-0/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| | |/ /
| | * | 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
* | | | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-13240-469/+756
|\ \ \ \ | |/ / / |/| | |
| * | | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-127-1/+58
| * | | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-1210-11/+71
| * | | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-1211-1/+93
| * | | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-1218-21/+73
| * | | blackbox and whitebox macrosEugene Burmako2013-11-12210-466/+492
| | |/ | |/|
* | | 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
|\ \ \