aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* deferredAnnot: Avoid harmless capture of ContextGuillaume Martres2017-02-181-2/+3
* Merge pull request #1962 from dotty-staging/centralize-function-logicodersky2017-02-163-41/+105
|\
| * Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-133-41/+105
* | Fix #1976: Hack to support scala.xml's $scope (#1977)odersky2017-02-142-0/+3
|/
* Merge pull request #1931 from dotty-staging/fix-#1501Guillaume Martres2017-02-131-1/+1
|\
| * Fix package name of Java's Serializable classMartin Odersky2017-02-101-1/+1
* | Merge pull request #1936 from dotty-staging/fix-1916-on-implicit-functionsodersky2017-02-082-4/+4
|\ \ | |/ |/|
| * Fix #1916: fix erasure of implicit xxl closuresNicolas Stucki2017-02-032-4/+4
* | Print typerstate nesting info as part of constr printingMartin Odersky2017-02-082-5/+11
|/
* Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-022-1/+11
|\
| * Add position based error reporting to dottydocFelix Mulder2017-02-011-1/+4
| * Fix javadoc indentation style parsingFelix Mulder2017-01-311-6/+6
| * Add @OlivierBlanvillain to the core devsFelix Mulder2017-01-311-1/+1
| * Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-311-0/+7
* | 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 #1922 from dotty-staging/fix-#1723odersky2017-02-021-5/+1
|\ \ \
| * | | Fix typoMartin Odersky2017-02-021-1/+1
| * | | Refactoring to make Checking not mutate denotationsMartin Odersky2017-02-021-1/+1
| * | | Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-011-5/+1
| | |/ | |/|
* | | Merge pull request #1919 from dotty-staging/fix-#1915Nicolas Stucki2017-02-013-5/+14
|\ \ \ | |_|/ |/| |
| * | Add explanation to NoInitClassesMartin Odersky2017-02-011-0/+10
| * | Make it known that FunctionXXL does not have an initializer.Martin Odersky2017-02-011-0/+2
| * | 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-012-0/+5
|\ \ | |/ |/|
| * Address reviewer commentsMartin Odersky2017-01-101-1/+1
| * Change scheme to use SelectableMartin Odersky2017-01-072-3/+2
| * Implement structural type member accessMartin Odersky2017-01-052-0/+6
* | Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-281-3/+7
* | Workaroud #1856: recursively calling a lazy val works differently in DottyGuillaume Martres2017-01-281-1/+11
* | Adopt scala's scheme for root import hidingMartin Odersky2017-01-151-0/+1
* | Add more explanation.Martin Odersky2017-01-111-0/+3
* | Fix #1891: Don't add redundant constraintMartin Odersky2017-01-102-2/+11
|/
* Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-213-3/+17
|\
| * Fix subtyping of hk types with wildcard argumentsMartin Odersky2016-12-201-2/+8
| * Make `msg` in testScala2Mode by-name.Martin Odersky2016-12-201-1/+1
| * More lenient handling of mixed parameterless and nullary methodsMartin Odersky2016-12-201-0/+8
* | Address reviewer's commentsMartin Odersky2016-12-212-6/+5
* | Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-212-5/+22
|/
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-201-7/+17
|\
| * Fix #1812, Symbols.mapSymbols shouldn't force annotation transformation.Dmitry Petrashko2016-12-191-1/+2
| * Fix #1812, Symbols.mapSymbols shouldn't replace denotationsDmitry Petrashko2016-12-191-6/+15
* | Merge pull request #1823 from dotty-staging/fix-#1789Nicolas Stucki2016-12-181-2/+4
|\ \
| * | Fix #1789: Fix signature of unit result typeMartin Odersky2016-12-181-2/+4
* | | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-188-38/+101
|\ \ \
| * | | Fix formattingMartin Odersky2016-12-171-2/+1
| * | | Fix rebase breakageMartin Odersky2016-12-171-1/+5
| * | | New ShortcutImplicits phaseMartin Odersky2016-12-173-1/+6
| * | | initialDenot method for symbolsMartin Odersky2016-12-171-0/+4