aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/untpd.scala
Commit message (Expand)AuthorAgeFilesLines
* Handle inlining in inlining argumentsMartin Odersky2016-10-021-1/+3
* Change owner as necessary when typing a TypedSpliceMartin Odersky2016-10-021-3/+8
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+1
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-5/+5
* Make Modifiers untyped only.Martin Odersky2016-09-281-0/+46
* Drop tpd.modsDecoMartin Odersky2016-09-261-14/+3
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-1/+0
* Drop PairMartin Odersky2016-09-251-1/+0
* Specially mark functions coming from wildcard expressionsMartin Odersky2016-09-241-0/+7
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-8/+14
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* Make positions fit for metaMartin Odersky2016-09-241-1/+1
* Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-171-0/+10
* 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
|/
* New type lambda scheme for hk typesMartin Odersky2016-07-111-0/+1
* Add second field to SeqLiteralMartin Odersky2016-03-101-2/+2
* Fix eta lifting for functions with vararg parameters.Martin Odersky2015-12-191-4/+5
* Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-091-1/+3
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-1/+1
* Refine refOfDef top handle repeated parametersMartin Odersky2015-08-221-1/+9
* Remove redundant parentheses.Jason Zaugg2015-05-141-4/+4
* Avoid capturing context in lazy treesMartin Odersky2015-03-181-4/+4
* Make some tree fields lazyMartin Odersky2015-03-181-3/+3
* Eliminate Throw as a typed TreeMartin Odersky2015-03-041-1/+9
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-28/+40
* Postponing desugaring of Try nodes.Dmitry Petrashko2014-10-301-0/+2
* Restructure Try node.Dmitry Petrashko2014-10-301-1/+1
* Re-usable method to determine self-ness.Martin Odersky2014-10-121-1/+1
* Replace tree.withName with {tpd|untpd}.rename.treeMartin Odersky2014-10-111-3/+7
* Add TypedSplice case to untpd.TreeAccumulatorMartin Odersky2014-08-241-0/+2
* Changes to tree copyingMartin Odersky2014-08-131-38/+38
* Hygienic desugaringMartin Odersky2014-03-201-1/+43
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-181-1/+1
* Bullet-proofing companion objectsMartin Odersky2014-03-131-1/+1
* Got rid of SharedTreeDmitry Petrashko2014-03-061-1/+0
* Fix of #34Martin Odersky2014-03-031-1/+1
* More precise untyped tree handlingMartin Odersky2014-03-011-10/+35
* Avoiding auto-unit insertion.Martin Odersky2013-12-251-1/+1
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-0/+1
* Handling implicit unapply arguments.Martin Odersky2013-12-201-1/+1
* Making sure New's always end in an application.Martin Odersky2013-12-181-1/+6
* Made New(tpt, args) work for parameterized types tpt.Martin Odersky2013-12-061-3/+12
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-2/+2
* File name renamingMartin Odersky2013-11-281-0/+334