summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5467 from som-snytt/issue/9832-2.11-cleanupSeth Tisue2016-10-191-18/+22
|\
| * SI-9832 Fix line endings in junit testSom Snytt2016-10-191-18/+22
* | Merge pull request #5343 from milessabin/topic/si-2712-backportAdriaan Moors2016-10-1835-6/+509
|\ \
| * | SI-2712 Add support for higher order unificationMiles Sabin2016-08-1535-6/+509
* | | Merge pull request #5453 from som-snytt/issue/9832-2.11Adriaan Moors2016-10-182-5/+76
|\ \ \ | | |/ | |/|
| * | SI-9832 -Xlint:help shows defaultSom Snytt2016-10-112-5/+76
* | | Merge pull request #5345 from milessabin/topic/si-7046-backportAdriaan Moors2016-10-1821-13/+252
|\ \ \
| * | | Partial fix for SI-7046Miles Sabin2016-08-1521-13/+252
| | |/ | |/|
* | | Merge pull request #5341 from milessabin/topci/si-9760-backportAdriaan Moors2016-10-182-1/+18
|\ \ \
| * | | SI-9760 Fix for higher-kinded GADT refinementMiles Sabin2016-08-152-1/+18
| |/ /
* | | Merge pull request #5240 from som-snytt/issue/9336-paste-tabAdriaan Moors2016-10-181-2/+5
|\ \ \
| * | | SI-9336 Enable paste detect in jlineSom Snytt2016-06-211-2/+5
* | | | Merge pull request #5239 from martijnhoekstra/doc_capitalizeAdriaan Moors2016-10-181-0/+1
|\ \ \ \
| * | | | doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
| |/ / /
* | | | Merge pull request #5348 from som-snytt/issue/9841-test-2.11Adriaan Moors2016-10-181-0/+24
|\ \ \ \
| * | | | SI-9841 Regression test for init SOSom Snytt2016-08-241-0/+24
| | |/ / | |/| |
* | | | Merge pull request #5218 from retronym/ticket/9806Jason Zaugg2016-10-182-2/+20
|\ \ \ \
| * | | | SI-9806 Fix incorrect codegen with optimizer, constants, try/catchJason Zaugg2016-06-072-2/+20
* | | | | Merge pull request #5444 from retronym/topic/typer-debugJason Zaugg2016-10-161-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Avoid tripping cyclic errors under -Ytyper-debugJason Zaugg2016-10-071-1/+1
|/ / / /
* | | | Merge pull request #5405 from getfreebirdinc/2.11.xSeth Tisue2016-09-162-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | In ProcessBuilder docs, replace .lines w/ .lineStreamPaul Kernfeld2016-09-162-9/+9
|/ / /
* | | Merge pull request #5199 from dwijnand/remove-scala-langStefan Zeiger2016-07-181-10/+14
|\ \ \
| * | | Make removing forkjoin dependant on the organization keyDale Wijnand2016-06-201-10/+14
| | |/ | |/|
* | | Merge pull request #5236 from som-snytt/issue/triple-backportLukas Rytz2016-07-132-1/+9
|\ \ \ | |/ / |/| |
| * | Avoid triple-quoting triple quotesSom Snytt2016-06-172-1/+9
* | | Merge pull request #5190 from szeiger/wip/validate-test-use-sbtLukas Rytz2016-06-1921-92/+382
|\ \ \ | |/ / |/| |
| * | Remove bnd warnings from log outputStefan Zeiger2016-06-141-1/+1
| * | Use sbt for PR validationStefan Zeiger2016-06-1421-92/+382
|/ /
* | Merge pull request #5219 from som-snytt/issue/9245Jason Zaugg2016-06-142-1/+28
|\ \
| * | SI-9245 Fresher name in Try and testSom Snytt2016-06-072-1/+28
| |/
* | Merge pull request #5213 from som-snytt/issue/stringof-pariterableJason Zaugg2016-06-142-2/+59
|\ \
| * | SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-032-2/+59
* | | Merge pull request #5223 from FelAl/typo_fixJason Zaugg2016-06-141-2/+2
|\ \ \ | |_|/ |/| |
| * | Typo fixaf2016-06-101-2/+2
* | | Merge pull request #5214 from som-snytt/issue/7898-sbtAdriaan Moors2016-06-051-1/+4
|\ \ \ | |_|/ |/| |
| * | SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
|/ /
* | Merge pull request #4998 from som-snytt/issue/7898-iLukas Rytz2016-06-0110-78/+285
|\ \
| * | SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-244-1/+35
| * | SI-7898 Report paste errors improvedlySom Snytt2016-05-233-19/+28
| * | SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| * | SI-7898 Read user input during REPL warmupSom Snytt2016-05-205-60/+212
* | | Merge pull request #5183 from performantdata/bug/SI-9789Lukas Rytz2016-05-305-94/+257
|\ \ \ | |_|/ |/| |
| * | SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-265-94/+257
|/ /
* | Merge pull request #4959 from rjolly/scripting15Stefan Zeiger2016-05-255-12/+32
|\ \
| * | Jarlist scala-library in build.sbtRaphael Jolly2016-05-212-3/+15
| * | Use jarlister in buildRaphael Jolly2016-05-213-9/+17
| |/
* | Merge pull request #5061 from performantdata/benchmark-frameworkJason Zaugg2016-05-257-0/+457
|\ \
| * | Enable full compiler optimizations in JMH benchmarking.Performant Data LLC2016-05-051-1/+1
| * | Address JMH benchmark reviewer's issues.Performant Data LLC2016-05-033-59/+61