aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymbolLoaders.scala
Commit message (Expand)AuthorAgeFilesLines
* Inline key operations in dottyMartin Odersky2016-10-021-1/+1
* New string infterpolatorsMartin Odersky2016-08-161-2/+2
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Pickling modularization reorgMartin Odersky2015-05-021-1/+1
* ClassfileParser and SymbolLoader should return embedded unpicklersMartin Odersky2015-04-281-1/+4
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-2/+2
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Use methods to find companion modulesDmitry Petrashko2015-03-281-1/+1
* #353 use methods to find companion classDmitry Petrashko2015-03-251-1/+1
* Better encapsulation and naming for preDecls.Martin Odersky2014-12-181-2/+2
* More careful usage of unforced decls in classes.Martin Odersky2014-12-181-1/+1
* Replace Throwable catches with NonFatalMartin Odersky2014-12-151-1/+2
* Various cleanups and utility additionsMartin Odersky2014-07-171-3/+3
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
* More informative asserts.Dmitry Petrashko2014-03-031-1/+1
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-3/+4
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-26/+25
* Making completer take an implicit contextMartin Odersky2014-02-091-2/+2
* Replace open package module logic by special member lookups in a package class.Martin Odersky2014-02-071-42/+2
* Fix openPackageModule wrt overloaded definitionsMartin Odersky2014-01-181-1/+1
* Invalidate companions of source-defined symbolsMartin Odersky2014-01-181-2/+2
* Make typedAhead adapt to prototype.Martin Odersky2014-01-171-0/+1
* Strip implicit parameters when deciding specifity of methods.Martin Odersky2014-01-111-8/+8
* Cleanup of TermRef.withSym and TypeRef.withSymMartin Odersky2013-11-251-1/+1
* Module classes are now enteredMartin Odersky2013-09-241-3/+8
* Refactored scheme for maintaining sourceModule, moduleClass and decls in lazy...Martin Odersky2013-08-201-3/+3
* Some additions to module completionMartin Odersky2013-08-191-1/+1
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-3/+5
* Reverting isValid test in SymbolLoaders.Martin Odersky2013-08-171-7/+1
* Fixed overeager classfile pruning which dropped ::.classMartin Odersky2013-08-161-1/+3
* Suppressing file names with $'s in them from loadingMartin Odersky2013-08-141-1/+5
* Scanners added.Martin Odersky2013-04-171-1/+1
* Renamed creation methods of NamedTypesMartin Odersky2013-04-091-1/+1
* Renaming ClassCompleter -> ClassCoimpleterWithDeclsMartin Odersky2013-04-091-3/+3
* Changes to pre complete declsMartin Odersky2013-04-071-3/+4
* RenamingsMartin Odersky2013-04-061-4/+4
* Refactored lazy class completers and module class completers.Martin Odersky2013-04-061-27/+10
* Consolidated tracing under -YdebugTrace.Martin Odersky2013-04-041-2/+5
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-031-1/+1
* More fixes for classfile reading.Martin Odersky2013-03-251-1/+1
* More fixes to classfile loading.Martin Odersky2013-03-241-1/+21
* Fixes fingerprint problems.Martin Odersky2013-03-241-4/+1
* Some more fixes for classfile loadingMartin Odersky2013-03-231-2/+2
* More fixes to classfile reading.Martin Odersky2013-03-231-20/+29
* More fixes for classfile reading.Martin Odersky2013-03-221-5/+8
* More fixes to classfile reading.Martin Odersky2013-03-211-1/+10
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-1/+1
* Improvements to stub handling.Martin Odersky2013-03-141-1/+1
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-6/+6
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-14/+25