summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1694-77/+1439
|\
| * Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-1621-53/+296
| |\
| | * SI-5920 enables default and named args in macrosEugene Burmako2014-02-1021-53/+296
| * | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-166-3/+20
| |\ \
| | * | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-106-3/+20
| * | | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-1611-1/+92
| |\ \ \
| | * | | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-1311-1/+92
| * | | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-164-3/+23
| |\ \ \ \
| | * | | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-124-3/+23
| * | | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-162-16/+58
| |\ \ \ \ \
| | * | | | | Improve support for patterns in valsDenys Shabalin2014-02-092-16/+54
| | * | | | | SI-8202 bug compatibility with SI-8211 for quasiquotesDenys Shabalin2014-02-091-0/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #3493 from retronym/ticket/3452-2Grzegorz Kossakowski2014-02-1636-1/+618
| |\ \ \ \ \
| | * | | | | SI-3452 GenBCode version of the static-forwarder signature fixJason Zaugg2014-02-155-0/+31
| | * | | | | SI-3452 A better fix for static forwarder generic sigsJason Zaugg2014-02-153-1/+10
| | * | | | | 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-0928-1/+565
| * | | | | | Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-155-0/+66
| |\ \ \ \ \ \
| | * | | | | | SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-115-0/+66
| * | | | | | | Merge pull request #3528 from Ichoran/issue/6908Adriaan Moors2014-02-151-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-0/+6
| * | | | | | | | Merge pull request #3527 from Ichoran/issue/8264Adriaan Moors2014-02-151-0/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-8264 scala.collection.immutable.HashSet#- returns broken SetRex Kerr2014-02-141-0/+7
| | |/ / / / / / /
| * | | | | | | | Merge pull request #3532 from som-snytt/issue/7711Adriaan Moors2014-02-153-0/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-7711 Test for args in scriptSom Snytt2014-02-143-0/+21
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | 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-142-0/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | SI-8283 mutation-free bound inference for existentialsJason Zaugg2014-02-142-0/+4
* | | | | | | | | | adds more tests for enclosingOwnersEugene Burmako2014-02-156-0/+106
* | | | | | | | | | Type.companionType => Type.companionEugene Burmako2014-02-151-9/+9
* | | | | | | | | | renames some methods in ReificationSupportEugene Burmako2014-02-154-4/+4
* | | | | | | | | | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-153-0/+59
* | | | | | | | | | addresses pull request feedbackEugene Burmako2014-02-152-5/+5
* | | | | | | | | | some renamingsEugene Burmako2014-02-15126-278/+278
* | | | | | | | | | adds internal.subpatternsEugene Burmako2014-02-141-2/+1
* | | | | | | | | | adds Context.enclosingOwnerEugene Burmako2014-02-142-8/+16
* | | | | | | | | | establishes scala.reflect.api#internalEugene Burmako2014-02-1436-897/+926
* | | | | | | | | | deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-141-1/+1
* | | | | | | | | | deprecates String => Name implicit conversionsEugene Burmako2014-02-148-14/+14
* | | | | | | | | | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-144-16/+32
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1482-170/+708
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-141-0/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-0/+25
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-142-18/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-132-18/+13
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-1413-31/+129
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-8177 tidy up in type reificationEugene Burmako2014-02-145-4/+11
| | * | | | | | | | | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-139-28/+119
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-142-0/+15
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |