summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \
| * | | Make parameters to implicit value classes privateJason Zaugg2013-11-124-21/+21
| |/ /
* | | Merge pull request #3121 from rjfwhite/SI-7568James Iry2013-11-121-1/+1
|\ \ \
| * | | SI-7568 Adding Serializable to ResizableArrayAccess inner class of PriorityQueuerjfwhite2013-11-111-1/+1
| |/ /
* / / SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-122-14/+18
|/ /
* | Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-082-130/+175
|\ \
| * | Parser stack reduction peekingAheadSom Snytt2013-11-081-14/+30
| * | Parser stack reduction discussionSom Snytt2013-11-081-13/+14
| * | Rewrites the parser stack reduction logic.Paul Phillips2013-11-081-128/+118
| * | A value class for Precedence.Paul Phillips2013-11-081-0/+38
* | | Merge pull request #3108 from adriaanm/faster-buildAdriaan Moors2013-11-081-22/+47
|\ \ \
| * | | De-duplicate logic in maven deployment.Adriaan Moors2013-11-061-22/+47
* | | | Merge pull request #3094 from retronym/topic/erasure-optJames Iry2013-11-083-13/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Address review commentsJason Zaugg2013-11-082-2/+2
| * | | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-083-13/+19
* | | | Merge pull request #3103 from Ichoran/topic/tidy-collectionsJames Iry2013-11-0872-23/+197
|\ \ \ \ | |/ / / |/| | |
| * | | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0772-23/+197
* | | | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-0829-164/+240
|\ \ \ \
| * | | | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-0828-148/+212
| * | | | Add a per-run cache for member symbolsJason Zaugg2013-11-084-18/+24
| * | | | Cache ImplicitInfo#isCyclicOrErroneousJason Zaugg2013-11-081-2/+8
| * | | | Fast path for ByNameClass in isImpossibleSubtypeJason Zaugg2013-11-081-1/+1
| |/ / /
* | | | Merge pull request #3101 from xeno-by/ticket/7776Eugene Burmako2013-11-071-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-051-4/+7
* | | | Merge pull request #3042 from gourlaysama/t7634-repl-sh-is-brokenAdriaan Moors2013-11-071-1/+1
|\ \ \ \
| * | | | SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-061-1/+1
* | | | | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-0716-196/+811
|\ \ \ \ \
| * | | | | Make specialization aware of anonymous functions.James Iry2013-11-062-3/+18
| * | | | | Make GenASM not eliminate loadmodule on static methods.James Iry2013-11-061-1/+2
| * | | | | Flesh out the Delambdafy phase.James Iry2013-11-063-4/+458