aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | Print typerstate nesting info as part of constr printingMartin Odersky2017-02-082-5/+11
| * | | | Implement SearchResult.showMartin Odersky2017-02-083-5/+31
| * | | | Allow implicit-by-name parametersMartin Odersky2017-02-082-7/+4
| * | | | Avoid recomputation of companionRefsMartin Odersky2017-02-081-5/+5
|/ / / /
* | | | Merge pull request #1939 from dotty-staging/topic/dottydoc-html-enhancementsFelix Mulder2017-02-037-17/+165
|\ \ \ \
| * | | | fix #1940 - broken .md linksFelix Mulder2017-02-031-4/+4
| * | | | Add constructors to docsFelix Mulder2017-02-033-17/+51
| * | | | Make sure `TypeAlias`es get proper docstrings and linked aliasesFelix Mulder2017-02-033-0/+14
| * | | | Add supertypes and annotations to entity titleFelix Mulder2017-02-033-0/+36
| * | | | Add type parameters to entity title and render return type correctlyFelix Mulder2017-02-032-1/+22
| * | | | Add expansion of docstringsFelix Mulder2017-02-032-1/+44
|/ / / /
* | | | Merge pull request #1937 from dotty-staging/fix/classpath-dottydoc-testsFelix Mulder2017-02-033-24/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix classpaths in dottydoc testsFelix Mulder2017-02-033-24/+26
* | | | Merge pull request #1930 from dotty-staging/fix-#1568odersky2017-02-033-87/+97
|\ \ \ \
| * | | | Fix #1568 - avoid transforming error treesMartin Odersky2017-02-023-87/+97
| | |/ / | |/| |
* | | | Merge pull request #1933 from dotty-staging/merge-companionodersky2017-02-031-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Weaken assumption in mergeCompanionDefsliu fengyun2017-02-021-2/+4
* | | | Change integrations to only fire on changed build statusFelix Mulder2017-02-023-3/+10
* | | | Update plugin using fixed secretFelix Mulder2017-02-022-2/+1
* | | | Merge pull request #1935 from dotty-staging/fix/slackFelix Mulder2017-02-023-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix slack integration and allow empty to gh-pagesFelix Mulder2017-02-023-3/+4
|/ / /
* | | Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-02128-2274/+5377
|\ \ \
| * | | Add script to update orphan gh-pages branchFelix Mulder2017-02-023-0/+86
| * | | Add position based error reporting to dottydocFelix Mulder2017-02-0115-197/+378