| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-31 | Lint within internal macros without a suggestion | Krishna Veera Reddy | -5/+5 | |
| 2019-12-31 | Prevent `mem_replace_with_default` lint within macros | Krishna Veera Reddy | -5/+5 | |
| Also added test cases for internal and external macros. | ||||
| 2019-12-31 | Add test cases for replace with `Default::default()` | Krishna Veera Reddy | -1/+7 | |
| 2019-12-31 | Use `mem::take` instead of `mem::replace` when applicable | Krishna Veera Reddy | -3/+17 | |
| `std::mem::take` can be used to replace a value of type `T` with `T::default()` instead of `std::mem::replace`. | ||||
| 2019-01-13 | Add run-rustfix to mem_replace test | Wilco Kusee | -2/+2 | |
| 2018-12-28 | Update *.stderr files | flip1995 | -2/+2 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -4/+4 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -8/+8 | |
| 2018-09-19 | mem_replace: match on path. | Jay Kickliter | -1/+7 | |
| 2018-09-19 | Add lint for `mem::replace(.., None)`. | Jay Kickliter | -0/+10 | |
| Suggest `Option::take()` as an alternative. | ||||
