summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Simplified the widening logic.Paul Phillips2013-03-101-17/+13
| * | | | | SI-7228, bug in weak subtyping.Paul Phillips2013-03-104-19/+16
* | | | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-135-11/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-03-124-10/+25
| |\ \ \ \ \ \
| | * \ \ \ \ \ 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
| | * | | | | | | | | SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+6
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge 2.10.x into masterAdriaan Moors2013-03-121-1/+1
| |\| | | | | | | |
| | * | | | | | | | Fix SI-7224.Iulian Dragos2013-03-071-1/+1
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Update sbt.latest.version to sbt's latest version.Paul Phillips2013-03-131-2/+3
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #2236 from retronym/ticket/6601-2Paul Phillips2013-03-123-2/+8
|\ \ \ \ \ \ \ \