summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2793-244/+244
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* Merge pull request #2325 from retronym/ticket/7186-2Paul Phillips2013-03-271-6/+14
|\
| * SI-7186 Slim down some TypeRefs by 8 bytes.Jason Zaugg2013-03-271-6/+14
* | Merge pull request #2289 from paulp/pr/name-logicPaul Phillips2013-03-2722-190/+206
|\ \ | |/ |/|
| * Overhauled local/getter/setter name logic.Paul Phillips2013-03-2522-190/+206
* | Merge pull request #2311 from retronym/topic/repl-intellijAdriaan Moors2013-03-272-0/+26
|\ \
| * | An IntelliJ Module for the recently modularized REPL.Jason Zaugg2013-03-252-0/+26
| |/
* | Merge pull request #2290 from adriaanm/build-cleanup-squashedAdriaan Moors2013-03-251-9/+9
|\ \
| * | Merge master.Adriaan Moors2013-03-25113-1027/+1717
| |\|
| * | Merge 2.10.x into masterAdriaan Moors2013-03-252-11/+12
| |\ \
| | * | Sanity for build.xml: exscriptus&positus delendus est.Adriaan Moors2013-03-231-9/+9
* | | | Cleanup obsolete options in CodeGen.Jason Zaugg2013-03-242-5/+1
* | | | SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-2424-1/+24
* | | | SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-241-2/+9
| |_|/ |/| |
* | | 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-234-9/+72
|\ \ \ \
| * | | | The script engine is given a better binding mechanism and reflexive accessRaphael Jolly2013-03-222-4/+61
| * | | | 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-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 #2287 from vigdorchik/ticket/si-7102James Iry2013-03-221-0/+2
|\ \ \ \ \
| * | | | | SI-7102 Specialize isEmpty for bitsetsEugene Vigdorchik2013-03-211-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-2145-164/+130
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-122-1/+17
* | | | | 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-201-1/+50
|\ \ \ \ \ \ \
| * | | | | | | SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-111-1/+50
* | | | | | | | 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-1718-202/+127
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | 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-133-3/+5
| * | | | | | | | 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-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-136-49/+51
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | 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