about summary refs log tree commit diff
path: root/clippy_lints/src/missing_doc.rs
AgeCommit message (Expand)AuthorLines
2018-01-15RustupOliver Schneider-1/+0
2018-01-14Don't warn about missing docs for main()Manish Goregaokar-1/+11
2017-12-15Rustup and lazy_static version mismatch fixOliver Schneider-0/+1
2017-11-05Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)Matt Kraai-1/+1
2017-09-20avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...Andre Bogus-10/+1
2017-09-05Run nightly rustfmtOliver Schneider-20/+18
2017-09-03Run rustfmtManish Goregaokar-0/+1
2017-08-21Run Dogfood for `use_self`Oliver Schneider-4/+4
2017-08-14RustupOliver Schneider-0/+1
2017-08-14Handfix dogfood issues with the rustfmt changesOliver Schneider-0/+1
2017-08-14RustfmtOliver Schneider-16/+29
2017-04-16Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15)Mrmaxmeier-0/+1
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-1/+1
2017-03-21Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)Enrico Schmitz-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type error...Manish Goregaokar-3/+3
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-1/+4
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-31/+28
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-9/+9
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-8/+8
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-4/+1
2016-09-04Revert "Remove all `union` stuffs"mcarton-1/+1
2016-08-31Remove all `union` stuffsmcarton-1/+1
2016-08-31Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*mcarton-2/+3
2016-08-23`in_macro` check in `MISSING_DOCS_IN_PRIVATE_ITEMS`mcarton-0/+6
2016-08-23Add a `MISSING_DOCS_IN_PRIVATE_ITEMS` lintmcarton-0/+172