summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | Make AnyRefMap serializableJason Zaugg2015-09-251-0/+2
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-224-46/+77
|\|
| * Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-212-42/+73
| |\
| | * SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-192-42/+73
| * | Merge pull request #4758 from lrytz/pagedSeqNpeSeth Tisue2015-09-211-2/+2
| |\ \
| | * | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-2/+2
| | |/
| * / bump copyright year in `scala -version`Seth Tisue2015-09-181-2/+2
| |/
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2229-79/+175
|\|
| * Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-153-6/+5
| |\
| | * Improve drifted URLsJanek Bogucki2015-09-093-6/+5
| * | Merge pull request #4728 from janekdb/2.11.x-urls-docs-codehaus-citeseerSeth Tisue2015-09-154-3/+6
| |\ \
| | * | Update links to docs, codehaus and citeseerJanek Bogucki2015-09-044-3/+6
| * | | Merge pull request #4742 from janekdb/2.11.x-scaladoc-in-context-ListSeth Tisue2015-09-151-1/+1
| |\ \ \
| | * | | Restore missing element type to List class documentationJanek Bogucki2015-09-111-1/+1
| | | |/ | | |/|
| * | | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1419-0/+0
| |\ \ \ | | |/ / | |/| |
| | * | unset inappropriate execute bitsSeth Tisue2015-09-0219-0/+0