aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Module classes are now enteredMartin Odersky2013-09-241-0/+1
* Changed Throwing reporting scheme.Martin Odersky2013-09-231-1/+1
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-221-2/+1
* Various bug fixes for typer.Martin Odersky2013-08-221-2/+6
* Some additions to module completionMartin Odersky2013-08-191-5/+4
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-4/+4
* Various bugfixes for namer/typer/treesMartin Odersky2013-08-161-0/+4
* ErrorSymbols now have TypeBounds as info when they are type symbols.Martin Odersky2013-08-141-0/+4
* Implementation of match/case def including GADT pattern matching.Martin Odersky2013-08-081-0/+27
* Adding diagnostics how many stubs were generatedMartin Odersky2013-07-121-1/+3
* Avoided cycle in newCompletePackageSymbol by passing name explicity.Martin Odersky2013-07-111-9/+9
* Added functionality to deal with function applications.Martin Odersky2013-07-111-1/+1
* Made pos a total method on Symbols, returns NoSymbol if undefined.Martin Odersky2013-06-121-3/+3
* Added `pos` meethod to symbols.Martin Odersky2013-06-071-0/+5
* Namer redesign.Martin Odersky2013-06-061-2/+2
* wip, because I have to get off this machine.Martin Odersky2013-05-301-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-2/+1
* More tree refactorings.Martin Odersky2013-05-221-3/+5
* Refactored Printing architecture.Martin Odersky2013-05-171-1/+2
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-2/+2
* Added a parser.Martin Odersky2013-05-071-1/+1
* Small fixes prompted by last week's code walkthrough.Martin Odersky2013-04-301-3/+4
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-0/+3
* Scanners added.Martin Odersky2013-04-171-1/+1
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-2/+2
* Added initial denotations to NamedType where feasible.Martin Odersky2013-04-091-1/+1
* Changes to pre complete declsMartin Odersky2013-04-071-2/+2
* RenamingsMartin Odersky2013-04-061-1/+1
* Made module class names end in '$'.Martin Odersky2013-04-051-2/+4
* Fix to superId.Martin Odersky2013-04-051-5/+5
* More fixes to classfile reading.Martin Odersky2013-03-231-1/+1
* Pretty-printing improvements.Martin Odersky2013-03-201-7/+8
* Added emulation of higher-kinded types.Martin Odersky2013-03-171-0/+11
* Improvements to stub handling.Martin Odersky2013-03-141-17/+16
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-4/+4
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-13/+16
* Split filterAsSeenFrom and generalized flag handling.Martin Odersky2013-03-121-3/+3
* Fixed too hasty commit that caused build errors.Martin Odersky2013-03-111-1/+1
* First steps to make compiler start work.Martin Odersky2013-03-111-12/+24
* Added asInstanceOf args as they are inferred to be Nothing otherwise.Martin Odersky2013-03-081-1/+1
* Some refinements for priningMartin Odersky2013-03-071-1/+1
* Polishing of Symbols.Martin Odersky2013-03-041-24/+27
* Split scopes into immutable and mutable parts.Martin Odersky2013-03-031-1/+1
* Cleanup of flagsMartin Odersky2013-02-271-1/+1
* Rename Shared -> SharedTreeMartin Odersky2013-02-271-1/+1
* Completed implementation of FlagsMartin Odersky2013-02-251-2/+2
* Systeamtic use of symbolicRef abbreviation.Martin Odersky2013-02-251-1/+1
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-128/+189
* Moving associatedFile from SymDenotation to SymbolMartin Odersky2013-02-231-3/+28
* Added methods to substitute trees and change their owners.Martin Odersky2013-02-221-2/+39