summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-233-2/+28
| | |/ / / / / / /
| | * | | | | | | Merge pull request #3065 from retronym/ticket/7295Jason Zaugg2013-10-231-7/+10
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ 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 commit 'e350bd2cbc'; commit '2bfe0e797c2b9c57277475c9296e36cbf868b7db' ...Adriaan Moors2013-11-130-0/+0
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| / / / / / | | | |_|/ / / / / | | |/| | | / / / | | |_|_|_|/ / / | |/| | | | | |
| | | * | | | | SI-6026 REPL checks for javap before tools.jarSom Snytt2013-10-181-12/+16
| | | |/ / / /
| | * / / / / [nomaster] SI-6026 backport getResource bug fixSom Snytt2013-10-183-1/+33
| | |/ / / /
* | | | | | Merge pull request #3142 from skyluc/bad-markdown-guidelinesGrzegorz Kossakowski2013-11-141-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fixes markdown syntaxLuc Bourlier2013-11-141-1/+1
|/ / / / /
* | | | | 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-13277-692/+1133
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | blackbox restriction #4: can't customize pattern matchingEugene Burmako2013-11-128-4/+62
| * | | | blackbox restriction #3: can't affect implicit searchEugene Burmako2013-11-1214-64/+125
| * | | | blackbox restriction #2: can't guide type inferenceEugene Burmako2013-11-1212-5/+100
| * | | | blackbox restriction #1: can't refine the official return typeEugene Burmako2013-11-1219-31/+89
| * | | | blackbox and whitebox macrosEugene Burmako2013-11-12246-619/+788
* | | | | Merge pull request #3090 from densh/pull/undo-forAdriaan Moors2013-11-1333-557/+1046
|\ \ \ \ \
| * | | | | 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
| * | | | | test legacy .filter support in for loop resugaringDen Shabalin2013-11-121-0/+11
| * | | | | re-implement hasAttachment directly in raw attachmentsDen Shabalin2013-11-122-1/+5
| * | | | | add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-128-8/+96
| * | | | | implement inverse transformation to mkForDen Shabalin2013-11-125-9/+205
| * | | | | 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
| * | | | | make fresh names compare similar in quasiquotesDen Shabalin2013-11-122-4/+26
| * | | | | add support for importable attachmentsDen Shabalin2013-11-123-5/+19
| * | | | | simplify imports in quasiquotes scalacheck testsDen Shabalin2013-11-1212-91/+25
| * | | | | add some post-typecheck tests for quasiquotesDen Shabalin2013-11-124-7/+70
| * | | | | 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-128-44/+39
| | |/ / / | |/| | |
* | | | | Merge pull request #3112 from adriaanm/modularize-scaladocJames Iry2013-11-1311-50/+298
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactoring to prepare modularization of the compiler.Adriaan Moors2013-11-1211-50/+298
| | |/ / | |/| |
* | | | Merge pull request #3123 from som-snytt/issue/7747-scrapcodes-fixAdriaan Moors2013-11-126-23/+417
|\ \ \ \
| * | | | SI-7747 Support class based wrappers clean upSom Snytt2013-11-107-102/+74
| * | | | SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-107-14/+436
* | | | | Merge pull request #3113 from adriaanm/pr-rebase-3046Adriaan Moors2013-11-1214-101/+63
|\ \ \ \ \
| * | | | | Make parameters to implicit value classes privateJason Zaugg2013-11-1213-98/+38
| | |/ / / | |/| | |
| * | | | Filter dependencies from partest and scalacheck.Adriaan Moors2013-11-111-3/+25
| | |/ / | |/| |
* | | | Merge pull request #3121 from rjfwhite/SI-7568James Iry2013-11-122-1/+33
|\ \ \ \
| * | | | SI-7568 Adding PriorityQueueTestrjfwhite2013-11-111-0/+32
| * | | | SI-7568 Adding Serializable to ResizableArrayAccess inner class of PriorityQueuerjfwhite2013-11-111-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3111 from phaller/issue/7958James Iry2013-11-129-101/+105
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-129-101/+105
| |/ /
* | | 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
|\ \