aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #1570: Allow inline parameters as inline argsMartin Odersky2016-10-142-4/+10
* Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-144-7/+7
|\
| * Fix non-spurious unchecked warningPaolo G. Giarrusso2016-10-071-1/+1
| * Suppress some spurious unchecked warningsPaolo G. Giarrusso2016-10-071-2/+2
| * Fix typosPaolo G. Giarrusso2016-10-072-4/+4
* | Merge pull request #1577 from dotty-staging/fix-1543-2odersky2016-10-131-3/+4
|\ \
| * | Fix #1543: Ignore IgnoredProto when normalizing method application.Nicolas Stucki2016-10-111-3/+4
* | | 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-133-5/+11
* | | | Merge pull request #1585 from dos65/repl_file_loadingFelix Mulder2016-10-131-16/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix #1552: loading file inside REPLdos652016-10-131-16/+7
* | | | Use => instead of -> for PolyTypesMartin Odersky2016-10-123-23/+8
* | | | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-1231-259/+184
* | | | 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-122-2/+5
* | | | Fix rebase problemMartin Odersky2016-10-121-1/+1
* | | | Change type inheritance diagramMartin Odersky2016-10-121-2/+2
* | | | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-1211-84/+76
* | | | Make TypeLambdas not be ValueTypesMartin Odersky2016-10-124-4/+7
* | | | Fix cutting problemMartin Odersky2016-10-112-3/+11
* | | | 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
* | | | Disallow singleton types in unionsMartin Odersky2016-10-112-2/+11
* | | | Refactor Splitter functionalityMartin Odersky2016-10-112-30/+30
* | | | Scrutinize selections in TreeCheckerMartin Odersky2016-10-111-4/+23
* | | | Remove unused language optionMartin Odersky2016-10-111-9/+0
* | | | 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-115-82/+110
* | | | Change default of unsafe Config optionMartin Odersky2016-10-111-2/+6
* | | | Reformatting to avoid a long lineMartin Odersky2016-10-111-1/+4
* | | | Fix non-sensical codeMartin Odersky2016-10-111-1/+4
| |/ / |/| |
* | | Merge pull request #1521 from felixmulder/topic/better-errormessagesFelix Mulder2016-10-1033-330/+1085
|\ \ \
| * | | Add Levenshtein distance for member values and typesFelix Mulder2016-10-102-4/+71
| * | | Remove unnecessary printing of hints for `-explain`Felix Mulder2016-10-102-6/+9
| * | | Fix TreeChecker mismatch stringFelix Mulder2016-10-101-4/+5
| * | | Change `typeDiff` to highlight changes less than 50%Felix Mulder2016-10-102-11/+16
| * | | Insert message "inline" into multiline code at pointFelix Mulder2016-10-106-36/+38
| * | | Correct line extraction from SourcePositionFelix Mulder2016-10-102-14/+12
| * | | Get rid of unnecessary fields in `MessageContainer`Felix Mulder2016-10-105-37/+26
| * | | Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-109-30/+66
| * | | Handle multiline messages in ConsoleReporterFelix Mulder2016-10-103-19/+40
| * | | Make reporter hint about existing explanationsFelix Mulder2016-10-101-1/+4
| * | | Change Message#errorId to type IntFelix Mulder2016-10-103-11/+16
| * | | Improve documentation for message frameworkFelix Mulder2016-10-103-10/+48
| * | | Get rid of `kind` in `MessageContainer`Felix Mulder2016-10-105-41/+40
| * | | Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-102-5/+5
| * | | Don't force Message twice in MessageContainerFelix Mulder2016-10-102-2/+2