summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | SI-10194: Fix abstract type resolution for overloaded HOFsStefan Zeiger2017-02-211-0/+15
* | | | | | | | | Merge pull request #5704 from som-snytt/issue/10190-elide-stringLukas Rytz2017-02-213-14/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-10190 Elide string to empty instead of nullSom Snytt2017-02-153-14/+32
* | | | | | | | | | Merge pull request #5640 from optimizely/repl-import-handlerAdriaan Moors2017-02-203-0/+90
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix ImportHandler's reporting of importedNames and importedSymbolsHao Xia2017-01-112-0/+65
| * | | | | | | | | | Fix SIOOBE in Name#pos for substrings of length 1Jason Zaugg2017-01-101-0/+25
* | | | | | | | | | | Merge pull request #5629 from som-snytt/issue/10120-quote-errAdriaan Moors2017-02-2012-17/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-10120 ReplReporter handles message indentSom Snytt2017-01-189-15/+29
| * | | | | | | | | | | SI-10120 Extra advice on unclosed char literalSom Snytt2017-01-083-2/+8
| * | | | | | | | | | | SI-10133 Require escaped single quote char litSom Snytt2017-01-082-1/+8
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5659 from retronym/ticket/10026Adriaan Moors2017-02-202-0/+12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | SI-10026 Fix endless cycle in runtime reflectionJason Zaugg2017-02-192-0/+12
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5709 from adriaanm/sam_wild_boundLukas Rytz2017-02-201-0/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ignore BoundedWildcardType in erasure type mapAdriaan Moors2017-02-191-0/+11
* | | | | | | | | | | Merge pull request #5711 from retronym/ticket/jrtLukas Rytz2017-02-201-0/+41
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Faster and simpler Java 9 classpath implementationJason Zaugg2017-02-171-0/+41
* | | | | | | | | | | Merge pull request #5717 from som-snytt/issue/10148-followupAdriaan Moors2017-02-191-1/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SI-10148 Accept verbose zeroSom Snytt2017-02-181-1/+9
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* / | | | | | | | | Ensure ordering for args to `choose` in DurationTestAdriaan Moors2017-02-171-1/+4
|/ / / / / / / / /
* | | | | | | | | Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-1724-1372/+337
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #5697 from som-snytt/issue/10164Seth Tisue2017-02-171-3/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-10164 BitSet.tail zigs where it zaggedSom Snytt2017-02-141-3/+9
| | |/ / / / / / /
| * | | | | | | | Merge pull request #5684 from SethTisue/partest-sbt-only-plzSeth Tisue2017-02-161-152/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | run partest from sbt always, command line neverSeth Tisue2017-02-081-152/+0
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #5648 from som-snytt/issue/10148Seth Tisue2017-02-163-2/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-10148 Follow Java for float literalsSom Snytt2017-01-183-2/+30
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #5687 from retronym/ticket/10177Adriaan Moors2017-02-161-0/+54
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+54
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-162-0/+66
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-142-21/+17
| | * | | | | | | | SI-4700 Show infix types with as few parentheses as needed.allisonhb2016-12-132-0/+20
| | * | | | | | | | SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-192-0/+50
| * | | | | | | | | Merge pull request #5546 from som-snytt/issue/9636Adriaan Moors2017-02-164-1/+25
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-9636 More precise error pos on apply inferenceSom Snytt2016-12-204-1/+25
| * | | | | | | | | | Merge pull request #5662 from teldosas/SI-9675Adriaan Moors2017-02-163-0/+52
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add warning about non-sensible equals in anonymous functionsteldosas2017-02-013-0/+52
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #5692 from lrytz/remove-pyAdriaan Moors2017-02-165-1214/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Delete some unused scriptsLukas Rytz2017-02-135-1214/+0
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #5587 from lrytz/t10072Adriaan Moors2017-02-161-0/+18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | SI-10072 cast Function nodes to environment in specializationLukas Rytz2016-12-071-0/+18
| * | | | | | | | | | | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-163-0/+83
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-183-0/+83
* | | | | | | | | | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-1615-4/+757
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | fix IndexedSeqTest to work in both Ant and sbtSeth Tisue2017-02-131-3/+14
| * | | | | | | | | | | Add benchmark for List.mapConserveRory Graves2017-01-281-0/+15
| * | | | | | | | | | | Optimised implementation of List.filter/filterNotRory Graves2017-01-282-4/+61
| * | | | | | | | | | | Test IndexedSeq, including ArrayOps, WrappedArray.Mike Skells2017-01-281-0/+567
| * | | | | | | | | | | SI-1459 two bridges for impl of java generic vararg methodAdriaan Moors2017-01-244-0/+20
| * | | | | | | | | | | SI-9013 SI-1459 Tests for inherited @varargs annotationsJason Zaugg2017-01-248-0/+78
| * | | | | | | | | | | Merge pull request #5630 from adriaanm/rebase-5557Adriaan Moors2017-01-1014-65/+208
| |\ \ \ \ \ \ \ \ \ \ \