aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/TreeInfo.scala
Commit message (Expand)AuthorAgeFilesLines
* Address @smarter's review commentsMartin Odersky2016-10-021-1/+1
* Remove incorrect special case for Inline purity checksGuillaume Martres2016-10-021-2/+1
* Generalize checkInlineConformant to functionsMartin Odersky2016-10-021-1/+4
* Don't drop inline closure bindings that are referred in the bodyMartin Odersky2016-10-021-6/+16
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-021-0/+14
* Drop tpd.modsDecoMartin Odersky2016-09-261-13/+14
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-1/+1
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* Make positions fit for metaMartin Odersky2016-09-241-1/+1
* Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-051-14/+0
* Adress reviewers commentsMartin Odersky2016-07-171-1/+1
* Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-1/+12
* Use hasNamedArgs instead of repeating test inline.Martin Odersky2016-02-191-0/+4
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-1/+1
* Purity checking should take constant expressions into account.Martin Odersky2015-09-141-3/+11
* Make named repeated parameters discoverable during PatMat.Dmitry Petrashko2015-06-191-1/+2
* Use FlagSet directly instead of defKindMartin Odersky2015-06-161-17/+9
* Produce PureInterface flag together with NoInits flagMartin Odersky2015-06-161-8/+24
* Fix #651 Generalize criterion for isOpAssignMartin Odersky2015-06-151-1/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-301-4/+5
|\
| * Allow byname repated parametersMartin Odersky2015-04-241-4/+5
* | Produce one TASTY pickling per top-level class.Martin Odersky2015-04-241-0/+28
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Fix refPurity: was using wrong function to detect if term is stable.Dmitry Petrashko2015-04-011-1/+1
* Compute PureInterface flag after pickling.Martin Odersky2015-03-181-8/+3
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-7/+9
* Make some tree fields lazyMartin Odersky2015-03-181-6/+5
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-29/+13
* Clean up code relating to interfaces.Martin Odersky2014-11-101-6/+9
* Refactored TreeTypeMapMartin Odersky2014-08-181-0/+15
* Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-1/+1
* ParamAccessors are assumed to have definitionMartin Odersky2014-08-091-1/+1
* Annotation decorators for symbolsMartin Odersky2014-08-031-2/+10
* Eliminate JavaRepeatedParamClassMartin Odersky2014-08-031-1/+0
* Small cleanups and additions.Martin Odersky2014-07-171-1/+1
* Revised purity tests in TreeInfoMartin Odersky2014-07-171-26/+55
* Refactor TreeInfo#defPathJason Zaugg2014-03-161-22/+11
* Fixed parse error with @uncheckedMartin Odersky2014-03-131-1/+1
* Bullet-proofing companion objectsMartin Odersky2014-03-131-3/+63
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-181-2/+3
* Fixing a type problem where code does not compile under dotty.Martin Odersky2014-01-021-1/+4
* Avoiding redundant tuple formations.Martin Odersky2013-12-271-0/+10
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-7/+0
* Not counting type arguments for numArgsMartin Odersky2013-12-221-2/+1
* Refinement to shadowing checking for implicitsMartin Odersky2013-12-191-0/+6
* Three bugfixes to typing.Martin Odersky2013-12-171-1/+1
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-0/+9
* Skipping TypedSplices in TreeInfo methods.Martin Odersky2013-12-111-19/+28