aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2256-26359/+0
* TastyPrinter: fix RefinedType printingGuillaume Martres2016-11-221-1/+1
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-3/+2
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-221-3/+3
|\
| * Plug another space leak.Martin Odersky2016-11-191-3/+3
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-2112-347/+449
|\ \ | |/ |/|
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-213-18/+33
| * Fix typosMartin Odersky2016-11-201-1/+1
| * Address reviewer's comments.Martin Odersky2016-11-174-13/+7
| * Pickle and unpickle type treesMartin Odersky2016-11-167-293/+410
| * Clean up parameterized typedefsMartin Odersky2016-11-112-7/+6
| * Merge syntheticTypeParamNames and syntheticLambdaParamNamesMartin Odersky2016-11-113-7/+3
| * Replace PolyType.fromSymbols with LambdaAbstractMartin Odersky2016-11-114-29/+10
* | fix #1648: mark companion object for java.lang.Object as non-existentliu fengyun2016-11-181-0/+7
* | Merge pull request #1720 from dotty-staging/fix-i1701odersky2016-11-171-1/+1
|\ \
| * | don't enter package to owner's scopeliu fengyun2016-11-171-1/+1
* | | Merge pull request #1711 from dotty-staging/fix-isNullableodersky2016-11-171-1/+1
|\ \ \
| * | | Add warning on != with same type fix isNullable.Nicolas Stucki2016-11-171-1/+1
| |/ /
* | | Merge pull request #1717 from dotty-staging/fix-#1688odersky2016-11-162-8/+14
|\ \ \ | |/ / |/| |
| * | Don't allow redefinition of core classesMartin Odersky2016-11-102-8/+14
| |/
* | Merge pull request #1678 from Blaisorblade/sync-diagramsGuillaume Martres2016-11-121-0/+2
|\ \ | |/ |/|
| * Resync copy of the type diagram in docsPaolo G. Giarrusso2016-11-071-0/+2
* | Merge pull request #1677 from dotty-staging/fix-#1647odersky2016-11-102-5/+2
|\ \ | |/ |/|
| * Use inline flag instead of @inline annotationMartin Odersky2016-11-072-5/+2
* | Merge pull request #1632 from dotty-staging/fix/hash-assertFelix Mulder2016-11-072-6/+9
|\ \ | |/ |/|
| * Avoid calling unsupported computeHash in some situationsGuillaume Martres2016-10-262-6/+9
* | Merge pull request #1657 from dotty-staging/fix-#1638odersky2016-11-051-0/+5
|\ \
| * | Fix #1638: Don't import when typing a package clauseMartin Odersky2016-11-031-0/+5
* | | Merge pull request #1655 from dotty-staging/change-future-defs-okodersky2016-11-056-71/+16
|\ \ \
| * | | Fix #1637: Future defs are always OKMartin Odersky2016-10-316-71/+16
| | |/ | |/|
* | | Merge pull request #1656 from dotty-staging/fix-#1652odersky2016-11-041-3/+14
|\ \ \
| * | | Add doc commentMartin Odersky2016-11-041-0/+3
| * | | Fix #1652: Make assertion more robustMartin Odersky2016-11-031-3/+11
| | |/ | |/|
* | | Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-047-106/+195
|\ \ \ | |/ / |/| |
| * | Address review commentMartin Odersky2016-10-311-1/+2
| * | Eliminate LAMBDAtype from TASTYformatMartin Odersky2016-10-313-16/+7
| * | Keep rhs of TypeDefs until picklingMartin Odersky2016-10-311-2/+6
| * | Don't convert to TypeTrees before picklingMartin Odersky2016-10-313-12/+6
| * | Maintain point for positions of definitionsMartin Odersky2016-10-202-14/+21
| * | Don't generate positions that can be reconstructedMartin Odersky2016-10-181-2/+9
| * | Pickle Inlined treesMartin Odersky2016-10-173-15/+20
| * | Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-171-2/+2
| * | Fix pickling of self type positionMartin Odersky2016-10-171-1/+1
| * | Fix pickling of annotation positionsMartin Odersky2016-10-171-2/+2
| * | Handle shared treesMartin Odersky2016-10-163-13/+48
| * | Record position of self typeMartin Odersky2016-10-152-14/+18
| * | Drop original on TypeTreeMartin Odersky2016-10-151-1/+1
| * | Preserve all positions in Tasty.Martin Odersky2016-10-155-45/+86
* | | Clean up in `messages.scala`Felix Mulder2016-11-021-1/+1
| |/ |/|
* | Add error message - Comments.scala:128Thiago Pereira2016-10-251-1/+2