aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactored TreeTypeMapMartin Odersky2014-08-181-20/+12
* Fixes to TreeTypeMapMartin Odersky2014-08-181-8/+21
* Package denotations are never transformedMartin Odersky2014-08-131-1/+5
* Fixed problem with missing denotations in polyDefDefMartin Odersky2014-07-171-0/+4
* Make TypeParamCreation flags depend on ownerMartin Odersky2014-07-171-1/+1
* Move valueclass functionality into its own ValueClass module.Martin Odersky2014-07-171-8/+2
* Various cleanups and utility additionsMartin Odersky2014-07-171-4/+2
* Added phase: SuperAccessorsMartin Odersky2014-07-171-0/+12
* Allow closures to take type parameters.Dmitry Petrashko2014-04-111-2/+2
* Reworked TermRef handlingMartin Odersky2014-04-081-2/+2
* Reworked erasure denotation transformerMartin Odersky2014-03-291-0/+5
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-1/+0
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-181-2/+2
* Fix of #56 - newModuleSymbol & newCompleteModuleSymbolMartin Odersky2014-03-121-2/+2
* Got rid of SharedTreeDmitry Petrashko2014-03-061-2/+2
* More informative asserts.Dmitry Petrashko2014-03-031-3/+3
* Reord of superIdsMartin Odersky2014-02-251-8/+4
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-1/+1
* Some small doc changesMartin Odersky2014-02-161-1/+9
* New scheme for attachments.Martin Odersky2014-02-111-3/+10
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-1/+1
* Getting rid of some CompleInCreationContextsMartin Odersky2014-02-091-2/+2
* Skolems are permanent, but not packages.Martin Odersky2014-02-091-3/+5
* Make skolems live forever...Martin Odersky2014-02-061-1/+1
* New treatment of uniquesMartin Odersky2014-01-261-3/+3
* Avoid stale symbol errors for package objectsMartin Odersky2014-01-151-1/+1
* Output cleanupsMartin Odersky2014-01-041-1/+1
* Making showDcls return a string.Martin Odersky2013-12-221-1/+1
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-3/+3
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-2/+2
* Fixed logic in newTypeParamsMartin Odersky2013-09-301-4/+11
* 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