aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Annotations.scala
Commit message (Expand)AuthorAgeFilesLines
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-1/+5
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-021-0/+28
* Add dotty.annotation.internal.SourceFile annotationMartin Odersky2016-04-071-0/+3
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Replace addAnnotation(annotation) by addAnnotation(Annotation(annotation))Dmitry Petrashko2016-03-081-0/+3
* Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-091-2/+2
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-2/+2
* Make Child annotation lazyMartin Odersky2015-05-151-1/+2
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Halfway to yet another scheme for handling positionsMartin Odersky2015-03-181-3/+6
* Add handling of parsed annotations to applyOverloaded.Dmitry Petrashko2014-11-221-1/+1
* Extracting ApplyOverloaded to be reused in UnPickler and ClassfileParserDmitry Petrashko2014-11-221-0/+15
* Check that idents don't assume magic.Martin Odersky2014-08-241-1/+2
* Make type creators work for erased types.Martin Odersky2014-08-241-1/+1
* Annotation decorators for symbolsMartin Odersky2014-08-031-0/+33
* Fixing annotationsMartin Odersky2014-04-091-1/+3
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-10/+12
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-141-1/+1
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-4/+4
* Converting most uses of NamedType to select.Martin Odersky2013-11-151-1/+1
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-271-2/+4
* wip, because I have to get off this machine.Martin Odersky2013-05-301-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-1/+1
* Scanners added.Martin Odersky2013-04-171-2/+3
* Re-organized comparisons of types with classes.Martin Odersky2013-04-101-2/+2
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-1/+1
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-2/+2
* Defining standard dotty classes used in Definitions.Martin Odersky2013-03-141-1/+1
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-0/+15
* Filling in all ???sMartin Odersky2013-02-271-6/+3
* Fleshing out some ???'sMartin Odersky2013-02-251-1/+1
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-251-1/+1
* Moved TypeTrees defs into nested object tpd.Martin Odersky2013-02-201-1/+1
* Making TypedTrees a full alternative to TreesMartin Odersky2013-02-191-17/+17
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-5/+7
* More annotation constructors.Martin Odersky2013-02-151-6/+29
* Treating all annotations as wrappers over trees.Martin Odersky2013-02-111-8/+12
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-0/+12
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-0/+1
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-2/+5
* Fleshed out Flags architecture and started work on Symbols.Martin Odersky2013-01-201-0/+1
* Initial commitMartin Odersky2012-12-061-0/+7