summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2244 from paulp/pr/notNullAdriaan Moors2013-03-176-62/+33
|\
| * Remove -Xcheck-null setting.Paul Phillips2013-03-135-47/+28
| * Removed -Ynotnull setting.Paul Phillips2013-03-133-26/+16
* | Merge pull request #2214 from JamesIry/master_constant_optimizationJames Iry2013-03-153-2/+633
|\ \ | |/ |/|
| * Cleanup of constant optimizationJames Iry2013-03-141-144/+127
| * Analyze constants to remove unnecessary branchesJames Iry2013-03-073-2/+650
* | Merge pull request #2215 from paulp/issue/7228Paul Phillips2013-03-133-33/+30
|\ \
| * | Fix it-never-happened performance regression.Paul Phillips2013-03-131-3/+4
| * | Moved some numeric subtyping logic closer to center.Paul Phillips2013-03-101-3/+6
| * | Simplified the widening logic.Paul Phillips2013-03-101-17/+13
| * | SI-7228, bug in weak subtyping.Paul Phillips2013-03-102-14/+11
* | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-134-11/+20
|\ \ \
| * \ \ Merge 2.10.x into masterAdriaan Moors2013-03-123-10/+19
| |\ \ \
| | * \ \ Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-111-3/+3
| | |\ \ \
| | | * | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-091-3/+3
| | * | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-111-7/+10
| | |\ \ \ \
| | | * | | | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-091-7/+10
| | * | | | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-112-0/+6
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | reifier is now aware of SI-7235Eugene Burmako2013-03-092-0/+6
| * | | | | | Merge 2.10.x into masterAdriaan Moors2013-03-121-1/+1
| |\| | | | |
| | * | | | | Fix SI-7224.Iulian Dragos2013-03-071-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #2236 from retronym/ticket/6601-2Paul Phillips2013-03-122-1/+3
|\ \ \ \ \ \
| * | | | | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-112-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2240 from paulp/pr/warn-forward-referencePaul Phillips2013-03-121-0/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Warn about locally identifiable init order issues.Paul Phillips2013-03-121-0/+35
* | | | | | SI-874 actual JSR-223 implementationRaphael Jolly2013-03-115-4/+26
|/ / / / /
* | | | | Merge pull request #2229 from srinivasreddy/masterAdriaan Moors2013-03-111-1/+1
|\ \ \ \ \
| * | | | | a typo correctedsrinivasreddy2013-03-101-1/+1
* | | | | | Modularized the repl.Paul Phillips2013-03-1156-5930/+55
| |/ / / / |/| | | |
* | | | | Deprecated custom ant task 'Same'.Paul Phillips2013-03-092-3/+1
* | | | | Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-094-66/+23
* | | | | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-095-141/+77
* | | | | Moved interactive sources into separate directory.Paul Phillips2013-03-0924-3456/+0
* | | | | Moved scaladoc sources into separate directory.Paul Phillips2013-03-09117-24244/+0
* | | | | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-0913-90/+96
|/ / / /
* | | | Merge pull request #2216 from JamesIry/master_7231James Iry2013-03-081-1/+1
|\ \ \ \
| * | | | SI-7231 Fix assertion when adapting Null type to Array typeJames Iry2013-03-081-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #2185 from JamesIry/master_unreachableGrzegorz Kossakowski2013-03-084-39/+123
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7006 Cleanup from code reviewJames Iry2013-03-071-4/+13
| * | | SI-7006 Prevent unreachable blocks in GenICodeJames Iry2013-03-064-39/+114
* | | | Merge pull request #2204 from adriaanm/merge-2.10.xPaul Phillips2013-03-0617-411/+459
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 2.10.x into master.Adriaan Moors2013-03-057-107/+117
| |\| |
| | * | Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-055-61/+65
| | |\ \
| | | * | SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-245-61/+65
| * | | | Merge 2.10.x into master.Adriaan Moors2013-03-056-283/+305
| |\| | |
| | * | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-059-303/+342
| | |\ \ \
| | | * \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-3/+10
| | | |\ \ \
| | | | * | | [nomaster] SI-7195 minor version mustn't introduce warningsAdriaan Moors2013-03-011-1/+3
| | | | * | | Merge pull request #2168 from retronym/ticket/7183Adriaan Moors2013-03-011-14/+28
| | | | |\ \ \
| | | | | * | | SI-7183 Disable unreachability for withFilter matches.Jason Zaugg2013-02-251-14/+28