summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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 pull request #5682 from Philippus/issue/9780Seth Tisue2017-02-143-52/+98
|\ \ \
| * | | SI-9780 use @see annotationsPhilippus Baalman2017-02-082-29/+29
| * | | SI-9780 qualify the reference links so they can be found and use @see annotat...Philippus Baalman2017-02-081-23/+69
| |/ /
* | | Merge pull request #5618 from monkey-mas/fix-indent-of-arrayops-2016-12-28Adriaan Moors2017-02-091-21/+19
|\ \ \
| * | | Fix indent and comment of ArrayOps.scalaMasaru Nomura2017-02-101-21/+19
* | | | Merge pull request #5680 from SethTisue/deprecation-policyAdriaan Moors2017-02-081-10/+8
|\ \ \ \
| * | | | update and improve description of deprecation policySeth Tisue2017-02-071-10/+8
| | |/ / | |/| |
* | | | Merge pull request #5522 from ruippeixotog/issue/9886Stefan Zeiger2017-02-081-2/+2
|\ \ \ \
| * | | | SI-9507 Make Stream #:: and #::: allow type wideningRui Gonçalves2017-02-021-2/+2
| |/ / /
* | | | Merge pull request #5673 from retronym/topic/hashmap-containsAdriaan Moors2017-02-071-10/+40
|\ \ \ \
| * | | | Optimizations in immutable.Map.{get, contains}Jason Zaugg2017-02-031-10/+40
| |/ / /
* | | | Merge pull request #5579 from edmundnoble/queue-concatAdriaan Moors2017-02-071-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Improve Queue.++ when building another QueueEdmund Noble2017-01-181-0/+9
* | | | SI-10113 mutable.TreeMap.range does not workEvgeny Slutsky2017-01-091-0/+3
* | | | SI-9936 LinearSeqOptimized.indexWhereSom Snytt2016-12-303-4/+3
| |/ / |/| |
* | | Merge pull request #5607 from adriaanm/rebase-5551Adriaan Moors2016-12-212-0/+57
|\ \ \
| * | | Override equals and hashCode for WrappedArrayAlexey Romanov2016-12-212-0/+57
* | | | Fix how "sbt" is writtenDale Wijnand2016-12-212-3/+3
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-2/+7
|\ \ \ \ | |/ / / |/| | |
| * | | SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7
| |/ /
* | | Modules w. serializable type alias "companions" are not serializableJason Zaugg2016-12-141-2/+2
* | | Merge pull request #5531 from tabdulradi/SI-10060Lukas Rytz2016-12-121-2/+2
|\ \ \
| * | | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-2/+2
* | | | Merge pull request #5527 from som-snytt/fix/use-modern-replaceLukas Rytz2016-12-121-9/+3
|\ \ \ \
| * | | | String.replaceAllLiterally is String.replaceSom Snytt2016-11-131-9/+3
| |/ / /
* | | | Merge pull request #5569 from paplorinc/rotrLukas Rytz2016-12-122-19/+8
|\ \ \ \
| * | | | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-072-19/+8
* | | | | Applied further cleanup to VectorPap Lőrinc2016-12-061-56/+63
* | | | | Changed >> to >>> in Vector to unify stylePap Lőrinc2016-12-061-118/+118
* | | | | Applied suggestions to Vector cleanupPap Lőrinc2016-12-061-179/+161
* | | | | Deleted leftover code-comments from VectorPap Lőrinc2016-12-061-93/+20
* | | | | Deleted leftover debug method from VectorPap Lőrinc2016-12-061-38/+0
* | | | | Unified masks in VectorPap Lőrinc2016-12-061-31/+31
* | | | | Removed redundant casts from VectorPap Lőrinc2016-12-061-29/+29
|/ / / /
* | | | Merge pull request #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-301-59/+24
|\ \ \ \
| * | | | Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
| * | | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | | | | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-252-2/+2
|/ / / /
* | | | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2016-11-181-0/+31