rust/src/librustc_interface
Dylan DPC 3b3f7bd020
Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC
fix more clippy warnings

clippy::{redundant_pattern_matching, clone_on_copy, iter_cloned_collect, option_as_ref_deref, match_ref_pats}

r? @Dylan-DPC
2020-04-26 13:42:31 +02:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Query-ify Instance::resolve 2020-04-05 01:21:36 -04:00
Cargo.toml Remove unused dependencies 2020-04-20 17:59:27 +09:00
interface.rs use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
lib.rs Depend on libc from crates.io 2020-04-11 11:07:04 -04:00
passes.rs Replace thread_local with generator resume arguments in box_region. 2020-04-25 18:19:27 +02:00
proc_macro_decls.rs librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
queries.rs use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
tests.rs rustc_target: Stop using "string typing" for relocation models 2020-04-26 11:18:47 +03:00
util.rs fix more clippy warnings 2020-04-26 02:24:01 +02:00