rust/compiler/rustc_session/src
bors c474aa7db0 Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead
clippy::style fixes

r? `@oli-obk`

filter_map_identity
iter_kv_map
needless_question_mark
redundant_at_rest_pattern
filter_next
derivable_impls
useless_format
2023-07-23 14:09:19 +00: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 fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
config.rs match on chars instead of &strs for .split() or .strip_prefix() 2023-07-23 10:13:41 +02:00
cstore.rs Do not fetch HIR in native_libs. 2023-07-17 07:37:03 +00:00
errors.rs Move OutFileName writing into rustc_session 2023-07-20 11:04:31 -07:00
filesearch.rs bump windows crate 0.46 -> 0.48 in workspace 2023-05-09 18:20:13 +03:00
lib.rs Collect VTable stats & add -Zprint-vtable-sizes 2023-06-12 15:58:35 +00:00
options.rs match on chars instead of &strs for .split() or .strip_prefix() 2023-07-23 10:13:41 +02:00
output.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
parse.rs On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
search_paths.rs Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
session.rs Auto merge of #113707 - sivadeilra:user/ardavis/sha256, r=eholk 2023-07-21 07:24:27 +00:00
utils.rs Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk 2023-03-23 19:55:45 +01:00