summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7296 Avoid crash with nested 23-param case classJason Zaugg2013-03-253-1/+13
* Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-2362-527/+511
|\
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-2162-528/+512
* | Merge pull request #2265 from rjolly/scripting9Paul Phillips2013-03-235-9/+79
|\ \
| * | The script engine is given a better binding mechanism and reflexive accessRaphael Jolly2013-03-223-4/+68
| * | Bypass determination of protection domain when resource is not in a jarRaphael Jolly2013-03-222-5/+11
* | | Merge pull request #2260 from som-snytt/issue/5717-assert-pkgdirPaul Phillips2013-03-233-28/+54
|\ \ \
| * | | SI-5717 error when bytecode cannot be writtenSom Snytt2013-03-223-28/+54
* | | | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-229-6/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | Add positive and negative testcases for SI-6123 (-explaintypes)Paolo G. Giarrusso2013-03-157-0/+45
| * | | SI-6123: -explaintypes should not explain errors which won't be reportedPaolo G. Giarrusso2013-03-152-6/+8
| |/ /
* | | Merge pull request #2287 from vigdorchik/ticket/si-7102James Iry2013-03-222-0/+15
|\ \ \
| * | | SI-7102 Specialize isEmpty for bitsetsEugene Vigdorchik2013-03-212-0/+15
| | |/ | |/|
* | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-2148-164/+155
|\ \ \ | |/ / |/| |
| * | Removed dead src directory.Paul Phillips2013-03-121-1/+0
| * | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-1243-162/+113
| * | Warn about forgotten string interpolators.Paul Phillips2013-03-125-1/+42
* | | Merge pull request #2262 from mesagie/patch-4James Iry2013-03-201-5/+4
|\ \ \
| * | | removed a redundant var in JavaWriter.flagsToStrSagie Davidovich2013-03-151-5/+4
* | | | Merge pull request #2251 from soc/SI-7236James Iry2013-03-202-14/+14
|\ \ \ \
| * | | | SI-7236 Deprecate ThreadPoolTaskSupport and friendsSimon Ochsenreither2013-03-132-14/+14
* | | | | Merge pull request #2235 from vigdorchik/si_5513James Iry2013-03-203-1/+77
|\ \ \ \ \
| * | | | | SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-113-1/+77
* | | | | | Merge pull request #2219 from chuvoks/rbtRebalanceJames Iry2013-03-201-24/+45
|\ \ \ \ \ \
| * | | | | | Optimize rebalance method by using null optimized list implementation.Juha Heljoranta2013-03-131-24/+45
* | | | | | | Merge pull request #2244 from paulp/pr/notNullAdriaan Moors2013-03-1725-228/+137
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Eliminated containsNull.Paul Phillips2013-03-133-81/+85
| * | | | | | Completely remove isNotNull/notNull.Paul Phillips2013-03-131-19/+0
| * | | | | | SI-7247, deprecated NotNull.Paul Phillips2013-03-1310-29/+15
| * | | | | | Remove -Xcheck-null setting.Paul Phillips2013-03-135-47/+28
| * | | | | | Removed -Ynotnull setting.Paul Phillips2013-03-1312-68/+25
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2214 from JamesIry/master_constant_optimizationJames Iry2013-03-1516-15/+825
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Cleanup of constant optimizationJames Iry2013-03-147-144/+245
| * | | | | Analyze constants to remove unnecessary branchesJames Iry2013-03-0712-15/+724
* | | | | | Merge pull request #2254 from paulp/pr/buildxmlv2.11.0-M2Adriaan Moors2013-03-131-0/+1
|\ \ \ \ \ \
| * | | | | | Restore sketchy dependency to quick.bin.Paul Phillips2013-03-131-0/+1
|/ / / / / /
* | | | | | Merge pull request #2215 from paulp/issue/7228Paul Phillips2013-03-1310-49/+128
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix it-never-happened performance regression.Paul Phillips2013-03-131-3/+4
| * | | | | Moved some numeric subtyping logic closer to center.Paul Phillips2013-03-103-17/+25
| * | | | | Simplified the widening logic.Paul Phillips2013-03-104-17/+15
| * | | | | SI-7228, bug in weak subtyping.Paul Phillips2013-03-105-19/+91
* | | | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-1320-12/+336
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-03-1217-10/+167
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-113-3/+16
| | |\ \ \ \ \ \
| | | * | | | | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-093-3/+16
| | * | | | | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-113-7/+45
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-093-7/+45
| | * | | | | | | | Merge pull request #2221 from scalamacros/ticket/5710Adriaan Moors2013-03-114-0/+32
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-5710 has fixed itselfEugene Burmako2013-03-094-0/+32
| | * | | | | | | | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-116-0/+42
| | |\ \ \ \ \ \ \ \ \