summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-151-8/+10
|\
| * SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-241-8/+10
* | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-159-37/+16
|\ \
| * | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-099-37/+16
* | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-154-35/+74
|\ \ \
| * | | SI-8015 Refactor per code reviewSom Snytt2014-01-132-27/+34
| * | | SI-8015 Carat => CaretVisitor2014-01-081-3/+5
| * | | SI-8015 Unprintables in messagesSom Snytt2014-01-082-3/+16
| * | | SI-8015 Count lines by EOLsSom Snytt2014-01-083-24/+41
| |/ /
* | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-151-13/+16
|\ \ \
| * | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-13/+16
| |/ /
* | | Merge pull request #3317 from qerub/si-8107-add-regex-quoteAdriaan Moors2014-01-155-11/+18
|\ \ \
| * | | SI-8107: Use Regex.quoteChristoffer Sawicki2013-12-294-11/+10
| * | | SI-8107: Add Regex.quoteChristoffer Sawicki2013-12-291-0/+8
| | |/ | |/|
* | | Merge pull request #3320 from Ichoran/issue/8081Adriaan Moors2014-01-151-2/+50
|\ \ \
| * | | SI-8081 unzip/unzip3 return wrong static type when applied to ArraysRex Kerr2014-01-141-2/+50
* | | | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-152-129/+685
|\ \ \ \
| * | | | toCode renamed to showCodeVladimirNik2014-01-132-3/+3
| * | | | Code cleanup based on pull request commentsVladimirNik2014-01-071-65/+56
| * | | | Annotated trees processing is modifiedVladimirNik2014-01-071-22/+17
| * | | | Printers code refactoring and cleanupVladimirNik2014-01-051-251/+188
| * | | | toCode is added to PrintersVladimirNik2014-01-052-0/+634
| * | | | val showOuterTests is removedVladimirNik2014-01-011-6/+0
| * | | | Variance annotations printingVladimirNik2014-01-011-0/+5
* | | | | Merge pull request #3369 from retronym/ticket/8132Grzegorz Kossakowski2014-01-151-1/+1
|\ \ \ \ \
| * | | | | SI-8132 Fix false "overrides nothing" for case class protected paramJason Zaugg2014-01-151-1/+1
* | | | | | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-151-1/+120
|\ \ \ \ \ \
| * | | | | | Improved documentation of HashTrieSet internalsRüdiger Klaehn2014-01-141-0/+36
| * | | | | | Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-141-1/+84
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-152-15/+11
|\ \ \ \ \ \
| * | | | | | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-142-15/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3323 from rklaehn/topic/hashset-comment-cleanup-2Ichoran2014-01-142-12/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Removes TODO comments that are no longer applicableRüdiger Klaehn2014-01-042-12/+0
* | | | | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-1433-268/+123
|\ \ \ \ \ \
| * | | | | | removes Scala reflection-based macro runtimeEugene Burmako2014-01-122-35/+2
| * | | | | | prohibits constructor overloading for macro bundlesEugene Burmako2014-01-123-5/+15
| * | | | | | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-129-162/+30
| * | | | | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-1228-97/+107
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-1311-308/+468
|\ \ \ \ \ \
| * | | | | | Fix infinite recursion in name-based patmat.Paul Phillips2014-01-091-1/+3
| * | | | | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-091-4/+11
| * | | | | | Finalized some case classes, for better static checking.Paul Phillips2013-12-311-5/+5
| * | | | | | Eliminated some dead/redundant code based on review.Paul Phillips2013-12-313-51/+7
| * | | | | | SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-154-9/+21
| * | | | | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-1510-265/+448
* | | | | | | Merge pull request #3247 from soc/SI-8058-enumsAdriaan Moors2014-01-1311-15/+44
|\ \ \ \ \ \ \
| * | | | | | | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-0411-15/+44
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3334 from som-snytt/issue/4841-helpAdriaan Moors2014-01-132-6/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-4841 CLI help update for -XpluginSom Snytt2014-01-072-6/+7
| |/ / / / / /
* | | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-132-4/+14
|\ \ \ \ \ \ \