about summary refs log tree commit diff
path: root/src/librustc_metadata/dynamic_lib
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-18/+0
2020-04-25Remove support for self-openingMark Rousskov-29/+1
This was only used for linkage test cases, which is already covered by the run-make-fulldeps/symbol-visibility test -- which fairly extensively makes sure we're correctly exporting the right symbols at the right visibility (for various Rust crate types).
2019-12-22Format the worldMark Rousskov-8/+7
2019-06-16Separate librustc_metadata modulechansuke-0/+47