aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-082-33/+49
|\
| * Improve formattingMartin Odersky2017-02-011-14/+19
| * Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-011-0/+2
| * Handle Array classtags in the same way as othersMartin Odersky2017-02-011-19/+28
| * 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-089-43/+46
|\ \
| * | Better positions for infix term operations.Guillaume Martres2017-02-051-2/+4
| * | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-059-43/+44
* | | 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-083-40/+57
|\ \ \
| * | | Fix wildApprox functionMartin Odersky2017-02-073-40/+57
* | | | 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 #1930 from dotty-staging/fix-#1568odersky2017-02-032-87/+94
|\ \ \
| * | | Fix #1568 - avoid transforming error treesMartin Odersky2017-02-022-87/+94
| |/ /
* | | Weaken assumption in mergeCompanionDefsliu fengyun2017-02-021-2/+4
* | | Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-025-40/+62
|\ \ \
| * | | Add position based error reporting to dottydocFelix Mulder2017-02-011-1/+4
| * | | Make sure overriden members w/o docstring inherit by defaultFelix Mulder2017-02-011-1/+0
| * | | Fix javadoc indentation style parsingFelix Mulder2017-01-312-32/+32
| * | | Fix codeblocks in shortened markdownFelix Mulder2017-01-311-21/+24
| * | | Add @OlivierBlanvillain to the core devsFelix Mulder2017-01-311-1/+1
| * | | Allow custom project nameFelix Mulder2017-01-311-5/+5
| * | | Add static site gen to dottydoc mainFelix Mulder2017-01-311-0/+7
| * | | Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-312-28/+37
| * | | Add markdown parsing to dottydocFelix Mulder2017-01-311-0/+1
* | | | Merge pull request #1627 from dotty-staging/prettyprintliu fengyun2017-02-023-2/+9
|\ \ \ \
| * | | | fix #1626: inconsistent names in -Xprintliu fengyun2017-02-023-2/+9
* | | | | Merge pull request #1928 from dotty-staging/fix-#1569odersky2017-02-021-1/+1
|\ \ \ \ \
| * | | | | Fix #1569: Fix logic for by-name parameters of inline methodsMartin Odersky2017-02-021-1/+1
* | | | | | Merge pull request #1923 from dotty-staging/f-interpolatorliu fengyun2017-02-021-3/+8
|\ \ \ \ \ \
| * | | | | | avoid using macro-based StringContext.f to ease bootstrapliu fengyun2017-02-021-3/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1929 from dotty-staging/multi-levelodersky2017-02-021-2/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | support pre-typer transform of treesliu fengyun2017-02-021-2/+4
* | | | | | Merge pull request #1922 from dotty-staging/fix-#1723odersky2017-02-024-14/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix typoMartin Odersky2017-02-021-1/+1
| * | | | | Refactoring to make Checking not mutate denotationsMartin Odersky2017-02-024-9/+12
| * | | | | Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-013-11/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1925 from dotty-staging/fix/inner-vcodersky2017-02-021-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #1644: Disallow inner classes in value classesGuillaume Martres2017-02-011-0/+2
* | | | | Merge pull request #1919 from dotty-staging/fix-#1915Nicolas Stucki2017-02-014-6/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add explanation to NoInitClassesMartin Odersky2017-02-011-0/+10