summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-294-0/+20
* Merge pull request #2316 from vigdorchik/interactive_test_frameworkPaul Phillips2013-03-294-16/+7
|\
| * Improve testing interactive experience.Eugene Vigdorchik2013-03-264-16/+7
* | Merge pull request #2333 from paulp/pr/merge-395e90a786Paul Phillips2013-03-2918-120/+228
|\ \
| * \ Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-2818-119/+227
| |\ \
| | * | SI-7251, compiler crash with $.Paul Phillips2013-03-164-127/+135
| | * | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-125-2/+53
| | |\ \
| | | * | SI-7240 fixes language feature lookupEugene Burmako2013-03-125-2/+53
| | * | | Merge pull request #2230 from retronym/ticket/7233Paul Phillips2013-03-124-1/+24
| | |\ \ \
| | | * | | SI-7233 Account for aliased imports in ErasureJason Zaugg2013-03-102-1/+9
| | | * | | SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-102-0/+15
| | * | | | Merge pull request #2222 from scalamacros/ticket/6725Paul Phillips2013-03-125-1/+23
| | |\ \ \ \
| | | * | | | SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-095-1/+23
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #2227 from mergeconflict/2.10.x-SI-7132Paul Phillips2013-03-123-15/+22
| | |\ \ \ \
| | | * | | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-093-15/+22
| * | | | | | Merge commit 'refs/pull/2326/head' into pr/merge-395e90a786Paul Phillips2013-03-281-1/+1
|/| | | | | |
| * | | | | | SI-7302 importing from Any.Paul Phillips2013-03-271-1/+1
* | | | | | | Merge pull request #2323 from paulp/pr/iterator_++Paul Phillips2013-03-283-18/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Iterator.++ no longer blows the stack.Paul Phillips2013-03-263-18/+55
| | |_|_|_|/ | |/| | | |
* | | | | | 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-2724-200/+216
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Overhauled local/getter/setter name logic.Paul Phillips2013-03-2524-200/+216
* | | | | | | 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-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