summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5648 from som-snytt/issue/10148Seth Tisue2017-02-162-8/+30
|\
| * SI-10148 Follow Java for float literalsSom Snytt2017-01-182-8/+30
* | Merge pull request #5688 from Philippus/fix-scaladoc-base-referencesAdriaan Moors2017-02-162-3/+4
|\ \
| * | fixed broken references after move from 'model' to 'base'Philippus Baalman2017-02-102-3/+4
* | | Merge pull request #5674 from Philippus/issue/9519Adriaan Moors2017-02-161-24/+0
|\ \ \
| * | | SI-9519 removed the usecase section of the ++-methodPhilippus Baalman2017-02-041-24/+0
* | | | Merge pull request #5687 from retronym/ticket/10177Adriaan Moors2017-02-161-0/+27
|\ \ \ \
| * | | | SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+27
* | | | | Merge pull request #5589 from allisonhb/feature/si-4700Adriaan Moors2017-02-165-2/+63
|\ \ \ \ \
| * | | | | SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-143-22/+33
| * | | | | SI-4700 Show infix types with as few parentheses as needed.allisonhb2016-12-131-9/+21
| * | | | | SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-194-0/+38
* | | | | | Merge pull request #5546 from som-snytt/issue/9636Adriaan Moors2017-02-161-32/+24
|\ \ \ \ \ \
| * | | | | | SI-9636 More precise error pos on apply inferenceSom Snytt2016-12-201-32/+24
* | | | | | | Merge pull request #5662 from teldosas/SI-9675Adriaan Moors2017-02-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add warning about non-sensible equals in anonymous functionsteldosas2017-02-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5679 from som-snytt/issue/sliding-docAdriaan Moors2017-02-162-30/+41
|\ \ \ \ \ \ \
| * | | | | | | Nuance doc for slidingSom Snytt2017-02-072-30/+41
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #5587 from lrytz/t10072Adriaan Moors2017-02-161-4/+0
|\ \ \ \ \ \ \
| * | | | | | | SI-10072 cast Function nodes to environment in specializationLukas Rytz2016-12-071-4/+0
* | | | | | | | Merge pull request #5542 from retronym/ticket/10066Adriaan Moors2017-02-161-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-10066 Fix crash in erroneous code with implicits, dynamicJason Zaugg2016-11-181-5/+18
* | | | | | | | | Merge pull request #5696 from SethTisue/bootstrap-no-parsers-no-swingAdriaan Moors2017-02-141-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | during bootstrap, don't build scala-parser-combinators or -swingSeth Tisue2017-02-131-2/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5654 from retronym/ticket/10154Adriaan Moors2017-02-141-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-10154 Fix implicit search regression for term-owned objectsJason Zaugg2017-01-201-1/+2
* | | | | | | | | | Merge pull request #5686 from propensive/make-abstractvar-context-error-more-...Seth Tisue2017-02-141-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correct the AbstractVar error messageJon Pretty2017-02-091-1/+1
* | | | | | | | | | | Merge pull request #5682 from Philippus/issue/9780Seth Tisue2017-02-143-52/+98
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-9780 use @see annotationsPhilippus Baalman2017-02-082-29/+29
| * | | | | | | | | | | SI-9780 qualify the reference links so they can be found and use @see annotat...Philippus Baalman2017-02-081-23/+69
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5691 from som-snytt/issue/eolLukas Rytz2017-02-133-53/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | EOL is System.lineSeparatorSom Snytt2017-02-133-53/+43
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5676 from som-snytt/issue/10173Lukas Rytz2017-02-131-3/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SI-10173 Crash output shows true line numberSom Snytt2017-02-051-3/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5618 from monkey-mas/fix-indent-of-arrayops-2016-12-28Adriaan Moors2017-02-091-21/+19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix indent and comment of ArrayOps.scalaMasaru Nomura2017-02-101-21/+19
* | | | | | | | | | Merge pull request #5680 from SethTisue/deprecation-policyAdriaan Moors2017-02-081-10/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | update and improve description of deprecation policySeth Tisue2017-02-071-10/+8
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5245 from dwijnand/trailing-commasAdriaan Moors2017-02-081-0/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SIP-27 Tweak and test wildstar in REPLDale Wijnand2017-01-081-2/+5
| * | | | | | | | | | SI-4986 SIP-27 Trailing Comma (multi-line only) supportDale Wijnand2016-12-111-0/+8
* | | | | | | | | | | Merge pull request #5522 from ruippeixotog/issue/9886Stefan Zeiger2017-02-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SI-9507 Make Stream #:: and #::: allow type wideningRui Gonçalves2017-02-021-2/+2
* | | | | | | | | | | | 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
| |/ / / / / / / / / / /