summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-072-114/+11
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-072-106/+0
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-071-23/+21
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-071-1/+1
|\
| * bump copyright year to 2017Philippus Baalman2017-03-021-1/+1
* | Merge pull request #5813 from viktorklang/wip-improve-await-docs-√Seth Tisue2017-04-042-26/+59
|\ \
| * | Improving ScalaDoc for ExecutionContext and Await.Viktor Klang2017-03-292-26/+59
* | | Merge pull request #5817 from ashawley/java-converters-typoSeth Tisue2017-03-311-6/+6
|\ \ \
| * | | Fix typo in JavaConverters docAaron S. Hawley2017-03-311-6/+6
* | | | Merge pull request #5802 from jrudolph/jr/w/ListBuffer-isEmpty-nonEmptyLukas Rytz2017-03-301-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement ListBuffer.isEmpty / nonEmpty efficientlyJohannes Rudolph2017-03-271-0/+4
* | | | `def run(log: ProcessLogger, connectInput: Boolean): Process` doesn't block u...Pablo Fco. Pérez Hidalgo2017-03-241-4/+3
* | | | Merge pull request #5778 from som-snytt/issue/10225som-snytt2017-03-231-331/+283
|\ \ \ \ | |/ / / |/| | |
| * | | SI-10225 Either evinces good styleSom Snytt2017-03-211-58/+54
| * | | SI-10225 Either docs compileSom Snytt2017-03-141-317/+273
* | | | Improve List creation in BatchingExecutorJohannes Rudolph2017-03-221-1/+1
* | | | Merge pull request #5771 from som-snytt/issue/regex-doc-errSeth Tisue2017-03-211-16/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Fix and improve Regex docSom Snytt2017-03-101-16/+30
* | | | Merge pull request #5755 from rorygraves/2.12.x_map4Jason Zaugg2017-03-142-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Performance improvements for Map4 to HashMap nad Set4 to HashSet transitionsRory Graves2017-03-042-2/+2
| |/ /
* | | Merge pull request #5719 from retronym/ticket/10187Adriaan Moors2017-03-101-2/+10
|\ \ \
| * | | SI-10187 Support mutation of mutable.HashMap in getOrElseUpdateJason Zaugg2017-03-031-2/+10
* | | | Merge pull request #5600 from paplorinc/HashTable_indexSeth Tisue2017-03-063-18/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Optimized HashTable.nextPositivePowerOfTwoPap Lőrinc2017-02-183-18/+5
| |/ /
* / / SD-256 enable colored output by default on unixAntoine Gourlay2017-02-211-0/+6
|/ /
* | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-178-66/+106
|\ \
| * \ Merge pull request #5693 from markusjura/lineStream-warningsSeth Tisue2017-02-171-2/+2
| |\ \
| | * | Changing deprecation warning to lineStreamMarkus Jura2017-02-131-2/+2
| * | | Merge pull request #5697 from som-snytt/issue/10164Seth Tisue2017-02-171-8/+8
| |\ \ \
| | * | | SI-10164 BitSet.tail zigs where it zaggedSom Snytt2017-02-141-8/+8
| | |/ /
| * | | Merge pull request #5674 from Philippus/issue/9519Adriaan Moors2017-02-161-24/+0
| |\ \ \
| | * | | SI-9519 removed the usecase section of the ++-methodPhilippus Baalman2017-02-041-24/+0
| * | | | Merge pull request #5687 from retronym/ticket/10177Adriaan Moors2017-02-161-0/+27
| |\ \ \ \
| | * | | | SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+27
| | |/ / /
| * | | | Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-161-0/+27
| |\ \ \ \
| | * | | | SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-141-18/+24
| | * | | | SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-191-0/+21
| * | | | | Merge pull request #5679 from som-snytt/issue/sliding-docAdriaan Moors2017-02-162-30/+41
| |\ \ \ \ \
| | * | | | | Nuance doc for slidingSom Snytt2017-02-072-30/+41
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #5696 from SethTisue/bootstrap-no-parsers-no-swingAdriaan Moors2017-02-141-2/+1
| |\ \ \ \ \
| | * | | | | during bootstrap, don't build scala-parser-combinators or -swingSeth Tisue2017-02-131-2/+1
| | |/ / / /
* | | | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-165-42/+265
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Handle WrappedArray the same way as ArrayOps for binary compatibilityStefan Zeiger2017-02-031-21/+23
| * | | | | Optimised implementation of List.filter/filterNotRory Graves2017-01-282-0/+106
| * | | | | Optimize slice and take in ArrayOps, WrappedArrayMike Skells2017-01-282-10/+113
| * | | | | Avoid creating ListBuffer in List.mapConserveRory Graves2017-01-281-20/+31
| * | | | | Fix the size of the stack used by RedBlackTree.iteratorFrom.Sébastien Doeraene2017-01-161-2/+3
| * | | | | Merge pull request #5615 from monkey-mas/modify-ArrayBuilder-reusability-bug-...Stefan Zeiger2017-01-092-11/+44
| |\ \ \ \ \
| | * | | | | [Backport] Modify ArrayBuilder and WrappedArrayBuilder to be reusableMasaru Nomura2016-12-282-11/+44
| * | | | | | Simplify HashTable.index furtherPap Lőrinc2017-01-051-6/+2