aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Flags.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-0/+7
* fixes to flagsMartin Odersky2013-02-281-5/+12
* Cleanup of flagsMartin Odersky2013-02-271-28/+32
* Completed implementation of FlagsMartin Odersky2013-02-251-118/+144
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-2/+3
* Misc fixes to typed trees, flags, and elsewhere.Martin Odersky2013-02-211-4/+1
* Some cleanups in FlagsMartin Odersky2013-02-211-34/+19
* Refined tree typing and started on checksMartin Odersky2013-02-201-0/+2
* New definitions and flagsMartin Odersky2013-02-151-0/+7
* Added new utility methods to SymDenotations and refactored creation.Martin Odersky2013-02-081-3/+13
* Some progress in printing things.Martin Odersky2013-02-061-0/+3
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-5/+17
* Added config package with settings, platform.Martin Odersky2013-02-011-1/+1
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-0/+2
* Fleshed out definitions and class loading architecture.Martin Odersky2013-01-311-2/+8
* Added operations and flags for package objects.Martin Odersky2013-01-281-3/+8
* Consolidation of SymbolsMartin Odersky2013-01-281-0/+2
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-2/+3
* Hardened Flags.allOf and some other improvements to flags.Martin Odersky2013-01-211-6/+14
* Polished FlagSet abstractionMartin Odersky2013-01-201-53/+61
* Fleshed out Flags architecture and started work on Symbols.Martin Odersky2013-01-201-23/+257
* Renamed hasFlag… operations to contains/intersectsMartin Odersky2013-01-171-6/+6
* Fleshed out FlagSetsMartin Odersky2013-01-101-3/+87
* (1) Moved logic from ClassDenotation to ClassInfoType. (2) Tweaks to other ty...Martin Odersky2012-12-181-5/+9
* Initial commitMartin Odersky2012-12-061-0/+13