summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-2617-2/+96
* Merge pull request #2290 from adriaanm/build-cleanup-squashedAdriaan Moors2013-03-253-2157/+1262
|\
| * Merge master.Adriaan Moors2013-03-25158-1066/+2185
| |\
| * \ Merge 2.10.x into masterAdriaan Moors2013-03-254-2150/+1265
| |\ \
| | * | Allow getting STARR via maven, also: locker.skipAdriaan Moors2013-03-231-5/+35
| | * | Use stage/project for taskname instead of scalacforkAdriaan Moors2013-03-231-2/+2
| | * | Sanity for build.xml: exscriptus&positus delendus est.Adriaan Moors2013-03-234-2440/+1300
* | | | Merge pull request #2299 from retronym/ticket/7294Paul Phillips2013-03-2534-8/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleanup obsolete options in CodeGen.Jason Zaugg2013-03-242-5/+1
| * | | SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-2427-1/+32
| * | | SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-245-2/+27
|/ / /
* | | 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