aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Flags.scala
Commit message (Expand)AuthorAgeFilesLines
* Clean up printing of flags and paramsMartin Odersky2014-08-241-1/+1
* Make-not privateMartin Odersky2014-08-191-0/+5
* Add CaseAccessor flag for case accessorsMartin Odersky2014-08-111-1/+1
* Module vals are lazyMartin Odersky2014-08-101-1/+1
* Initial versions of Variances and CheckVariancesMartin Odersky2014-08-031-0/+3
* Preparation for intgeration of RefChecksMartin Odersky2014-08-031-0/+3
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-171-2/+2
* New Flag: InlineMartin Odersky2014-07-171-6/+9
* Improved printing of flagsMartin Odersky2014-07-171-3/+14
* Names and definitions for LambdasMartin Odersky2014-06-121-3/+4
* SymDenotation.isEffectivelyFinalDmitry Petrashko2014-04-111-0/+9
* ClassfileParser: apply scala commit b2c67b3 (java8 default methods)Samuel Gruetter2014-03-211-0/+3
* Fix for #55Martin Odersky2014-03-121-1/+5
* Merge pull request #61 from odersky/fixes-t00xxodersky2014-03-121-1/+1
|\
| * Fix problems related to t0039Martin Odersky2014-03-101-1/+1
* | Fix of #50 - volatileMartin Odersky2014-03-091-1/+1
|/
* More informative asserts.Dmitry Petrashko2014-03-031-1/+1
* Making completer take an implicit contextMartin Odersky2014-02-091-0/+3
* Make SelfName (and ImplClass) flags that are valid from startMartin Odersky2014-01-141-1/+3
* Fixing the type of a named self reference.Martin Odersky2013-12-311-0/+3
* Making Method a fromStartFlagMartin Odersky2013-12-161-2/+3
* Dropping the Expanded when computing type parameter variances.Martin Odersky2013-11-251-4/+0
* widen if unstable prefixMartin Odersky2013-11-131-0/+4
* Adding a Scala2x flag.Martin Odersky2013-11-061-0/+3
* New TypeArgs flagMartin Odersky2013-10-101-1/+6
* Partial revert of "instance flags" commitMartin Odersky2013-10-091-9/+1
* Cleanup of new scheme for handling local type parameters and type members.Martin Odersky2013-10-091-2/+2
* flags for instancesMartin Odersky2013-10-071-4/+18
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-0/+5
* Making definitions permanentMartin Odersky2013-08-171-1/+7
* Finished rest of typer.Martin Odersky2013-08-101-0/+3
* Implementation of match/case def including GADT pattern matching.Martin Odersky2013-08-081-0/+3
* Additions needed to support implicits.Martin Odersky2013-07-191-9/+10
* Added functionality to deal with function applications.Martin Odersky2013-07-111-2/+14
* Taking accessibility into account for &, |Martin Odersky2013-06-191-2/+3
* Namer redesign.Martin Odersky2013-06-061-0/+3
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-0/+3
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-0/+5
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+4
* Making Abstract a common flag.Martin Odersky2013-05-121-18/+20
* Added a parser.Martin Odersky2013-05-071-7/+4
* Modifications in prepation of parsing.Martin Odersky2013-04-231-0/+4
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-0/+3
* Made Erroneous a pre-complete flag.Martin Odersky2013-04-051-1/+2
* Fixes fingerprint problems.Martin Odersky2013-03-241-2/+2
* More fixes to classfile reading.Martin Odersky2013-03-211-1/+3
* Added emulation of higher-kinded types.Martin Odersky2013-03-171-1/+1
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-28/+39
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-7/+7
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-8/+13