about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-11Auto merge of #4368 - RalfJung:invalid_ref, r=oli-obkbors-172/+11
2019-08-11update_lintsRalf Jung-10/+2
2019-08-11deprecate invalid_ref lintRalf Jung-162/+9
2019-08-11docs: Explain how to update the changelogPhilipp Hansch-0/+61
2019-08-10Fix `wrong_self_convention` issueMichael Wright-1/+36
2019-08-10Simplify `wrong_self_convention` codeMichael Wright-153/+76
2019-08-10Rename implitem to impl_itemMichael Wright-12/+12
2019-08-09fixed tests (again) and added a test that should actually cause a warning for...Lukas Markeffsky-23/+40
2019-08-09removed unused imports #2Lukas Markeffsky-21/+20
2019-08-09removed unused importsLukas Markeffsky-23/+21
2019-08-09upgrade test to rust 2018Lukas Markeffsky-29/+24
2019-08-09Document how to write tests requiring the 2018 editionflip1995-0/+7
2019-08-09new_ret_no_self: walk associated types in impl Trait return typesLukas Markeffsky-24/+43
2019-08-09Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995bors-2/+18
2019-08-09Auto merge of #4361 - lzutao:fix-raw-string-on-single_char_pattern, r=phanschbors-4/+55
2019-08-09Add more tests for raw string literalLzu Tao-1/+25
2019-08-09Auto merge of #4360 - atouchet:patch-1, r=phanschbors-2/+2
2019-08-09Fix lint_cstring_as_ptr for expectLzu Tao-2/+18
2019-08-09Fix lint_single_char_pattern on raw string literalLzu Tao-4/+31
2019-08-08Fix HTTPS in linksAlex Touchet-2/+2
2019-08-08Auto merge of #4358 - lzutao:cleanup_implicit_return, r=flip1995bors-10/+2
2019-08-08Auto merge of #4357 - lzutao:update-pr-template, r=flip1995bors-3/+7
2019-08-08Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995bors-4/+53
2019-08-08template: Update how to format source code with ./util/devLzu Tao-3/+7
2019-08-08Use source_callsite() instead of recursive outer_expn_info()Lzu Tao-10/+2
2019-08-08Use snippet_with_macro_callsite suggested by flip1995Lzu Tao-15/+6
2019-08-08Fix macro expansion in try_err lintLzu Tao-4/+62
2019-08-07Auto merge of #4350 - matthiaskrgr:readme_cargo_fix_clippy, r=phanschbors-0/+9
2019-08-07Update README.md (fix typo)Matthias Krüger-1/+1
2019-08-07README: mention that cargo fix has experimental support for applying some cli...Matthias Krüger-0/+9
2019-08-07Auto merge of #4339 - phansch:rustfix_needless_bool, r=flip1995bors-100/+221
2019-08-07Auto merge of #4345 - phansch:enum_variants_fix, r=flip1995bors-1/+18
2019-08-07Auto merge of #4346 - atouchet:links, r=flip1995bors-10/+10
2019-08-07Auto merge of #4340 - lzutao:rustup, r=oli-obkbors-6/+6
2019-08-06Update ReadmeAlex Touchet-10/+10
2019-08-06Don't emit enum_variant_names if remainder starts with a numericPhilipp Hansch-1/+18
2019-08-06Rustup https://github.com/rust-lang/rust/pull/59369Lzu Tao-6/+6
2019-08-05Add run-rustfix for needless_bool lintPhilipp Hansch-100/+221
2019-08-05Auto merge of #4335 - phansch:fix_needless_bool_suggestion, r=flip1995bors-23/+22
2019-08-05fmtPhilipp Hansch-7/+3
2019-08-05Fix needless_bool suggestion with if-else-if-elsePhilipp Hansch-23/+26
2019-08-05Auto merge of #4203 - Urriel:feat/333_calling_main, r=flip1995bors-2/+149
2019-08-05Ignore no_std-test on windows and macosflip1995-0/+3
2019-08-05Run update_lints and fmtflip1995-2/+2
2019-08-05Move expression check to LateLintPassVincent Dal Maso-32/+72
2019-08-05Add recursion check on main functionVincent Dal Maso-0/+104
2019-08-05Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995bors-120/+261
2019-08-05Rollup merge of #4332 - phansch:rustfix_unnecessary_cast, r=flip1995Philipp Krones-67/+102
2019-08-05Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995Philipp Krones-16/+57
2019-08-05Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995Philipp Krones-10/+29