summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-182-9/+14
|\
| * [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-112-9/+14
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1864-264/+177
* | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-1/+1
|/
* Merge commit '5e99f82' into merge-2.11-to-2.12-nov-27Lukas Rytz2015-11-272-2/+2
|\
| * Apply some static code analysis recommendationsJanek Bogucki2015-11-262-2/+2
* | Clarify source of f functionCasey Leask2015-11-261-1/+1
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2436-280/+278
|\|
| * Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
| * Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-1/+3
| |\
| | * SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-1/+3
| * | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-1/+2
| |\ \
| | * | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-1/+2
| * | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
| * | | Merge pull request #4803 from janekdb/2.11.x-conform-foreach-tparamSeth Tisue2015-10-2727-169/+170
| |\ \ \ | | |_|/ | |/| |
| | * | Conform foreach tparam to majority naming conventionvsalvis2015-10-2127-169/+170
| | |/
| * | Merge pull request #4800 from sjrd/remove-lingering-printlnLukas Rytz2015-10-212-4/+1
| |\ \ | | |/ | |/|
| | * Remove two lingering `println`s in non-debug methods of the library.Sébastien Doeraene2015-10-132-4/+1
* | | SI-9363 - Add empty serializabletriggerNZ2015-11-241-1/+1
* | | Fix for SI-9363triggerNZ2015-11-241-5/+6
* | | Fix some small warnings that pop up on every compileSimon Ochsenreither2015-11-191-4/+4
* | | Merge pull request #4827 from soc/SI-6162-publicSeth Tisue2015-11-172-2/+0
|\ \ \
| * | | SI-6162 Make @deprecated{Inheritance,Overriding} publicSimon Ochsenreither2015-10-282-2/+0
* | | | Merge pull request #4825 from soc/topic/drop-threadpool-fallbackJason Zaugg2015-11-131-31/+12
|\ \ \ \
| * | | | Remove ThreadPoolExecutor fallback in ExecutionContextImplSimon Ochsenreither2015-10-281-31/+12
* | | | | Merge pull request #4834 from som-snytt/issue/9545-docJason Zaugg2015-11-131-23/+20
|\ \ \ \ \
| * | | | | SI-9545 De-option SyncVarSom Snytt2015-11-011-19/+17
| * | | | | SI-9545 Correct doc for SyncVar.get(t)Som Snytt2015-11-011-4/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #4823 from soc/SI-7566-actor-leftoversJason Zaugg2015-11-134-151/+0
|\ \ \ \ \
| * | | | | SI-7566 Remove some private, deprecated remnants from scala-actorsSimon Ochsenreither2015-10-274-151/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #4829 from etaty/patch-3Jason Zaugg2015-11-131-3/+3
|\ \ \ \ \
| * | | | | WrapAsScala: Fix documentationValerian2015-10-291-3/+3
| | |/ / / | |/| | |
* / | | | SI-9555 Refactor SystemProperties to avoid mutable mapJason Zaugg2015-11-131-17/+17
|/ / / /
* | | | Merge pull request #4813 from rcmurphy/topic/improved-softrefSeth Tisue2015-10-271-0/+13
|\ \ \ \
| * | | | Add Extractor and apply Method for SoftReferenceRebecca Claire Murphy2015-10-221-0/+13
| |/ / /
* | | | Merge pull request #4794 from densh/topic/predef-autoboxingSeth Tisue2015-10-271-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes an inconsistency between BoxesRunTime and Predef's autoboxingDenys Shabalin2015-10-081-17/+17
* | | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-2110-69/+101
|\ \ \ \
| * \ \ \ merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-1610-69/+101
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-151-1/+18
| | |\ \
| | | * | Document some OpenHashMap internal methods.Performant Data LLC2015-10-101-0/+13
| | | * | SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-1/+5
| | | |/
| | * | Merge pull request #4788 from dk14/patch-1Seth Tisue2015-10-141-1/+1
| | |\ \
| | | * | explicitly specify insertion-order feature in docsdk142015-10-061-1/+1
| | | |/
| | * / Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-099-71/+86
| | |/
* | / Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-202-4/+48
|/ /
* | Minor fixes to Scaladoc of implicitAmbiguousLukas Rytz2015-10-061-7/+7
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-052-3/+3
|\|
| * Use InternalCallbackExecutor in Future.sequencePaul Draper2015-10-021-1/+1
| * Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2