rust/compiler/rustc_metadata/src
Nicholas Nethercote 8cddcd39ba Remove SymbolStr.
By changing `as_str()` to take `&self` instead of `self`, we can just
return `&str`. We're still lying about lifetimes, but it's a smaller lie
than before, where `SymbolStr` contained a (fake) `&'static str`!
2021-12-15 13:30:26 +11:00
..
rmeta Auto merge of #91715 - the8472:bump-rmeta-fromat-version, r=Mark-Simulacrum 2021-12-11 01:00:14 +00:00
creader.rs replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00
dependency_format.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
foreign_modules.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
lib.rs replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00
locator.rs Remove SymbolStr. 2021-12-15 13:30:26 +11:00
native_libs.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00