summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/symtab
Commit message (Expand)AuthorAgeFilesLines
* SI-10093 don't move member traits to constructor body in constructorsLukas Rytz2016-12-061-2/+38
* re-enable two tests (starr is up to date now)Lukas Rytz2016-09-301-3/+4
* Reduce flag fiddlingAdriaan Moors2016-08-111-5/+0
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-8/+5
* remove recursive classpath implementationLukas Rytz2016-04-231-17/+3
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-3/+3
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-1/+0
* SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-221-1/+3
* Query methods in api.Symbols for Java flagsLukas Rytz2015-07-221-0/+7
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-221-0/+89
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-2/+2
* SI-8818 FreshName extractor forgives suffixSom Snytt2015-02-091-6/+6
* SI-9133 Harden against infinite loop in NoSymbol.ownerJason Zaugg2015-02-031-0/+5
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-1/+1
* Integrate flat classpath with the compilermpociecha2014-12-051-3/+26
* SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-301-0/+12
* Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-09-241-1/+0
* Fix assertThrows, and the behaviors that it shadowedLukas Rytz2014-09-023-6/+10
* Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-041-0/+7
* Uniformly route reporting through reporter.Adriaan Moors2014-07-041-0/+5
* additional class tags for reflection APIEugene Burmako2014-02-141-0/+6
* SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-241-0/+1
* refactor out fresh name prefix extraction logicDen Shabalin2013-11-171-0/+47
* re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-181-0/+2
* Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-031-4/+4
* SI-7841 More robust unspecialization of namesJason Zaugg2013-09-161-0/+46
* addresses feedback regarding new junit testsDen Shabalin2013-08-152-14/+8
* SI-7731 make CannotHaveAttrs more consistentDen Shabalin2013-08-141-0/+70
* Add sample to SymbolTableTest using custom symbols and type.Grzegorz Kossakowski2013-08-021-0/+21
* Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-1/+1
* Add example of SymbolTable unit test.Grzegorz Kossakowski2013-07-272-0/+118