rust/src/librustc_borrowck
Zack M. Davis d37edef9dd prefer if let to match with None => {} arm in some places
This is a spiritual succesor to #34268/8531d581, in which we replaced a
number of matches of None to the unit value with `if let` conditionals
where it was judged that this made for clearer/simpler code (as would be
recommended by Manishearth/rust-clippy's `single_match` lint). The same
rationale applies to matches of None to the empty block.
2016-07-03 16:27:02 -07:00
..
borrowck prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
bitslice.rs Add notes that data-structures should potentially move to different crate. 2016-05-25 14:54:31 +02:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
diagnostics.rs Auto merge of #34133 - m-decoster:master, r=GuillaumeGomez 2016-06-12 15:35:32 -07:00
graphviz.rs rustc: move cfg, infer, traits and ty from middle to top-level. 2016-03-27 01:05:54 +02:00
indexed_set.rs introduce the type-safe IdxVec and use it instead of loose indexes 2016-06-09 14:26:08 +03:00
lib.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00