aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-2/+1
* Address @smarter's review commentsMartin Odersky2016-10-021-1/+1
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+14
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+15
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-3/+3
* Make namePos a member of memberDefMartin Odersky2016-09-291-0/+14
* Make Modifiers untyped only.Martin Odersky2016-09-281-60/+8
* Drop tpd.modsDecoMartin Odersky2016-09-261-6/+1
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-20/+1
* Drop PairMartin Odersky2016-09-251-19/+1
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-8/+8
* Make positions fit for metaMartin Odersky2016-09-241-3/+1
* Port cooking of strings from NSCFelix Mulder2016-08-191-3/+4
* New type lambda scheme for hk typesMartin Odersky2016-07-111-0/+16
* Document why Trees#SelectFromTypeTree cannot be a TypTreeGuillaume Martres2016-05-281-1/+4
* Implement comments as attachments instead of tree membersFelix Mulder2016-04-071-5/+6
* Add initial support for raw docstrings in ASTsFelix Mulder2016-04-071-0/+9
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-14/+16
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-14/+16
* | Untangle withAnnotation naming.Martin Odersky2016-03-121-3/+7
|/
* Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-261-1/+1
* Applied review commentsMartin Odersky2015-08-041-1/+1
* Make trees have predictable hash codes.Dmitry Petrashko2015-07-131-1/+1
* Add @sharable annotationMartin Odersky2015-07-061-9/+10
* Add missing string interpolator prefix in some AST nodes' toStringGuillaume Martres2015-05-311-2/+2
* Trees: Add toString for AST nodes which are not case classesGuillaume Martres2015-05-301-2/+7
* Remove redundant parentheses.Jason Zaugg2015-05-141-9/+9
* Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
* Remove docs of non-existent positions/pos params of ModifiersJason Zaugg2015-05-141-7/+0
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-6/+6
* Bringing back fix to TreeMap.transform(ValDef) that was lost during rebaseDmitry Petrashko2015-03-181-1/+1
* Pass the correct context down in tree accumulators.Martin Odersky2015-03-181-81/+88
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-33/+37
* New scheme for recording positionsMartin Odersky2015-03-181-13/+14
* First version of UnpicklerMartin Odersky2015-03-181-2/+2
* Make some tree fields lazyMartin Odersky2015-03-181-19/+54
* Fix TreeMap transforming ValDef children twiceDmitry Petrashko2015-03-181-1/+1
* Eliminate Throw as a typed TreeMartin Odersky2015-03-041-15/+0
* Make Bind nodes type trees depending on bound name.Martin Odersky2014-12-151-0/+2
* handle AnnotatedTypes transparently in Tree.denotOndrej Lhotak2014-12-131-0/+5
* Factored out Positioned into separate file.Martin Odersky2014-11-111-130/+1
* Make withMods produce Untyped treesMartin Odersky2014-11-101-7/+4
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-187/+66
* Generalize lift behavior between Flatten and LambdaLiftMartin Odersky2014-11-091-0/+7
* Get rid of ExceptionHandlerSel.Dmitry Petrashko2014-10-301-4/+1
* Restructure Try node.Dmitry Petrashko2014-10-301-8/+8
* New kind of EmptyTree for indicating exception selector in Try blocks.Dmitry Petrashko2014-10-301-1/+4
* Re-usable method to determine self-ness.Martin Odersky2014-10-121-1/+1
* Added method to help traversing children in a TreeTraverserMartin Odersky2014-10-111-1/+2
* Replace tree.withName with {tpd|untpd}.rename.treeMartin Odersky2014-10-111-8/+13