aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | Make it known that FunctionXXL does not have an initializer.Martin Odersky2017-02-012-1/+3
| * | | | Drop atPhaseNotLaterThanTyperMartin Odersky2017-02-012-4/+1
| * | | | Fix #1915 Synthetic function traits need NoInits flagMartin Odersky2017-01-311-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1881 from dotty-staging/add-structural-selectodersky2017-02-015-6/+95
|\ \ \ \
| * | | | Disallow polymorphic refinements in stuctural types.Martin Odersky2017-01-281-1/+3
| * | | | Generalize test whether access is to a refinementMartin Odersky2017-01-281-1/+1
| * | | | Address reviewer commentsMartin Odersky2017-01-102-3/+4
| * | | | Change scheme to use SelectableMartin Odersky2017-01-073-23/+23
| * | | | CleanupsMartin Odersky2017-01-052-3/+2
| * | | | Implement structural type member accessMartin Odersky2017-01-055-6/+93
* | | | | Merge pull request #1914 from dotty-staging/fix-treemapodersky2017-02-012-1/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-302-1/+33
| | |_|/ | |/| |