summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-1434-0/+0
|\ \ \ \
| * | | | unset inappropriate execute bitsSeth Tisue2015-09-0234-0/+0
* | | | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-121-1/+5
| |/ / / |/| | |
* | | | 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-086-8/+8
|\ \ \ \ \
| * | | | | fix assorted typosSeth Tisue2015-08-286-8/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #4722 from janekdb/2.11.x-scaladoc-in-context-AnyValDick Wall2015-09-062-2/+2
|\ \ \ \ \
| * | | | | Link to completed value classes SIP page instead of pending versionJanek Bogucki2015-09-012-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4706 from VladUreche/issue/tree-checkerJason Zaugg2015-09-061-1/+8
|\ \ \ \ \
| * | | | | Re-enable tree checkersVlad Ureche2015-08-241-1/+8
* | | | | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-063-10/+55
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-233-10/+55
* | | | | | Merge pull request #4726 from janekdb/2.11.x-now-Oracle-urlsSeth Tisue2015-09-037-7/+7
|\ \ \ \ \ \
| * | | | | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-027-7/+7
* | | | | | | 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 #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+23
* | | | | 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
| | |_|/ / | |/| | |
* | | | | Merge pull request #4710 from retronym/ticket/9450Seth Tisue2015-08-271-2/+4
|\ \ \ \ \
| * | | | | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
| |/ / / /
* / / / / SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
|/ / / /
* | | | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | | | Fix typos in spec, docs and commentsMichał Pociecha2015-08-2319-23/+23
| |/ / |/| |
* | | Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
|\ \ \
| * | | Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
| |/ /
* | | Merge pull request #4697 from martijnhoekstra/patch-3Seth Tisue2015-08-191-2/+2
|\ \ \
| * | | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
| |/ /
* / / Fix method name reference in Predef documentationJanek Bogucki2015-08-191-1/+1
|/ /
* | Merge pull request #4678 from stusmall/2.11.xLukas Rytz2015-08-101-0/+4
|\ \
| * | SI-3623 Improved error message for "filename too long" build errorsstusmall2015-08-071-0/+4
* | | Merge pull request #4688 from retronym/topic/typer-debug-implicitsLukas Rytz2015-08-102-3/+5
|\ \ \ | |_|/ |/| |
| * | Fix tracing of implicit search under -Ytyper-debugJason Zaugg2015-08-062-3/+5
* | | Merge pull request #4620 from lastland/patch-1Seth Tisue2015-08-071-1/+2
|\ \ \
| * | | Wait until the cat process is finished.Li Yao2015-08-071-1/+2
| * | | Fix the bug in the example in scala.sys.processLi Yao2015-07-111-1/+1
* | | | Merge pull request #4443 from adriaanm/abstractpromise-avoid-unsafeSeth Tisue2015-08-061-30/+7
|\ \ \ \
| * | | | SI-8362: AbstractPromise extends AtomicReferenceMariot Chauvin2015-07-291-30/+7
| | |_|/ | |/| |
* | | | Merge pull request #4554 from som-snytt/issue/1931Seth Tisue2015-08-062-11/+23
|\ \ \ \
| * | | | SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-062-11/+23
| | |/ / | |/| |
* | | | Merge pull request #4672 from janekdb/2.11.x-scaladoc-compilerSeth Tisue2015-08-0610-21/+21
|\ \ \ \
| * | | | ScalaDoc fixes for compilerJanek Bogucki2015-07-2910-21/+21
| | |/ / | |/| |