rust/compiler/rustc_session/src
Matthias Krüger fbfc5ada02
Rollup merge of #105423 - oli-obk:symbols, r=jackh726
Use `Symbol` for the crate name instead of `String`/`str`

It always got converted to a symbol anyway
2022-12-08 12:57:32 +01:00
..
config Change process spawning to inherit the parent's signal mask by default 2022-10-20 14:53:38 -07:00
cgu_reuse_tracker.rs Remove useless borrows and derefs 2022-12-01 17:34:43 +00:00
code_stats.rs avoid some Symbol to String conversions 2022-07-17 04:09:20 +09:00
config.rs Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa 2022-12-06 09:21:49 +00:00
cstore.rs change rlib format to discern native dependencies 2022-09-12 16:45:03 +03:00
errors.rs Use Symbol for the crate name instead of String/str 2022-12-07 20:30:02 +00:00
filesearch.rs improve filesearch::get_or_default_sysroot r=ozkanonur 2022-11-04 17:06:47 +03:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
options.rs Add -Z maximal-hir-to-mir-coverage flag 2022-12-04 23:58:20 -08:00
output.rs Use Symbol for the crate name instead of String/str 2022-12-07 20:30:02 +00:00
parse.rs Add more track_caller 2022-10-31 16:14:29 +01:00
search_paths.rs incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. 2022-04-19 10:43:20 +02:00
session.rs Detect long types in E0308 and write them to disk 2022-11-28 14:08:18 -08:00
utils.rs Get rid of native_library projection queries 2022-10-19 16:21:21 +02:00