summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-168-11/+26
|\
| * Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-108-11/+26
* | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-1616-308/+454
|\ \
| * | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-1316-308/+454
* | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-167-69/+86
|\ \ \
| * | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-127-69/+86
* | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-1612-110/+228
|\ \ \ \
| * | | | Improve support for patterns in valsDenys Shabalin2014-02-098-53/+145
| * | | | Move null check case higher to avoid NPEDenys Shabalin2014-02-091-27/+27
| * | | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-093-30/+44
| * | | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-094-1/+13
| | |_|/ | |/| |
* | | | Merge pull request #3493 from retronym/ticket/3452-2Grzegorz Kossakowski2014-02-1640-263/+840
|\ \ \ \
| * | | | SI-3452 GenBCode version of the static-forwarder signature fixJason Zaugg2014-02-156-1/+32
| * | | | SI-3452 Reduce low-hanging duplication bewteen GenASM and GenBCodeJason Zaugg2014-02-152-123/+4
| * | | | SI-3452 Refactoring code in GenASMJason Zaugg2014-02-151-145/+146
| * | | | SI-3452 A better fix for static forwarder generic sigsJason Zaugg2014-02-154-16/+31
| * | | | SI-7374 Test cases for fixed Java interop problemJason Zaugg2014-02-093-0/+13
| * | | | SI-3452 Correct Java generic signatures for mixins, static forwardersJason Zaugg2014-02-0931-13/+649
* | | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-157-4/+124
|\ \ \ \ \
| * | | | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-117-4/+124
* | | | | | Merge pull request #3528 from Ichoran/issue/6908Adriaan Moors2014-02-152-4/+10
|\ \ \ \ \ \
| * | | | | | Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
| * | | | | | SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-132-1/+7
* | | | | | | Merge pull request #3527 from Ichoran/issue/8264Adriaan Moors2014-02-153-6/+14
|\ \ \ \ \ \ \
| * | | | | | | SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-143-6/+14
| |/ / / / / /
* | | | | | | Merge pull request #3443 from gourlaysama/man-pagesAdriaan Moors2014-02-151-0/+3
|\ \ \ \ \ \ \
| * | | | | | | add -Xsource:version to scalac man pageAntoine Gourlay2014-01-311-0/+3
* | | | | | | | Merge pull request #3532 from som-snytt/issue/7711Adriaan Moors2014-02-158-13/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7711 Test for args in scriptSom Snytt2014-02-144-1/+23
| * | | | | | | | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-144-12/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3534 from clhodapp/test/literate_existentialsAdriaan Moors2014-02-152-0/+228
|\ \ \ \ \ \ \ \
| * | | | | | | | Add an extremely well-commented testclhodapp2014-02-142-0/+228
* | | | | | | | | Merge pull request #3533 from adriaanm/t8283Adriaan Moors2014-02-144-41/+84
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-8283 mutation-free bound inference for existentialsJason Zaugg2014-02-144-41/+84
* | | | | | | | | Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-142-2/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-142-2/+27
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-143-19/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-133-19/+17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-1415-50/+168
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8177 tidy up in type reificationEugene Burmako2014-02-147-8/+13
| * | | | | | | | | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-1312-47/+160
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-144-21/+51
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-124-21/+51
* | | | | | | | | Merge pull request #3526 from retronym/ticket/1786-cycleGrzegorz Kossakowski2014-02-141-0/+57
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8276 Test for cyclic error caused by (reverted) SI-1786 fixJason Zaugg2014-02-131-0/+57
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3524 from paulp/pr/8280Adriaan Moors2014-02-133-1/+95
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-8280 regression in implicit selection.Paul Phillips2014-02-133-1/+95
|/ / / / / / / /
* | | | | | | | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-1327-108/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8134 Address pull request feedbackJason Zaugg2014-02-021-6/+4
| * | | | | | | | SI-5954 Add a TODO comment with an idea for future workJason Zaugg2014-01-211-0/+7