summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \
| * | Add buildcharacter.properties to .gitignore.Paul Phillips2013-11-101-0/+1
|/ /
* | Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-087-143/+188
|\ \
| * | Parser stack reduction peekingAheadSom Snytt2013-11-083-19/+38
| * | Parser stack reduction discussionSom Snytt2013-11-086-26/+27
| * | Rewrites the parser stack reduction logic.Paul Phillips2013-11-084-137/+124
| * | A value class for Precedence.Paul Phillips2013-11-081-0/+38
* | | Merge pull request #3108 from adriaanm/faster-buildAdriaan Moors2013-11-082-175/+275
|\ \ \
| * | | IDE needs actors/swing/continuations publish for validation.Adriaan Moors2013-11-071-0/+8
| * | | More useful ant targets for faster pr validationAdriaan Moors2013-11-071-9/+5
| * | | Extra repository hook via `extra.repo.url` varAdriaan Moors2013-11-071-4/+4
| * | | Render relevant properties to buildcharacter.propertiesAdriaan Moors2013-11-061-0/+11
| * | | De-duplicate logic in maven deployment.Adriaan Moors2013-11-061-22/+47
| * | | Enforce consistency of pack, docs, osgi, maven tasks.Adriaan Moors2013-11-061-141/+201
* | | | Merge pull request #3094 from retronym/topic/erasure-optJames Iry2013-11-084-15/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Address review commentsJason Zaugg2013-11-082-2/+2
| * | | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-084-15/+21
* | | | Merge pull request #3103 from Ichoran/topic/tidy-collectionsJames Iry2013-11-0888-25/+215
|\ \ \ \ | |/ / / |/| | |
| * | | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0788-25/+215
* | | | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-0832-164/+312
|\ \ \ \
| * | | | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-0831-148/+284
| * | | | Add a per-run cache for member symbolsJason Zaugg2013-11-084-18/+24