aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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