summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-122-1/+29
|\
| * SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-212-1/+29
* | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-122-1/+3
|\ \
| * | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-042-1/+3
* | | Merge pull request #4760 from janekdb/2.11.x-collection-documentation-fixes-p...Adriaan Moors2015-11-125-88/+85
|\ \ \
| * | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
* | | | Merge pull request #4833 from xuwei-k/patch-2Seth Tisue2015-11-091-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | "macro" is a reserved word since Scala 2.11kenji yoshida2015-11-021-5/+5
|/ / /
* | | 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 #4818 from som-snytt/issue/4950-tweakJason Zaugg2015-10-272-13/+18
|\ \ \ | |_|/ |/| |
| * | SI-4950 Test reductionSom Snytt2015-10-252-13/+18
|/ /
* | Merge pull request #4795 from SethTisue/windows-ciLukas Rytz2015-10-217-7/+32
|\ \
| * | Windows CI: don't hardcode Ant path quite so hardSeth Tisue2015-10-091-1/+5
| * | add note to readme about Windows buildSeth Tisue2015-10-081-0/+2
| * | add comment about Cygwin trouble to test/partestSeth Tisue2015-10-081-0/+8
| * | add experimental Windows script for testingSeth Tisue2015-10-081-0/+11
| * | Windows: make get-scala-commit-sha/date scripts work on CygwinSeth Tisue2015-10-082-4/+4
| * | fix t7634 to work on CygwinSeth Tisue2015-10-082-3/+3
* | | 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
| |/
* | Merge pull request #4792 from SethTisue/round-of-readme-updatesLukas Rytz2015-10-164-45/+36
|\ \
| * | more readme improvementsSeth Tisue2015-10-084-36/+31
| * | misc upgrades to READMESeth Tisue2015-10-071-10/+6
* | | Merge pull request #4791 from performantdata/issue/9508Lukas Rytz2015-10-158-47/+17
|\ \ \
| * | | SI-9508 fix classpaths in Eclipse configurationPerformant Data LLC2015-10-128-47/+17
| | |/ | |/|
* | | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-152-1/+60
|\ \ \
| * | | Suppress unneeded import.Performant Data LLC2015-10-141-2/+2
| * | | 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-102-1/+47
| |/ /
* | | Merge pull request #4788 from dk14/patch-1Seth Tisue2015-10-141-1/+1
|\ \ \
| * | | explicitly specify insertion-order feature in docsdk142015-10-061-1/+1
| | |/ | |/|
* | | Merge pull request #4771 from som-snytt/issue/9492-hereSeth Tisue2015-10-144-16/+83
|\ \ \
| * | | SI-9492 Line trimming pasteSom Snytt2015-09-272-3/+8
| * | | SI-9492 REPL paste here docSom Snytt2015-09-273-16/+78
* | | | Merge pull request #4610 from todesking/spec-implicits-remove-obsoleteSeth Tisue2015-10-141-2/+10
|\ \ \ \
| * | | | Add view/context-bound parameter ordering ruletodesking2015-09-241-0/+10
| * | | | Spec: Implicit parameters with context/view bound is allowed since 2.10todesking2015-07-081-2/+0
* | | | | Merge pull request #4789 from janekdb/2.11.x-param-names-predicates-operationsSeth Tisue2015-10-139-71/+86
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-099-71/+86
|/ / / /
* | | | Merge pull request #4790 from SethTisue/issue/9501Seth Tisue2015-10-071-1/+10
|\ \ \ \
| * | | | SI-9501 link README to Scala Hacker GuideSeth Tisue2015-10-061-1/+10
| | |_|/ | |/| |
* | | | Merge pull request #4786 from performantdata/issue/9506Jason Zaugg2015-10-079-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-062-0/+4
| * | | SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-057-0/+14
|/ / /
* | | Merge pull request #4782 from performantdata/issue/9502Lukas Rytz2015-10-051-3/+3
|\ \ \
| * | | SI-9502 Update Eclipse classpaths for scaladoc project.Michael2015-10-021-3/+3
* | | | Merge pull request #4770 from SethTisue/windows-testing-fixesLukas Rytz2015-10-055-17/+37
|\ \ \ \
| * | | | add missing newline at eof in Scala sourceSeth Tisue2015-09-251-1/+1
| * | | | fix bug in partest-extras causing test failures on WindowsSeth Tisue2015-09-251-2/+7