aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Flags.scala
Commit message (Expand)AuthorAgeFilesLines
* Address @smarter's review commentsMartin Odersky2016-10-021-1/+1
* Inline function parametersMartin Odersky2016-10-021-1/+1
* Add inline for valsMartin Odersky2016-10-021-0/+6
* Make inline methods and field effectively finalMartin Odersky2016-10-021-1/+1
* Make inline a keywordMartin Odersky2016-10-021-1/+4
* Fix #1285: Mutable vars are not to be considered constantMartin Odersky2016-07-311-1/+1
* Add printing of type lambda treesMartin Odersky2016-07-111-1/+2
* Let createSymbol return a symbolMartin Odersky2016-05-231-0/+3
* Make Synthetic a FormStart flag.Martin Odersky2016-03-131-1/+1
* Rename AllFlags to AnyFlagsGuillaume Martres2016-03-011-1/+1
* Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-191-0/+3
|\
| * Add checking for leaking private definitionsMartin Odersky2016-02-191-0/+3
* | Add doc commentMartin Odersky2016-02-191-0/+1
* | Support named type parametersMartin Odersky2016-02-191-0/+2
|/
* Only remove synthetic companion objectsMartin Odersky2016-02-111-0/+1
* Realizability refactoringMartin Odersky2016-02-091-1/+1
* Fix sleeper bug in ParamForwardingMartin Odersky2015-12-141-0/+3
* Rename TypeArgument -> BaseTypeArg flag.Martin Odersky2015-12-141-5/+7
* Fix problems arising when hierarchies of classes are under completionMartin Odersky2015-11-171-0/+3
* Make Lazy and Trait "From Start" flagsMartin Odersky2015-10-251-2/+4
* Make SuperAccessor and Scala2x "FromStart" flags.Martin Odersky2015-10-251-1/+3
* Make Final a "from-start" flag.Martin Odersky2015-08-231-1/+1
* All non-deferred Scala2 defined methods in traits need a method in implClass.Dmitry Petrashko2015-08-171-0/+1
* Turn global vars into valsMartin Odersky2015-07-061-1/+1
* Drop TraitConstructors phaseMartin Odersky2015-06-271-1/+1
* Use FlagSet directly instead of defKindMartin Odersky2015-06-161-0/+2
* Make Mutable a ModifierFlag.Martin Odersky2015-06-011-1/+7
* Merge pull request #509 from dotty-staging/add/expandSAMsDmitry Petrashko2015-05-041-1/+1
|\
| * More conditions under which SAMs are converted to anonymous classesMartin Odersky2015-05-021-1/+1
* | Get rid of NotPrivate flag.Martin Odersky2015-05-011-3/+0
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-5/+5
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Simplifications to pickled flagsMartin Odersky2015-03-181-3/+0
* Tweaks to printingMartin Odersky2015-03-181-0/+2
* Bugfixes in unpicklingMartin Odersky2015-03-181-1/+4
* Pickle trait flag and compute PureInterface and NoInits in unpickler.Martin Odersky2015-03-181-3/+3
* Tweaks in commentsMartin Odersky2015-03-181-4/+4
* Fix serialization of Bind-defined types in type patterns.Martin Odersky2015-03-181-1/+4
* First prototype of pickler.Martin Odersky2015-03-181-4/+4
* Fixed #264 - failure to typecheck GADTsMartin Odersky2014-12-161-4/+1
* Initial implementation of Java scanner and parserOndrej Lhotak2014-11-221-0/+9
* Add the right constructor to Java annotationsMartin Odersky2014-11-221-1/+1
* Clean up code relating to interfaces.Martin Odersky2014-11-101-6/+12
* New phase: PrivateToStaticMartin Odersky2014-11-091-0/+3
* Rename flag Static -> JavaStaticMartin Odersky2014-10-261-6/+8
* Make Scala2Existentials valid foreverMartin Odersky2014-10-121-1/+1
* Bring back lost AccessorCreationFlagsMartin Odersky2014-10-121-0/+3
* Completed constructors phaseMartin Odersky2014-10-111-2/+5
* Treat @static as a source flag.Martin Odersky2014-10-111-1/+1
* Make changeOwner more robust regarding non-standard owner chainsMartin Odersky2014-10-111-0/+3