aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add sbt-assembly for dotty-botFelix Mulder2017-02-133-1/+9
* Move test resources to testFelix Mulder2017-02-132-0/+2
* Only make one request per authorOlivier Blanvillain2017-02-131-20/+19
* Use `.pure` at use site instead of warpping with Task.nowOlivier Blanvillain2017-02-132-11/+17
* Implement relevant functionality for bot, pagination!Felix Mulder2017-02-134-47/+200
* Add test for unmarshalling github issue form JSONFelix Mulder2017-02-134-88/+143
* Add initial steps to dotty-botFelix Mulder2017-02-134-0/+588
* Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-124-6/+98
* Merge pull request #1967 from ennru/ennru_AwsomeErrorMessagesFelix Mulder2017-02-102-4/+4
|\
| * Support expecting compiler errors from all phasesEnno Runne2017-02-102-4/+4
|/
* Merge pull request #1957 from dotty-staging/fix-dotc-dotr-scriptsFelix Mulder2017-02-107-48/+60
|\
| * Re-sign .drone.ymlOlivier Blanvillain2017-02-101-1/+1
| * Create symbolic link to .ivy2 instead of using sbt argumentOlivier Blanvillain2017-02-101-1/+2
| * println in executeScript, hoping to get around CI timeoutOlivier Blanvillain2017-02-101-1/+1
| * Fix dotr/dotc to handle corrupted .packagesOlivier Blanvillain2017-02-102-3/+4
| * Quote every string in scriptOlivier Blanvillain2017-02-103-35/+36
| * Add println in TestScripts to prevent CI timeoutOlivier Blanvillain2017-02-071-1/+3
| * Test that dotc script works after deleting .packagesOlivier Blanvillain2017-02-071-5/+12
| * Fix dotr/dotc scriptsOlivier Blanvillain2017-02-073-3/+3
* | Merge pull request #1966 from dotty-staging/topic/error-messages-unit-testsFelix Mulder2017-02-105-4/+121
|\ \
| * | Address reviews for #1966Felix Mulder2017-02-102-10/+12
| * | Make DottyTest a TraitFelix Mulder2017-02-102-3/+3
| * | Fix #1965: add proper testing infrastructure for reporting testsFelix Mulder2017-02-103-1/+116
|/ /
* | Merge pull request #1936 from dotty-staging/fix-1916-on-implicit-functionsodersky2017-02-085-6/+45
|\ \
| * | Fix #1916: fix erasure of implicit xxl closuresNicolas Stucki2017-02-035-6/+45
* | | Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-089-43/+90
|\ \ \
| * | | Update test fileMartin Odersky2017-02-011-0/+22
| * | | Improve formattingMartin Odersky2017-02-011-14/+19
| * | | Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-017-7/+21
| * | | Handle Array classtags in the same way as othersMartin Odersky2017-02-012-22/+28
| * | | Add to test caseMartin Odersky2017-01-312-5/+20
| * | | ADT and Serialization testMartin Odersky2017-01-318-0/+508
| * | | Print typerstate nesting info as part of constr printingMartin Odersky2017-01-312-5/+11
| * | | Implement SearchResult.showMartin Odersky2017-01-313-5/+31
| * | | Allow implicit-by-name parametersMartin Odersky2017-01-312-7/+4
| * | | Avoid recomputation of companionRefsMartin Odersky2017-01-311-5/+5
* | | | Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-0811-43/+57
|\ \ \ \
| * | | | Better positions for infix term operations.Guillaume Martres2017-02-052-2/+11
| * | | | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-0510-43/+48
| | |_|/ | |/| |
* | | | Merge pull request #1943 from dotty-staging/fix/lambda-positionodersky2017-02-081-0/+2
|\ \ \ \
| * | | | Positioned#initialPos: Union the position of every childrenGuillaume Martres2017-02-051-0/+2
| |/ / /
* | | | Merge pull request #1952 from dotty-staging/fix/object-namePosodersky2017-02-081-2/+2
|\ \ \ \
| * | | | Trees#namePos: Correct position for objectsGuillaume Martres2017-02-061-2/+2
| |/ / /
* | | | Merge pull request #1953 from dotty-staging/fix-wildapproxodersky2017-02-086-40/+66
|\ \ \ \
| * | | | Add output check fileMartin Odersky2017-02-081-0/+1
| * | | | Another test caseMartin Odersky2017-02-071-0/+7
| * | | | Fix wildApprox functionMartin Odersky2017-02-074-40/+58
* | | | | Merge pull request #1918 from dotty-staging/fix-implicits-genericodersky2017-02-0815-22/+574
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add to test caseMartin Odersky2017-02-082-5/+20
| * | | | ADT and Serialization testMartin Odersky2017-02-088-0/+508