rust/src/librustc_codegen_ssa/back
Matthias Krüger d8d2004c6f Don't use "if let" bindings to only check a value and not actually bind anything.
For example:  `if let Some(_) = foo() {}`	can be reduced to	`if foo().is_some() {}`   (clippy::redundant_pattern_matching)
2020-03-04 20:41:03 +01:00
..
rpath Format the world 2019-12-22 17:42:47 -05:00
archive.rs Normalize syntax::symbol imports. 2020-01-02 13:57:04 +01:00
command.rs Normalize syntax::symbol imports. 2020-01-02 13:57:04 +01:00
link.rs Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor 2020-03-03 21:26:13 +01:00
linker.rs Add support for Control Flow Guard on Windows. 2020-01-28 14:43:23 +00:00
lto.rs Format the world 2019-12-22 17:42:47 -05:00
mod.rs Format the world 2019-12-22 17:42:47 -05:00
rpath.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
symbol_export.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
write.rs Don't use "if let" bindings to only check a value and not actually bind anything. 2020-03-04 20:41:03 +01:00