| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | parent_def_id -> parent | flip1995 | -1/+2 |
| 2019-03-15 | item_path_str -> def_path_str | flip1995 | -3/+3 |
| 2019-03-15 | Reimplement AbsolutePathBuffer | flip1995 | -34/+107 |
| 2019-03-15 | Auto merge of #3883 - daxpedda:missing_docs_in_private_items, r=phansch | bors | -2/+19 |
| 2019-03-14 | Add a test for `doc(include)` | daxpedda | -3/+1 |
| 2019-03-14 | Add `doc(include = ...)` detection to `missing_docs_in_private_items` | daxpedda | -2/+21 |
| 2019-03-14 | Auto merge of #3877 - rink1969:3842, r=flip1995 | bors | -1/+29 |
| 2019-03-14 | casting integer literal to float is unnecessary | rink1969 | -1/+29 |
| 2019-03-13 | Auto merge of #3873 - phansch:hiridification, r=flip1995 | bors | -16/+15 |
| 2019-03-13 | cargo fmt | Philipp Hansch | -2/+2 |
| 2019-03-12 | Auto merge of #3869 - taiki-e:use_self, r=flip1995 | bors | -1/+2 |
| 2019-03-12 | Auto merge of #3794 - mikerite:fix-3739, r=phansch | bors | -2/+2 |
| 2019-03-12 | Use `HirId` instead of `NodeId` for lookup | Philipp Hansch | -2/+1 |
| 2019-03-12 | Auto merge of #3871 - taiki-e:needless_continue, r=phansch | bors | -14/+26 |
| 2019-03-12 | Rename span_lint_node* functions to span_lint_hir* | Philipp Hansch | -14/+14 |
| 2019-03-12 | Auto merge of #3865 - phansch:run_more_doc_tests, r=flip1995 | bors | -52/+103 |
| 2019-03-12 | Merge branch 'master' into fix-3739 | Michael Wright | -6483/+6846 |
| 2019-03-12 | Run more doc tests | Philipp Hansch | -52/+103 |
| 2019-03-12 | Fix `needless_continue` false positive | Taiki Endo | -14/+26 |
| 2019-03-11 | Fix `use_self` false positive on nested functions | Taiki Endo | -1/+2 |
| 2019-03-11 | Filter out proc_macro and proc_macro_attribute | Taiki Endo | -6/+11 |
| 2019-03-10 | Fix/Ignore doc tests | flip1995 | -10/+13 |
| 2019-03-10 | Run rustfmt | flip1995 | -6/+5 |
| 2019-03-10 | Addressed points raised in review. | Alexander Regueiro | -42/+37 |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -312/+334 |
| 2019-03-09 | Move get_unwrap to restriction | Manish Goregaokar | -3/+2 |
| 2019-03-09 | Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995 | bors | -47/+41 |
| 2019-03-09 | Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995 | Philipp Krones | -1/+20 |
| 2019-03-09 | Rollup merge of #3852 - phansch:refactor_assign_ops, r=flip1995 | Philipp Krones | -46/+52 |
| 2019-03-09 | Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995 | Philipp Krones | -27/+35 |
| 2019-03-08 | Refactor: Remove utils::opt_def_id | Philipp Hansch | -47/+41 |
| 2019-03-08 | Document match_path, improve match_qpath docs | Philipp Hansch | -1/+20 |
| 2019-03-08 | cargo fmt | Philipp Hansch | -7/+13 |
| 2019-03-08 | fmt | Philipp Hansch | -1/+3 |
| 2019-03-08 | Update clippy_lints/src/utils/mod.rs | Philipp Krones | -1/+1 |
| 2019-03-08 | Fix doctest | Philipp Hansch | -2/+8 |
| 2019-03-08 | Refactor: Cleanup one part of assign_ops lint | Philipp Hansch | -46/+46 |
| 2019-03-07 | align with rust-lang/rust/#58992 | ljedrz | -46/+42 |
| 2019-03-07 | fix missing a semicolon | rchaser53 | -1/+1 |
| 2019-03-07 | Refactor: Extract `trait_ref_of_method` function | Philipp Hansch | -27/+27 |
| 2019-03-06 | Renamed: Cyclomatic Complexity -> Cognitive Complexity | Félix Fischer | -33/+51 |
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -127/+137 |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -5359/+5377 |
| 2019-03-05 | Fix missing_const_for_fn for impl trait methods | Philipp Hansch | -1/+14 |
| 2019-03-04 | Don't trigger missing_const_for_fn in external macros | Philipp Hansch | -2/+2 |
| 2019-03-03 | fmt fixes | Philipp Hansch | -7/+8 |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -82/+80 |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -32/+31 |
| 2019-03-01 | Place::Local(x) is now Place::Base(PlaceBase::Local(x)) | Santiago Pastorino | -4/+5 |
| 2019-02-28 | Error an unknown or deprecated Clippy attribute | flip1995 | -84/+140 |