summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2542 from rjolly/scripting12Paul Phillips2013-05-171-1/+1
|\
| * Read-eval-print : the script engine does not need print so make it lazyRaphael Jolly2013-05-161-1/+1
* | Merge pull request #2340 from folone/topic/kind-prAdriaan Moors2013-05-175-6/+260
|\ \
| * | Add :kind command to REPLEugene Yokota2013-04-205-6/+260
* | | 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-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7482 Don't cook raw types after erasure.Paul Phillips2013-05-161-1/+1
* | | | Merge pull request #2454 from vigdorchik/scaladoc_fixesJason Zaugg2013-05-1710-132/+96
|\ \ \ \
| * | | | 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-165-85/+64
* | | | | Merge pull request #2374 from adriaanm/ticket-6815Jason Zaugg2013-05-1713-77/+150
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | remove unused methods: checkStable, isStableExceptVolatileAdriaan Moors2013-05-161-23/+0
| * | | | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-1611-54/+141
| * | | | make treeInfo more globally visibleAdriaan Moors2013-05-163-0/+9
* | | | | Merge pull request #2519 from som-snytt/issue/regex-revertAdriaan Moors2013-05-161-0/+14
|\ \ \ \ \
| * | | | | SI-6406 Restore deprecated APISom Snytt2013-05-121-0/+14
* | | | | | SI-7469 Remove @deprecated scala.util.loggingSimon Ochsenreither2013-05-166-86/+18
| |/ / / / |/| | | |
* | | | | 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-1510-62/+111
|\ \ \ \ \
| * | | | | removes duplication in inferImplicitValueEugene Burmako2013-05-123-30/+18
| * | | | | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-122-9/+10
| * | | | | SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-127-23/+58
| * | | | | SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-122-10/+35
* | | | | | Merge pull request #2503 from paulp/issue/6039Jason Zaugg2013-05-152-2/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-082-2/+8
* | | | | | 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
* | | | | | | | SI-7469 Remove @deprecated scala.util.parsing.astSimon Ochsenreither2013-05-132-381/+0
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #2501 from paulp/pr/tailcalls-tostringPaul Phillips2013-05-121-6/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Limit unnecessary calls to Type#toString.Paul Phillips2013-05-081-6/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2470 from ihji/masterPaul Phillips2013-05-111-2/+2
|\ \ \ \ \ \
| * | | | | | SI-7432 Range.min should throw NoSuchElementException on empty rangeHeejong Lee2013-04-301-2/+2
* | | | | | | Merge pull request #2512 from som-snytt/issue/partest-exec-logPaul Phillips2013-05-111-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Par-Test includes log in transcript of failed execSom Snytt2013-05-101-4/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Boil out some duplicated parser logic.Paul Phillips2013-05-101-116/+108
* | | | | | | Flesh out copyMemberDef methods with copyModuleDef.Paul Phillips2013-05-101-0/+15