]> git.lizzy.rs Git - rust.git/history - src/closures.rs
Cargo fmt and update tests
[rust.git] / src / closures.rs
2017-11-29 Nick CameronMerge pull request #2209 from topecongiro/issue-2207
2017-11-29 Seiichi UchidaRename is_dummy to has_braces
2017-11-29 Seiichi UchidaUse an explicit flag to decide on whether to add brace...
2017-11-27 Nick CameronMerge multiline_closure_forces_block and multiline_matc...
2017-11-20 Nick CameronMerge pull request #2172 from topecongiro/issue-2171
2017-11-20 topecongiroDo not squash unsafe block
2017-11-20 Nick CameronMerge pull request #2161 from topecongiro/issue-1807
2017-11-16 topecongiroGeneralize ListItems to allow a separator other than...
2017-11-16 topecongiroCargo fmt
2017-11-13 Nick CameronCollapse multiple blocks in closures
2017-11-13 Nick CameronMore closures refactoring
2017-11-13 Nick Cameronremove closure_block_indent_threshold option
2017-11-13 Nick CameronMerge pull request #2146 from topecongiro/where-on...
2017-11-13 Nick CameronExtract a closures module