aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-215-58/+49
|\
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-214-12/+19
| * Pickle and unpickle type treesMartin Odersky2016-11-161-3/+7
| * Clean up parameterized typedefsMartin Odersky2016-11-114-46/+26
* | Merge pull request #1717 from dotty-staging/fix-#1688odersky2016-11-161-8/+24
|\ \
| * | Don't allow redefinition of core classesMartin Odersky2016-11-101-8/+24
| |/
* / Fix #1662: Add missing case for singletonMartin Odersky2016-11-101-2/+3
|/
* Use inline flag instead of @inline annotationMartin Odersky2016-11-071-2/+1
* Fix #1643: Avoid crash due to previous errorsMartin Odersky2016-11-051-1/+1
* Merge pull request #1655 from dotty-staging/change-future-defs-okodersky2016-11-051-7/+6
|\
| * Fix #1637: Future defs are always OKMartin Odersky2016-10-311-7/+6
* | Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-045-38/+88
|\ \ | |/ |/|
| * Make cloned trees have new uniqueIdsMartin Odersky2016-10-311-5/+15
| * Don't convert to literals before picklingMartin Odersky2016-10-311-11/+58
| * Maintain point for positions of definitionsMartin Odersky2016-10-201-1/+1
| * Mention Inlined transformation in docsMartin Odersky2016-10-181-1/+3
| * Drop original on TypeTreeMartin Odersky2016-10-153-18/+9
| * Preserve all positions in Tasty.Martin Odersky2016-10-151-2/+2
* | Update IllegalVariableInPatternAlternative error messageShane Delmore2016-10-251-1/+1
* | address review feedbackliu fengyun2016-10-221-14/+14
* | Record syntactic information about modifiersliu fengyun2016-10-221-4/+46
* | Improved error messages in Desugar.scalaShane Delmore2016-10-191-4/+4
|/
* Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-141-2/+2
|\
| * Fix typosPaolo G. Giarrusso2016-10-071-2/+2
* | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-122-10/+10
* | Get rid of unnecessary fields in `MessageContainer`Felix Mulder2016-10-101-2/+0
* | Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-101-2/+5
* | Improve documentation for message frameworkFelix Mulder2016-10-101-2/+2
|/
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-2/+1
* Fix build failure after merging #1492Guillaume Martres2016-10-061-1/+3
* Address @smarter's review commentsMartin Odersky2016-10-022-2/+2
* Remove incorrect special case for Inline purity checksGuillaume Martres2016-10-021-2/+1
* CleanupsMartin Odersky2016-10-022-3/+20
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-4/+3
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-021-4/+1
* Handle inlining in inlining argumentsMartin Odersky2016-10-022-2/+11
* Generalize checkInlineConformant to functionsMartin Odersky2016-10-021-1/+4
* Change owner as necessary when typing a TypedSpliceMartin Odersky2016-10-021-3/+8
* Don't drop inline closure bindings that are referred in the bodyMartin Odersky2016-10-021-6/+16
* Inline argument closures to inline methodsMartin Odersky2016-10-021-2/+8
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+14
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-0/+14
* Avoid reference to local bindings in Inlined nodesMartin Odersky2016-10-021-1/+1
* Fix some problems in InlinerMartin Odersky2016-10-021-0/+4
* Add Inlined tree nodeMartin Odersky2016-10-023-0/+19
* Make Context#moreProperties strongly typedMartin Odersky2016-10-023-10/+10
* Make namePos a member of memberDefMartin Odersky2016-09-291-0/+14
* Make Modifiers untyped only.Martin Odersky2016-09-282-60/+54
* Eliminate tpd.Modifiers.Martin Odersky2016-09-261-5/+0
* Drop tpd.modsDecoMartin Odersky2016-09-264-37/+18