summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-205-0/+27
* SI-8315 Better debugging facility for ICodeJason Zaugg2014-02-201-3/+1
* Merge pull request #3537 from Blaisorblade/issue/6566Adriaan Moors2014-02-181-3/+4
|\
| * SI-6566, unsoundness with alias variance: document fixPaolo G. Giarrusso2014-02-161-3/+4
* | Merge pull request #3538 from Blaisorblade/patch-2Adriaan Moors2014-02-181-1/+1
|\ \
| * | README.md: Add link to CONTRIBUTING.mdPaolo G. Giarrusso2014-02-161-1/+1
* | | Merge pull request #3550 from retronym/ticket/7932Adriaan Moors2014-02-183-2/+19
|\ \ \
| * | | SI-7932 Exclude PolyTypes from Java generic signaturesJason Zaugg2014-02-183-2/+19
* | | | Merge pull request #3545 from retronym/topic/8301Jason Zaugg2014-02-184-5/+60
|\ \ \ \
| * | | | SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-182-3/+39
| * | | | SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-172-2/+21
* | | | | Merge pull request #3552 from retronym/topic/opt12Adriaan Moors2014-02-181-1/+2
|\ \ \ \ \
| * | | | | Optimization: remove assertion from SubstMap constructorJason Zaugg2014-02-181-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #3529 from Ichoran/issue/8072Jason Zaugg2014-02-185-32/+53
|\ \ \ \ \
| * | | | | SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-185-32/+53
| |/ / / /
* | | | | Merge pull request #3548 from retronym/ticket/5165Jason Zaugg2014-02-183-0/+17
|\ \ \ \ \
| * | | | | SI-5165 separate compilation test Java annotations bugJason Zaugg2014-02-183-0/+17
| |/ / / /
* | | | | Merge pull request #3549 from retronym/ticket/5134Jason Zaugg2014-02-181-0/+8
|\ \ \ \ \
| * | | | | SI-5134 Test case for fixed DelayedInit / structural type bugJason Zaugg2014-02-181-0/+8
| |/ / / /
* | | | | Merge pull request #3547 from retronym/ticket/5565Jason Zaugg2014-02-181-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-5565 Test case for fixed delayed init bugJason Zaugg2014-02-181-0/+12
|/ / / /
* | | | Merge pull request #3544 from retronym/topic/unused-warningsAdriaan Moors2014-02-1710-44/+94
|\ \ \ \ | |/ / / |/| | |
| * | | Group settings should honor user-set individual optionsJason Zaugg2014-02-174-24/+42
| * | | Expose a means to disable boolean settingsJason Zaugg2014-02-173-1/+40
| * | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-177-19/+12
|/ / /
* | | Merge pull request #3539 from Blaisorblade/topic/performanceGrzegorz Kossakowski2014-02-171-1/+1
|\ \ \
| * | | Avoid storing source file contents twicePaolo G. Giarrusso2014-02-161-1/+1
| | |/ | |/|
* | | Merge pull request #3542 from retronym/revert/5920Eugene Burmako2014-02-1726-384/+119
|\ \ \ | |_|/ |/| |
| * | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-1726-384/+119
|/ /
* | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-1637-142/+431
|\ \
| * | SI-5920 enables default and named args in macrosEugene Burmako2014-02-1026-119/+384
| * | introduces -Yshow-symownersEugene Burmako2014-02-108-40/+58
| * | deduplication in Symbol.nameStringEugene Burmako2014-02-101-2/+1
| * | standardizes checks for default gettersEugene Burmako2014-02-103-2/+7
| * | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-102-2/+4
* | | 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