aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of SelectFromType tree node.Martin Odersky2016-09-254-28/+5
* Drop PairMartin Odersky2016-09-254-57/+10
* Specially mark functions coming from wildcard expressionsMartin Odersky2016-09-242-3/+12
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-243-12/+25
* Check that (most) positions are non-overlapping.Martin Odersky2016-09-241-9/+28
* Swap order of elements in AnnotatedMartin Odersky2016-09-245-20/+20
* Make positions fit for metaMartin Odersky2016-09-246-35/+78
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-232-2/+0
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-232-2/+0
* | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-172-1/+11
* | Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-161-14/+0
|\ \ | |/ |/|
| * Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-051-14/+0
* | Identation/spacing cleanupOlivier Blanvillain2016-09-081-1/+1
|/
* Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-261-2/+14
* implementation of exhaustivity and redundancy checkliu fengyun2016-08-241-6/+10
* Port cooking of strings from NSCFelix Mulder2016-08-191-3/+4
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-171-2/+2
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-151-2/+2
* | New string infterpolatorsMartin Odersky2016-08-161-1/+1
* | Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-0/+1
|/
* Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-071-0/+5
|\
| * Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-021-0/+5
* | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-031-0/+9
|/
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-211-1/+12
|\
| * Adress reviewers commentsMartin Odersky2016-07-171-1/+1
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-1/+12
* | Changes to overloadingMartin Odersky2016-07-151-2/+1
|/