summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/SymbolLoaders.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in 5751763Iulian Dragos2017-02-221-5/+10
* Address review commentsLukas Rytz2016-10-281-13/+7
* Classfile parser and unpickler require class and module symbol argumentsLukas Rytz2016-10-271-18/+22
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-9/+7
* remove recursive classpath implementationLukas Rytz2016-04-231-35/+2
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-261-2/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-3/+2
* Integrate flat classpath with the compilermpociecha2014-12-051-3/+9
* Define interface for flat classpath and add package loader using itmpociecha2014-11-301-0/+34
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-3/+3
* Clean up and document some usages of flags in the backendLukas Rytz2014-07-081-12/+29
* Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-05-071-1/+1
* Add back the newClassLoader hook in SymbolLoaders.Sébastien Doeraene2013-09-231-1/+8
* Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-1/+1
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-10/+31
* Deprecate Platform.BinaryRepr.Grzegorz Kossakowski2013-07-271-2/+2
* Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-0/+7
* Move ICodeReader-specific logic out of ClassfileParser.Grzegorz Kossakowski2013-07-271-1/+4
* Eliminate needless Options.Paul Phillips2013-06-081-2/+2
* Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-311-6/+2
* SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-081-2/+6
* Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-2/+9
|\
| * SI-7147 Diagnostic for unexplained assertion in presentation compiler.Jason Zaugg2013-04-021-2/+9
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
* | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-091-8/+4
* | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-17/+17
* | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-051-2/+2
* | Expunged the .net backend.Paul Phillips2012-12-051-17/+2
* | Deprecation patrol.Paul Phillips2012-11-061-2/+2
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+0
|/
* distinguishes flag-agnostic completersEugene Burmako2012-09-241-5/+5
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-4/+4
* Made all statistic code disappear unless built with Statistics.canEnable = trueMartin Odersky2012-08-201-2/+2
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Avoids loading scala.package and scala.reflect.package from source if a class...Martin Odersky2012-07-261-1/+13
* SI-5939 resident compilation of sources in empty packageMartin Odersky2012-07-191-10/+11
* Statistics reorganizationMartin Odersky2012-06-191-3/+9
* Partial redesign of incremental compiler invalidation.Martin Odersky2012-05-301-34/+40
* Updated Symbol to record classfile origin.Paul Phillips2012-05-041-0/+10
* Pushed Symbol/Type creation partitioning further.Paul Phillips2012-04-011-6/+2
* Fixes SI-5593Vlad Ureche2012-03-221-3/+7
* Making reflection thread-safe.Martin Odersky2012-01-251-1/+1
* Symbol creation followup.Paul Phillips2012-01-161-1/+1
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-2/+2