rust/compiler/rustc_middle/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
..
dep_graph
hir Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" 2021-12-12 12:34:46 +08:00
infer Remap more env constness for queries 2021-12-12 12:35:00 +08:00
middle Remove SymbolStr. 2021-12-15 13:30:26 +11:00
mir Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" 2021-12-12 12:34:46 +08:00
query Remap more env constness for queries 2021-12-12 12:35:00 +08:00
thir
traits Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" 2021-12-12 12:34:46 +08:00
ty Remove SymbolStr. 2021-12-15 13:30:26 +11:00
util
arena.rs
lib.rs std: Stabilize the thread_local_const_init feature 2021-11-29 07:23:46 -08:00
lint.rs
macros.rs Rename TypeFolderFallible to FallibleTypeFolder 2021-12-02 16:14:18 +00:00
tests.rs
thir.rs