summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-7494 Tests for status quoSom Snytt2013-05-1963-143/+133
* SI-7494 Each plugin must only be instantiated once.Som Snytt2013-05-181-7/+4
* Merge pull request #2552 from retronym/topic/restore-murmurJason Zaugg2013-05-173-2/+211
|\
| * Unprivatize methods in SyncVar.Jason Zaugg2013-05-171-2/+4
| * Revert "SI-7469 Remove @deprecated MurmurHash elements"Jason Zaugg2013-05-172-0/+207
* | Merge pull request #2545 from paulp/issue/7482aPaul Phillips2013-05-173-1/+23
|\ \ | |/ |/|
| * SI-7482 Don't cook raw types after erasure.Paul Phillips2013-05-163-1/+23
* | Merge pull request #2454 from vigdorchik/scaladoc_fixesJason Zaugg2013-05-1712-135/+99
|\ \
| * | No longer cache all subclass templates.Eugene Vigdorchik2013-05-173-40/+32
| * | Remove self types check suppression usage from scaladoc.Eugene Vigdorchik2013-05-173-7/+0
| * | Improve code style in the Scaladoc implementation.Eugene Vigdorchik2013-05-167-88/+67
* | | Merge pull request #2374 from adriaanm/ticket-6815Jason Zaugg2013-05-1719-77/+224
|\ \ \ | |_|/ |/| |
| * | remove unused methods: checkStable, isStableExceptVolatileAdriaan Moors2013-05-161-23/+0
| * | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-1617-54/+215
| * | make treeInfo more globally visibleAdriaan Moors2013-05-163-0/+9
* | | Merge pull request #2519 from som-snytt/issue/regex-revertAdriaan Moors2013-05-162-5/+18
|\ \ \
| * | | SI-6406 Restore deprecated APISom Snytt2013-05-122-5/+18
* | | | Merge pull request #2534 from retronym/ticket/3943Adriaan Moors2013-05-162-0/+21
|\ \ \ \
| * | | | SI-3943 Test case for already-fixed Java interop bugJason Zaugg2013-05-152-0/+21
* | | | | Merge pull request #2543 from soc/SI-7469-loggingAdriaan Moors2013-05-169-94/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7469 Remove @deprecated scala.util.loggingSimon Ochsenreither2013-05-169-94/+19
|/ / / /
* | | | Merge pull request #2527 from soc/SI-7476Jason Zaugg2013-05-161-4/+50
|\ \ \ \
| * | | | SI-7476 Add documentation to GenericTraversableTemplateSimon Ochsenreither2013-05-131-4/+50
| | |/ / | |/| |
* | | | Merge pull request #2526 from dcsobral/doc/patMatAdriaan Moors2013-05-151-2/+6
|\ \ \ \
| * | | | Fix formatting for couple of docs in the compilerDaniel C. Sobral2013-05-131-2/+6
| |/ / /
* | | | Merge pull request #2520 from soc/SI-7469-concurrentJason Zaugg2013-05-155-6/+6
|\ \ \ \
| * | | | SI-7469 Make @deprecated elems in scala.concurrent private[scala]Simon Ochsenreither2013-05-125-6/+6
| |/ / /
* | | | Merge pull request #2521 from soc/SI-7469-combinatorJason Zaugg2013-05-153-79/+0
|\ \ \ \
| * | | | SI-7469 Remove deprecated elements in s.u.parsing.combinatorSimon Ochsenreither2013-05-123-79/+0
| |/ / /
* | | | Merge pull request #2523 from soc/SI-7469-hashingJason Zaugg2013-05-152-206/+0
|\ \ \ \
| * | | | SI-7469 Remove @deprecated MurmurHash elementsSimon Ochsenreither2013-05-122-206/+0
| |/ / /
* | | | Merge pull request #2514 from scalamacros/topic/5923-masterJason Zaugg2013-05-1528-64/+228
|\ \ \ \
| * | | | removes duplication in inferImplicitValueEugene Burmako2013-05-123-30/+18
| * | | | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-125-9/+32
| * | | | SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-1215-25/+117
| * | | | macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-122-0/+4
| * | | | SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-127-10/+67
* | | | | Merge pull request #2503 from paulp/issue/6039Jason Zaugg2013-05-153-2/+26
|\ \ \ \ \
| * | | | | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-083-2/+26
* | | | | | Merge pull request #2498 from rladstaetter/patch-1Jason Zaugg2013-05-151-1/+1
|\ \ \ \ \ \
| * | | | | | fix typo in commentRobert Ladstätter2013-05-061-1/+1
* | | | | | | Merge pull request #2399 from rjolly/scripting8Jason Zaugg2013-05-151-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | AbstractFile.getDirectory does not return null when outDir is "."Raphael Jolly2013-04-221-1/+1
* | | | | | | Merge pull request #2525 from soc/SI-7469-astPaul Phillips2013-05-132-381/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-7469 Remove @deprecated scala.util.parsing.astSimon Ochsenreither2013-05-132-381/+0
|/ / / / / /
* | | | | | Merge pull request #2501 from paulp/pr/tailcalls-tostringPaul Phillips2013-05-122-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Limit unnecessary calls to Type#toString.Paul Phillips2013-05-082-7/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #2470 from ihji/masterPaul Phillips2013-05-112-2/+13
|\ \ \ \ \
| * | | | | SI-7432 add testcasesHeejong Lee2013-04-301-0/+11
| * | | | | SI-7432 Range.min should throw NoSuchElementException on empty rangeHeejong Lee2013-04-301-2/+2