summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5647 from som-snytt/issue/10130Adriaan Moors2017-02-071-1/+1
|\
| * SI-10130 Ignore extra parse warningsSom Snytt2017-01-161-1/+1
* | Merge pull request #5646 from som-snytt/issue/8685Adriaan Moors2017-02-071-0/+1
|\ \
| * | SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-0/+1
| |/
* | Merge pull request #5642 from janekdb/topic/MB-calculation-correctionAdriaan Moors2017-02-071-1/+1
|\ \
| * | Calculate MB instead of MiBJanek Bogucki2017-01-151-1/+1
| |/
* | Merge pull request #5628 from martijnhoekstra/walkfilterdocAdriaan Moors2017-02-071-6/+7
|\ \
| * | fix doc for walkfilter and walkMartijn Hoekstra2017-01-051-6/+7
* | | 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 #5585 from som-snytt/issue/10097Adriaan Moors2017-02-074-23/+56
|\ \ \ \
| * | | | SI-10097 Adapt unless -Xsource:2.13Som Snytt2016-12-142-4/+16
| * | | | SI-8704 Also warn if effectively multiple implicitSom Snytt2016-12-142-0/+8
| * | | | SI-8704 Error on bad implicit sectionsSom Snytt2016-12-141-13/+19
| * | | | SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-143-11/+21
* | | | | Merge pull request #5579 from edmundnoble/queue-concatAdriaan Moors2017-02-071-0/+9
|\ \ \ \ \
| * | | | | Improve Queue.++ when building another QueueEdmund Noble2017-01-181-0/+9
* | | | | | Merge pull request #5665 from som-snytt/issue/8662-file-completeAdriaan Moors2017-02-072-56/+141
|\ \ \ \ \ \
| * | | | | | SI-8662 Repl completionsSom Snytt2017-01-282-56/+141
* | | | | | | Merge pull request #5666 from Philippus/issue/10030Lukas Rytz2017-02-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-10030 - added quotes in case the path contains a space and an 8.3-complian...Philippus Baalman2017-01-301-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #5667 from som-snytt/issue/maxerrsLukas Rytz2017-02-033-8/+15
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-9729 -Xmaxerrs to limit messagesSom Snytt2017-01-313-8/+15
| |/ / / / /
* | | | | | Finish resolving conflicts from rebasing commits within #5661Dale Wijnand2017-02-011-24/+0
* | | | | | Update IntelliJ template configurationJason Zaugg2017-01-278-105/+254
* | | | | | Move Scaladoc's Partest base classes to partest-extrasJason Zaugg2017-01-272-0/+0
* | | | | | adjust to partest 1.1.0's new mixed Java/Scala compilationLukas Rytz2017-01-273-6/+6
|/ / / / /
* | | | | Merge pull request #5651 from rorygraves/2.12.x_symbol_markingJason Zaugg2017-01-201-3/+9
|\ \ \ \ \
| * | | | | Improve performance of Symbol markingRory Graves2017-01-161-3/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5637 from ichaki5748/Sl-10113Seth Tisue2017-01-181-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-10113 mutable.TreeMap.range does not workEvgeny Slutsky2017-01-091-0/+3
| | |_|/ | |/| |
* | | | Revert "Repl prints '\n' as newline, not "^J""Adriaan Moors2017-01-091-10/+2
* | | | Upgrade to jline2 2.14.3Adriaan Moors2017-01-091-5/+5
|/ / /
* | | 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
* | | | Merge pull request #5583 from lrytz/t10093Adriaan Moors2016-12-212-6/+8
|\ \ \ \
| * | | | SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-062-6/+8
* | | | | Fix how "sbt" is writtenDale Wijnand2016-12-217-10/+10
* | | | | Merge pull request #5608 from retronym/merge/2.11.x-to-2.12.x-20161220Lukas Rytz2016-12-205-21/+113
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-205-21/+113
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge pull request #5598 from retronym/topic/jdk9-bootcp-repl-javapLukas Rytz2016-12-202-4/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Support extra module references in the REPLJason Zaugg2016-12-122-4/+8