summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* `CompleterWrapper` delegates `typeParams`.Adriaan Moors2017-04-041-0/+3
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-032-113/+10
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-033-107/+1
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-031-23/+21
* Disable stub warning by default.Oscar Boykin2017-03-251-1/+1
* Improve stub error messages (SCP-009 proposal)jvican2017-03-245-12/+103
* Merge pull request #5736 from adriaanm/t10206Adriaan Moors2017-03-211-19/+22
|\
| * SI-10206 tighten fix for SI-6889Adriaan Moors2017-02-231-19/+22
* | [backport] new repo, version numbers for integration buildsLukas Rytz2017-03-091-1/+1
* | Merge pull request #5753 from Philippus/issue/copyright_yearSeth Tisue2017-03-063-3/+3
|\ \
| * | bump copyright year to 2017Philippus Baalman2017-03-023-3/+3
| |/
* | Improvements based on reviews by Lukas & JasonAdriaan Moors2017-03-022-17/+45
* | Allow user-defined `[un]apply` in case companionAdriaan Moors2017-02-271-12/+69
|/
* Handle WrappedArray the same way as ArrayOps for binary compatibilityStefan Zeiger2017-02-031-21/+23
* Optimised implementation of List.filter/filterNotRory Graves2017-01-283-1/+107
* Optimize slice and take in ArrayOps, WrappedArrayMike Skells2017-01-282-10/+113
* Avoid creating ListBuffer in List.mapConserveRory Graves2017-01-281-20/+31
* SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-243-19/+23
* Fix the size of the stack used by RedBlackTree.iteratorFrom.Sébastien Doeraene2017-01-161-2/+3
* Merge pull request #5630 from adriaanm/rebase-5557Adriaan Moors2017-01-105-65/+133
|\
| * Simplify creation of varargs forwarder symbolJason Zaugg2017-01-091-42/+26
| * Don’t run the uncurry info transformer on Java symbols.Iulian Dragos2017-01-091-3/+4
| * SI-10071 Separate compilation for varargs methodsIulian Dragos2017-01-095-66/+121
| * SI-8786 fix generic signature for @varargs forwarder methodsLukas Rytz2017-01-092-52/+80
* | Merge pull request #5632 from adriaanm/ticket/9114Adriaan Moors2017-01-101-1/+1
|\ \
| * | SI-9114 Fix crasher in pattern matcher with type aliasesJason Zaugg2017-01-091-1/+1
| |/
* | Merge pull request #5633 from adriaanm/ticket/9331Adriaan Moors2017-01-103-15/+11
|\ \
| * | SI-9331 Fix canEqual for case classes with HK type paramsJason Zaugg2017-01-093-15/+11
| |/
* | SI-9762 Remove workaround after upstream fix in jlineJason Zaugg2017-01-091-20/+0
* | SI-9762 Update to JLine 2.14.3Jason Zaugg2017-01-092-7/+9
|/
* 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
* | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2017-01-051-0/+31
* | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2017-01-052-19/+8
* | Changed modulo to bitwise AND in hash calculationPap Lőrinc2017-01-051-52/+17
* | Optimized HashTable.indexPap Lőrinc2017-01-051-7/+7
* | SI-8774 Null link fields in mutable hash maps on removal.Carsten Varming2017-01-053-1/+8
* | Merge pull request #5612 from adriaanm/patmat_cleanupAdriaan Moors2017-01-045-32/+38
|\ \
| * | SI-9630 Fix spurious warning related to same-named case accessors [backport]Jason Zaugg2016-12-212-7/+11
| * | More robust outer test for patmatAdriaan Moors2016-12-211-10/+8
| * | Small cleanups to pattern matcherAdriaan Moors2016-12-212-15/+19
| |/
* / Fix documentation of immutable.QueueJasper-M2017-01-031-1/+1
|/
* Merge pull request #5487 from lrytz/java-constantsAdriaan Moors2016-12-153-2/+63
|\
| * Support implicit converstions from java literalsLukas Rytz2016-11-021-38/+41
| * SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-283-2/+60
* | Merge pull request #5454 from som-snytt/issue/9834-2.11Adriaan Moors2016-12-151-16/+44
|\ \
| * | SI-9834 Show expansion of update on errorSom Snytt2016-11-251-3/+4
| * | SI-9834 Improve error on failed op=Som Snytt2016-11-251-16/+43
* | | SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7