rust/src
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
..
bootstrap Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichton 2016-07-03 02:17:58 -07:00
build_helper
compiler-rt@a1ef94b760
doc Auto merge of #34532 - jonmarkprice:master, r=steveklabnik 2016-07-03 07:47:36 -07:00
driver
etc
grammar
jemalloc@aab1c0a0e0
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelix 2016-06-30 07:39:32 +00:00
libcollectionstest
libcore prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libcoretest std: use siphash-1-3 for HashMap 2016-06-29 16:08:32 -07:00
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@45d85899e9
liblog
libpanic_abort
libpanic_unwind
librand prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librbml
librustc prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_back
librustc_bitflags
librustc_borrowck prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_const_eval prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_const_math
librustc_data_structures Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddyb 2016-07-02 12:25:29 -07:00
librustc_driver
librustc_errors
librustc_incremental
librustc_lint prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_llvm prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_metadata prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_mir
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #34542 - jseyfried:fix_recursive_modules, r=nrc 2016-06-29 21:21:24 +05:30
librustc_save_analysis prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_trans prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_typeck prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_unicode
librustdoc prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libserialize prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libstd Rollup merge of #34583 - steveklabnik:remove-unneeded-deprecated, r=alexcrichton 2016-07-02 15:46:50 +05:30
libsyntax prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libsyntax_ext prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libsyntax_pos
libterm
libtest prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libunwind
llvm@80ad955b60
rt
rtstartup
rust-installer@c37d3747da
rustc refactor rustc_metadata to use CamelCase names and IndexVec 2016-06-28 23:41:09 +03:00
rustllvm
test Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa 2016-07-02 17:25:05 -07:00
tools Rollup merge of #34566 - ollie27:linkchecker_invalid_urls, r=alexcrichton 2016-07-02 15:46:49 +05:30
stage0.txt