about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/dynamic_lib.rs
AgeCommit message (Collapse)AuthorLines
2021-12-06replace dynamic library module with libloadingAndy Russell-194/+0
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-4/+3
Due to the std/alloc split, it is not possible to make `alloc::collections::TryReserveError::AllocError` non-exhaustive without having an unstable, doc-hidden method to construct (which negates the benefits from `#[non_exhaustive]`.
2021-05-02Change 'NULL' to 'null'Brent Kerby-3/+3
2020-08-30mv compiler to compiler/mark-0/+195