summaryrefslogtreecommitdiff
path: root/test/files/jvm/manifests-new.check
Commit message (Collapse)AuthorAgeFilesLines
* Make -Ytyper-debug output readable.Paul Phillips2013-07-171-2/+2
|
* Normalized line endings.Paul Phillips2012-09-201-58/+58
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-58/+58
| | | | | this uncovers a bug in toolboxes: https://issues.scala-lang.org/browse/SI-6007 however that bug is not critical, so it will be dealt with later
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-35/+35
| | | | | This protects everyone from the confusion caused by stuff like this: https://issues.scala-lang.org/browse/SI-5884
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-6/+6
|
* Checkfile update.Paul Phillips2012-05-091-58/+58
|
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-0/+58
* all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests