aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
Commit message (Expand)AuthorAgeFilesLines
* Correct a large number of typos.Jason Zaugg2015-05-145-8/+8
* Fix parameter name in Scaladoc.Jason Zaugg2015-05-141-1/+1
* Remove docs of non-existent positions/pos params of ModifiersJason Zaugg2015-05-141-7/+0
* Re-enable testsMartin Odersky2015-05-111-2/+0
* rename isSourceMethod to isRealMethod, the previous name was inaccurateGuillaume Martres2015-05-091-1/+1
* Fix noInitMember to apply to DefDefsMartin Odersky2015-05-021-1/+1
* Generalize tpd.AnonClassMartin Odersky2015-05-021-10/+9
* New utility method tpd.AnonymousClassMartin Odersky2015-05-021-1/+28
* Make tpd.ClassDef work for polymorphic parent classes.Martin Odersky2015-05-021-2/+3
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-302-5/+11
|\
| * Allow byname repated parametersMartin Odersky2015-04-242-5/+11
* | Fix tpd.ref(sum) to work after erasure.Dmitry Petrashko2015-04-301-1/+11
* | tpd.WhileDo helper.Dmitry Petrashko2015-04-301-0/+11
* | Fix changeOwnerAfter by adding transformDenotations method.Martin Odersky2015-04-301-2/+5
* | Allow FutureDefs in changeOwnerMartin Odersky2015-04-301-1/+1
* | Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-1/+1
|\ \
| * | Anchor import symbols at current ownerMartin Odersky2015-04-221-1/+1
| |/
* | Produce one TASTY pickling per top-level class.Martin Odersky2015-04-241-0/+28
* | Save TASTY in attribute of classfiles.Dmitry Petrashko2015-04-241-0/+1
|/
* Tweaks relative to error reportingMartin Odersky2015-04-131-1/+1
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-094-19/+19
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-092-2/+2
* Fixed selection in InterceptedMethods that caused a data raceMartin Odersky2015-04-091-2/+39
* Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-091-1/+1
* Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-021-2/+5
|\
| * Simplify methods implemented in #436Dmitry Petrashko2015-04-021-4/+3
| * Add companion link symbols early only if companion actually existsDmitry Petrashko2015-03-261-12/+3
| * #353 use methods to find companion classDmitry Petrashko2015-03-251-5/+18
* | Fix refPurity: was using wrong function to detect if term is stable.Dmitry Petrashko2015-04-011-1/+1
* | Make tpd#applyOverloaded work with methods other than <init>Guillaume Martres2015-03-281-1/+7
|/
* Bringing back fix to TreeMap.transform(ValDef) that was lost during rebaseDmitry Petrashko2015-03-181-1/+1
* Change to PickleFormatMartin Odersky2015-03-181-1/+2
* Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-181-2/+4
* Compute PureInterface flag after pickling.Martin Odersky2015-03-181-8/+3
* Pass the correct context down in tree accumulators.Martin Odersky2015-03-181-81/+88
* Companion objects of abstract case classes are not functions.Martin Odersky2015-03-181-1/+4
* Avoid capturing context in lazy treesMartin Odersky2015-03-184-59/+65
* New scheme for recording positionsMartin Odersky2015-03-181-13/+14
* Add hooks for unpickling positions to trees.Martin Odersky2015-03-181-0/+6
* First version of UnpicklerMartin Odersky2015-03-181-2/+2
* Make some tree fields lazyMartin Odersky2015-03-186-37/+71
* Fix desugaring of refined types with "&"-parent.Martin Odersky2015-03-181-9/+10
* Fix TreeMap transforming ValDef children twiceDmitry Petrashko2015-03-181-1/+1
* Fix eliding of non-elidable prefix in TypeMap.andThenDmitry Petrashko2015-03-111-1/+4
* Eliminate Throw as a typed TreeMartin Odersky2015-03-043-22/+12
* Fixes handling of op-assignments for polymorphic apply/update.Martin Odersky2015-02-071-0/+8
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-311-1/+0
|\
| * Deleted diagnostics output that caused cyclic referencesMartin Odersky2015-01-061-1/+0
* | Merge pull request #313 from dotty-staging/more-testsDmitry Petrashko2015-01-091-1/+5
|\|