summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-291-0/+7
* Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-284-117/+110
|\
| * SI-7251, compiler crash with $.Paul Phillips2013-03-161-127/+114
| * Merge pull request #2230 from retronym/ticket/7233Paul Phillips2013-03-122-1/+2
| |\
| | * SI-7233 Account for aliased imports in ErasureJason Zaugg2013-03-101-1/+1
| | * SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-101-0/+1
| * | Merge pull request #2222 from scalamacros/ticket/6725Paul Phillips2013-03-121-1/+2
| |\ \
| | * | SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-091-1/+2
| * | | Merge pull request #2227 from mergeconflict/2.10.x-SI-7132Paul Phillips2013-03-121-5/+7
| |\ \ \
| | * | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-091-5/+7
* | | | | Merge pull request #2289 from paulp/pr/name-logicPaul Phillips2013-03-2713-54/+42
|\ \ \ \ \
| * | | | | Overhauled local/getter/setter name logic.Paul Phillips2013-03-2513-54/+42
* | | | | | Cleanup obsolete options in CodeGen.Jason Zaugg2013-03-242-5/+1
* | | | | | SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-241-2/+9
|/ / / / /
* | | | | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-2348-479/+463
|\ \ \ \ \
| * | | | | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-2148-480/+464
* | | | | | Merge pull request #2265 from rjolly/scripting9Paul Phillips2013-03-231-4/+6
|\ \ \ \ \ \
| * | | | | | Bypass determination of protection domain when resource is not in a jarRaphael Jolly2013-03-221-4/+6
* | | | | | | Merge pull request #2260 from som-snytt/issue/5717-assert-pkgdirPaul Phillips2013-03-232-28/+33
|\ \ \ \ \ \ \
| * | | | | | | SI-5717 error when bytecode cannot be writtenSom Snytt2013-03-222-28/+33
* | | | | | | | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-222-6/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-6123: -explaintypes should not explain errors which won't be reportedPaolo G. Giarrusso2013-03-152-6/+8
| |/ / / / / /
* | | | | | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-2134-151/+124
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-1233-150/+107
| * | | | | | Warn about forgotten string interpolators.Paul Phillips2013-03-122-1/+17
* | | | | | | 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
| | |_|_|_|/ / | |/| | | | |