summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Optimize isSelfSuperCallJason Zaugg2014-01-311-7/+7
| |/ / / / / /
* | | | | | | Merge pull request #3450 from Ichoran/issue/7266Grzegorz Kossakowski2014-02-021-2/+6
|\ \ \ \ \ \ \
| * | | | | | | SI-7266 Stream leaks memoryRex Kerr2014-01-311-2/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3424 from som-snytt/issue/7322Adriaan Moors2014-02-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-7322 Interpolator idents must be encodedSom Snytt2014-01-291-1/+1
* | | | | | | | Merge pull request #3441 from gourlaysama/t7124Adriaan Moors2014-02-011-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7124 make macro definitions prettier in scaladocAntoine Gourlay2014-01-311-1/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #3444 from retronym/topic/opt6Adriaan Moors2014-02-018-26/+57
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Avoid generic collections operations hot pathsJason Zaugg2014-01-318-26/+57
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3447 from retronym/topic/opt9Adriaan Moors2014-01-312-15/+25
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Optimize the pickler phaseJason Zaugg2014-01-312-15/+25
| |/ / / / /
* | | | | | Merge pull request #3425 from retronym/ticket/7700Jason Zaugg2014-01-311-9/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7700 @unspecialized, Part Deux: Now Working.Jason Zaugg2014-01-311-9/+19
* | | | | | Merge pull request #3357 from retronym/ticket/8143Adriaan Moors2014-01-314-10/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-8143 Regressions with override checks, private membersJason Zaugg2014-01-144-10/+12
* | | | | | Merge pull request #3434 from Ichoran/issue/8213Adriaan Moors2014-01-302-4/+26
|\ \ \ \ \ \
| * | | | | | SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-302-4/+26
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3416 from retronym/topic/any-val-implicitAdriaan Moors2014-01-301-9/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prohibit views targeting AnyValJason Zaugg2014-01-271-9/+12
| | |/ / / | |/| | |
* | | | | SI-8205 Don't include CR in lineSom Snytt2014-01-291-2/+8
* | | | | Merge pull request #3427 from retronym/ticket/8205Jason Zaugg2014-01-291-3/+3
|\ \ \ \ \
| * | | | | SI-8205 Avoid long, slow march to AIIOBE in SourceFile#lineContentJason Zaugg2014-01-291-3/+3
* | | | | | Merge pull request #3426 from retronym/ticket/8199Grzegorz Kossakowski2014-01-291-4/+7
|\ \ \ \ \ \
| * | | | | | SI-8199 Account for module class suffix in -Xmax-classfile-nameJason Zaugg2014-01-291-4/+7
| |/ / / / /
* | | | | | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-297-83/+133
|\ \ \ \ \ \
| * | | | | | SI-8076 improve support for implicit argument listDenys Shabalin2014-01-164-2/+28
| * | | | | | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-167-82/+106
* | | | | | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-2911-48/+142
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Addresses feedback from JasonDenys Shabalin2014-01-276-46/+81
| * | | | | | Reify all blocks as syntactic blocksDenys Shabalin2014-01-241-1/+3
| * | | | | | Address pull request feedbackDenys Shabalin2014-01-232-2/+2
| * | | | | | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-234-2/+16
| * | | | | | Refactor reification of high-cardinality holesDenys Shabalin2014-01-232-16/+52
| * | | | | | Tag synthetic unit with attachmentDenys Shabalin2014-01-235-3/+10
* | | | | | | Merge pull request #3418 from som-snytt/issue/8182-bJason Zaugg2014-01-292-3/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-8182 Avert crash due to type args in patternSom Snytt2014-01-272-3/+9
* | | | | | | Merge pull request #3413 from paulp/pr/futureAdriaan Moors2014-01-261-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix misuse of underscores.Paul Phillips2014-01-251-4/+4
* | | | | | | Merge pull request #3414 from xeno-by/topic/reifyEugene Burmako2014-01-261-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | corrects an error in reify’s documentationEugene Burmako2014-01-261-4/+4
* | | | | | | Merge pull request #3411 from som-snytt/issue/7919-si-nlJason Zaugg2014-01-251-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
| |/ / / / / /
* | | | | | | Merge pull request #3412 from retronym/ticket/2066-2.10-compatJason Zaugg2014-01-253-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:=Jason Zaugg2014-01-243-2/+5
* | | | | | | | Merge pull request #3410 from densh/si/8171Eugene Burmako2014-01-243-5/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8171 make tq"" an alias for empty type treeDenys Shabalin2014-01-241-1/+6
| * | | | | | | Use more precise return types for objectsDenys Shabalin2014-01-242-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #3388 from rklaehn/issue/7445Adriaan Moors2014-01-242-17/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7445 ListMap.tail is returning wrong resultRuediger Klaehn2014-01-202-17/+19
* | | | | | | Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-225-18/+58
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |