]> git.lizzy.rs Git - rust.git/history - src/returns.rs
all: make style of lint messages consistent
[rust.git] / src / returns.rs
2015-08-12 Georg Brandlall: make style of lint messages consistent
2015-08-12 Manish GoregaokarMerge pull request #134 from birkenfeld/if_let_chain_macro
2015-08-12 Georg Brandlutils: implement if_let_chain macro as suggested by...
2015-08-11 Manish GoregaokarMerge pull request #132 from birkenfeld/let_and_return
2015-08-11 Georg Brandlnew lint for "let x = EXPR; x" at the end of functions...
2015-08-11 Georg Brandlmove NeedlessReturn pass out to its own module and...