summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | | Merge pull request #4714 from Ichoran/issue/9407Seth Tisue2015-09-081-10/+1
| |\ \ \
| | * | | SI-9407 Vector implementation bit-shift bugfixRex Kerr2015-08-291-10/+1
| | |/ /
| * | | Merge pull request #4333 from Ichoran/opt-Iterator-2.11.xSeth Tisue2015-09-081-59/+162
| |\ \ \
| | * | | Performance optimization - Iterator span, collect, dropWhileRex Kerr2015-08-071-35/+138
| | * | | Performance optimization - Iterator flatMap, find, indexWhere, indexOfRex Kerr2015-08-071-24/+24
| * | | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-081-2/+2
| |\ \ \ \
| | * | | | fix assorted typosSeth Tisue2015-08-281-2/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #4722 from janekdb/2.11.x-scaladoc-in-context-AnyValDick Wall2015-09-061-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Link to completed value classes SIP page instead of pending versionJanek Bogucki2015-09-011-1/+1
| | |/ /
| * | | Merge pull request #4726 from janekdb/2.11.x-now-Oracle-urlsSeth Tisue2015-09-033-3/+3
| |\ \ \
| | * | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-023-3/+3
| * | | | Merge pull request #4715 from Ichoran/issue/9424Seth Tisue2015-09-021-2/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-9424 Clarify behavior of PriorityQueue toStringRex Kerr2015-08-291-2/+13
| | |/ /
| * | | Merge pull request #4701 from janekdb/2.11.x-scaladoc-in-context-OptionSeth Tisue2015-09-021-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Improve implementation comments in Option.collect exampleJanek Bogucki2015-08-311-1/+1
| * | | Merge pull request #4707 from fthomas/topic/pins-linkLukas Rytz2015-08-281-2/+3
| |\ \ \
| | * | | Add link to online version of Programming in ScalaFrank S. Thomas2015-08-241-2/+3
| * | | | SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
| |/ / /
| * / / Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
| |/ /
* | | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-221-3/+0
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-1823-336/+119
| |\ \ \
| * | | | Revert workaround for SI-8334Lukas Rytz2015-09-171-3/+0
* | | | | Merge pull request #4734 from soc/SI-9081Lukas Rytz2015-09-211-5/+10
|\ \ \ \ \
| * | | | | SI-9081 Deprecate public implementation details in TrieMapSimon Ochsenreither2015-09-091-5/+10
* | | | | | Merge pull request #4719 from Ichoran/issue/8647Lukas Rytz2015-09-181-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-8647 Used immutable scheme for mutable.BitSet to resolve canBuildFromRex Kerr2015-08-301-1/+3
* | | | | | Merge pull request #4732 from SethTisue/merge-2.11.x-sep-8Adriaan Moors2015-09-0914-17/+67
|\ \ \ \ \ \
| * | | | | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-0814-17/+67
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4731 from soc/SI-7155Seth Tisue2015-09-081-250/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7155 Remove deprecated private s.c.m.AVLTreeSimon Ochsenreither2015-09-051-250/+0
* | | | | | Merge pull request #4673 from puffnfresh/issue/6806Jason Zaugg2015-09-081-0/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-111-0/+34
* | | | | | Merge pull request #4718 from Ichoran/issue/9379Seth Tisue2015-09-022-0/+4
|\ \ \ \ \ \
| * | | | | | SI-9379 Added toString to .zipped to allow Stream etc to short-circuitRex Kerr2015-08-302-0/+4
| | |/ / / / | |/| | | |