summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor away duplication between -Ydelambdafy:{inline,method}Jason Zaugg2013-11-232-64/+47
* Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-231-3/+3
* Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+6
* Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-172-42/+26
* Added information on how to launch and debug scalac inside EclipseMirco Dotta2013-11-151-1/+6
* Merge pull request #3143 from retronym/ticket/reflection-sync-restorAdriaan Moors2013-11-141-2/+9
|\
| * Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-141-2/+9
* | Merge pull request #3139 from dotta/issue/updated-eclipse-project-filesAdriaan Moors2013-11-142-4/+4
|\ \ | |/ |/|
| * Updated Eclipse .classpath for partest and scaladoc projectsMirco Dotta2013-11-142-4/+4
* | Merge pull request #3133 from adriaanm/merge-2.10Adriaan Moors2013-11-144-11/+28
|\ \
| * \ Merge commit '6045a05b83' into merge-2.10Adriaan Moors2013-11-131-2/+8
| |\ \
| | * | Fix completion after application with implicit argumentsJason Zaugg2013-11-061-2/+7
| | | |
| | \ \
| *-. | | Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-132-2/+10
| |\ \| |
| | * | | SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-042-2/+10
| | |/ /
| | * | Merge pull request #3072 from retronym/backport/7519Adriaan Moors2013-10-241-2/+3
| | |\ \
| | | * | [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-231-2/+3
| | * | | Merge pull request #3053 from som-snytt/issue/6026-AFCL-findresourceJason Zaugg2013-10-231-1/+15
| | |\ \ \
| | | * | | [nomaster] SI-6026 backport getResource bug fixSom Snytt2013-10-181-1/+15
| | * | | | Merge pull request #3052 from som-snytt/issue/6026-javap-loadingJason Zaugg2013-10-231-12/+16
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SI-6026 REPL checks for javap before tools.jarSom Snytt2013-10-181-12/+16
| | | |/ /
| * | | | Merge commit '25bcba59ce' into merge-2.10Adriaan Moors2013-11-131-7/+10
| |\| | |
| | * | | SI-7295 Fix windows batch file with args containing parenthesesJason Zaugg2013-10-211-7/+10
| | |/ /
* | | | Merge pull request #3127 from RajivKurian/OpenHashMap-nextPowerOfTwo-implemen...Adriaan Moors2013-11-131-3/+2
|\ \ \ \
| * | | | Use an intrinsic for the next power of two calculation and also return the in...Rajiv2013-11-111-3/+2
* | | | | Merge pull request #3129 from adriaanm/pr-rebase-3001Adriaan Moors2013-11-1336-212/+369
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-121-3/+4
| * | | | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-124-53/+54
| * | | | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-121-4/+7
| * | | | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-121-10/+16
| * | | | blackbox and whitebox macrosEugene Burmako2013-11-1235-142/+288
| |/ / /
* | | | Merge pull request #3090 from densh/pull/undo-forAdriaan Moors2013-11-1318-455/+851
|\ \ \ \
| * | | | add comments that explain FreshName extractor from Quasiquotes cakeDen Shabalin2013-11-121-0/+4
| * | | | add comments that explain new for loop enumerator encodingDen Shabalin2013-11-121-0/+28
| * | | | re-implement hasAttachment directly in raw attachmentsDen Shabalin2013-11-122-1/+5
| * | | | add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-126-5/+49
| * | | | implement inverse transformation to mkForDen Shabalin2013-11-123-9/+166
| * | | | add syntactic combinators that represent enumeratorsDen Shabalin2013-11-122-0/+95
| * | | | move for loop desugaring into tree genDen Shabalin2013-11-124-387/+379
| * | | | change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-127-55/+107
| * | | | add support for importable attachmentsDen Shabalin2013-11-123-5/+19
| * | | | add some post-typecheck tests for quasiquotesDen Shabalin2013-11-121-5/+25
| * | | | add hasAttachment utility method to the internal apiDen Shabalin2013-11-122-1/+2
| * | | | make internal implementation of universe.build less restrictiveDen Shabalin2013-11-121-26/+16
| * | | | deduplicate tuple tree creation codeDen Shabalin2013-11-126-39/+34
| |/ / /
* | | | Merge pull request #3112 from adriaanm/modularize-scaladocJames Iry2013-11-138-31/+167
|\ \ \ \ | |_|_|/ |/| | |
| * | | Refactoring to prepare modularization of the compiler.Adriaan Moors2013-11-128-31/+167
| |/ /
* | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-123-17/+60
|\ \ \
| * | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-105-75/+56
| * | | SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-105-14/+76
| |/ /
* | | Merge pull request #3113 from adriaanm/pr-rebase-3046Adriaan Moors2013-11-124-21/+21
|\ \ \