aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Move files out of the dotty packageMartin Odersky2016-10-201-13/+11
* Introduce scalaShadowing packageMartin Odersky2016-10-201-0/+15
* Merge pull request #1592 from dotty-staging/fix-#1590odersky2016-10-161-1/+23
|\
| * Refinement of interpolation directionMartin Odersky2016-10-131-1/+19
| * Fix #1590: Eliminate wildcards when approximating a typeMartin Odersky2016-10-131-1/+5
* | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-5/+13
|\ \
| * | Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-5/+13
* | | Merge pull request #1598 from dotty-staging/fix-#1515Guillaume Martres2016-10-141-21/+22
|\ \ \
| * | | Fix #1515: Don't narrow gadt bounds when frozenMartin Odersky2016-10-141-21/+22
* | | | Merge pull request #1596 from dotty-staging/fix-#1531Guillaume Martres2016-10-141-4/+4
|\ \ \ \
| * | | | Fix #1531: Ignore private members when looking for abstract onesMartin Odersky2016-10-141-4/+4
| |/ / /
* | | | Merge pull request #749 from smarter/fix/escaping-refs-2odersky2016-10-141-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Typer#escapingRefs: don't let the types of lower bounds escapeGuillaume Martres2016-03-241-4/+11
* | | | Merge pull request #1586 from dotty-staging/fix/poly-unitGuillaume Martres2016-10-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix erasure of "def foo[T]: Unit", do not box the return typeGuillaume Martres2016-10-131-1/+1
* | | | fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-131-1/+1
|/ / /
* | | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-1213-212/+145
* | | Refactor from distribute{And,Or} to {meet,join}InfoMartin Odersky2016-10-122-176/+196
* | | Make PolyType a subtype of TypeLambdaMartin Odersky2016-10-122-30/+45
* | | Don't let import symbols go staleMartin Odersky2016-10-121-1/+4
* | | Change type inheritance diagramMartin Odersky2016-10-121-2/+2
* | | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-126-77/+69
* | | Make TypeLambdas not be ValueTypesMartin Odersky2016-10-123-3/+6
* | | Fix cutting problemMartin Odersky2016-10-111-2/+5
* | | Drop dotty.language from DefinitionsMartin Odersky2016-10-112-6/+4
* | | Don't report double def errors if symbol's type is erroneousMartin Odersky2016-10-111-1/+2
* | | Refine mergeEntriesMartin Odersky2016-10-111-0/+5
* | | Handle feature interaction between subtyping or types and hk typesMartin Odersky2016-10-111-2/+12
* | | Keep or typesMartin Odersky2016-10-114-81/+109
* | | Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-101-0/+4
* | | Remove duplication of console reportersFelix Mulder2016-10-101-1/+1
* | | Rename `ConsoleReporter` => `FancyConsoleReporter`Felix Mulder2016-10-101-1/+1
* | | Add missing star in docstringFelix Mulder2016-10-101-1/+1
| |/ |/|
* | Remove `Context` reference in `Comment` and `UseCase`Felix Mulder2016-10-061-16/+28
* | Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-063-48/+37
* | Implement docbase as propertyFelix Mulder2016-10-063-8/+9
* | Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
* | Move docstring cooking to dottyFelix Mulder2016-10-062-14/+362
* | Fix cooking of docstringsFelix Mulder2016-10-063-8/+10
* | Fix type parameters not getting properly typedFelix Mulder2016-10-061-14/+3
* | Fix name clashes because of `@usecase`Felix Mulder2016-10-061-12/+25
* | Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-062-1/+78
* | Address @smarter's review commentsMartin Odersky2016-10-022-3/+3
* | CleanupsMartin Odersky2016-10-022-5/+4
* | Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-023-2/+11
* | Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-024-11/+41
* | Handle inlining in inlining argumentsMartin Odersky2016-10-021-1/+1
* | Inline function parametersMartin Odersky2016-10-021-1/+1
* | Drop annotations from dealiasMartin Odersky2016-10-021-10/+22
* | Always use implicit context at the current periodMartin Odersky2016-10-021-2/+5