summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Implement ListBuffer.isEmpty / nonEmpty efficientlyJohannes Rudolph2017-03-271-0/+4
* | | | | Merge pull request #5724 from jvican/stub-errors-2.12.xAdriaan Moors2017-03-275-12/+99
|\ \ \ \ \
| * | | | | Improve stub error messages (SCP-009 proposal)jvican2017-03-245-12/+99
* | | | | | `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
* | | | | | Merge pull request #5797 from jrudolph/patch-1Lukas Rytz2017-03-231-1/+1
|\ \ \ \ \ \
| * | | | | | Improve List creation in BatchingExecutorJohannes Rudolph2017-03-221-1/+1
* | | | | | | Merge pull request #5783 from lrytz/t10231Adriaan Moors2017-03-221-7/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-10231 Skip outer parameter when classfile parsing java param namesLukas Rytz2017-03-171-7/+17
* | | | | | | | Merge pull request #5643 from som-snytt/issue/8417Adriaan Moors2017-03-222-18/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-8417 Check adapts of each param sectionSom Snytt2017-02-202-18/+20
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5592 from fommil/jar-open-closeJason Zaugg2017-03-221-18/+58
|\ \ \ \ \ \ \
| * | | | | | | SI-9632 don't keep JarFile open in ZipArchiveSam Halliday2017-02-221-18/+58
* | | | | | | | 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
* | | | | | | | | remove two empty source filesSeth Tisue2017-03-202-0/+0
* | | | | | | | | fix typosSeth Tisue2017-03-201-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | SI-10226 REPL handles paste when colorizedSom Snytt2017-03-142-5/+4
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5756 from rorygraves/2.12.x_depthboxingJason Zaugg2017-03-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Reduce boxing of scala.reflect.internal.DepthRory Graves2017-03-041-1/+1
* | | | | | | | 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 #5675 from piyush-jaiswal/issue/9729som-snytt2017-03-101-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add tests for ConsoleReporter.piyush-jaiswal2017-03-111-2/+2
* | | | | | | | Merge pull request #5761 from lrytz/sd329Adriaan Moors2017-03-101-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't use `equals` for comparing java.lang.Double/FloatLukas Rytz2017-03-091-5/+13
* | | | | | | | | 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
* | | | | | | | | | SI-8969 Accept poly+implicit for assignment syntaxSom Snytt2017-03-091-0/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | new version numbers for snapshot and integration builds, new repositoryLukas Rytz2017-03-081-1/+1
* | | | | | | | | Merge pull request #5600 from paplorinc/HashTable_indexSeth Tisue2017-03-063-18/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Optimized HashTable.nextPositivePowerOfTwoPap Lőrinc2017-02-183-18/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #5754 from Philippus/issue/html-tag-in-hoverLukas Rytz2017-03-041-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | pattern for entitylink was too narrow, cleaned up the testsPhilippus Baalman2017-03-031-1/+1
* | | | | | | | Merge pull request #5671 from retronym/topic/stubby-2Lukas Rytz2017-03-034-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove non-essential fix for stub symbol failureJason Zaugg2017-03-031-1/+0
| * | | | | | | | Avoid forcing info transforms of primitive methodsJason Zaugg2017-02-192-5/+7
| * | | | | | | | Avoid stub symbol related crash in backendJason Zaugg2017-02-193-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5622 from edmundnoble/extra-errsAdriaan Moors2017-03-024-31/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | Match error lengthsEdmund Noble2017-02-071-2/+5
| * | | | | | | | Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-314-31/+63
* | | | | | | | | Merge pull request #5728 from Philippus/issue/html-tag-in-hoverLukas Rytz2017-03-023-17/+22
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | added missing Inline matches to inlineToStr so it is now exhaustivePhilippus Baalman2017-02-253-17/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | SI-10207 Error before update conversionSom Snytt2017-02-261-5/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #5723 from dragos/issue/regression-assert-ideLukas Rytz2017-02-241-5/+10
|\ \ \ \ \ \
| * | | | | | Fix regression in 5751763Iulian Dragos2017-02-221-5/+10
| | |_|_|/ / | |/| | | |
* | | | | | Revert "Fix erasure of the qualifier of ##"Adriaan Moors2017-02-221-7/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #5681 from Philippus/issue/9704Lukas Rytz2017-02-221-3/+7
|\ \ \ \ \