rust/compiler/rustc_middle/src/util
Yuri Astrakhan aef0e346de Avoid ref when using format! in compiler
Clean up a few minor refs in `format!` macro, as it has a performance cost. Apparently the compiler is unable to inline `format!("{}", &variable)`, and does a run-time double-reference instead (format macro already does one level referencing).  Inlining format args prevents accidental `&` misuse.
2024-07-19 14:52:07 -04:00
..
common mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
bug.rs Make span_bug panic site useful again 2024-03-19 09:19:12 +00:00
call_kind.rs Instance::resolve -> Instance::try_resolve, and other nits 2024-07-02 17:28:03 -04:00
common.rs remove some ancient debug output, looks unused? 2024-04-13 11:30:48 +03:00
find_self_call.rs Avoid ref when using format! in compiler 2024-07-19 14:52:07 -04:00
mod.rs Merge ExternProviders into the general Providers struct 2023-09-22 20:15:34 +00:00