about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-09-21Auto merge of #4562 - phansch:wildcard_enum_match_rustfix, r=llogiqbors-5/+73
2019-09-21Add run-rustfix for wildcard_enum_match_arm lintPhilipp Hansch-5/+73
2019-09-21Auto merge of #4558 - Manishearth:suggestions, r=phanschbors-224/+675
2019-09-21inline_fn_without_body: make it use a rustfix pageManish Goregaokar-3/+22
2019-09-21implicit_return: make it use a rustfix testManish Goregaokar-11/+116
2019-09-21identity_conversion: make it use a rustfix testManish Goregaokar-11/+71
2019-09-21for_loop: Split test into fixable/unfixable, make needless_range_loop use upd...Manish Goregaokar-76/+379
2019-09-20eq_op: stop testing nonminimal_bool in same fileManish Goregaokar-40/+2
2019-09-20op_ref: Move tests out of eq_op fileManish Goregaokar-84/+84
2019-09-20Auto merge of #4511 - rust-lang:replace_uninitialized, r=flip1995bors-33/+171
2019-09-20deref_addrof_double_trigger: Note why rustfix can't be usedManish Goregaokar-4/+6
2019-09-20assign_ops: Remove MachineApplicableManish Goregaokar-2/+2
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-33/+171
2019-09-19Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995bors-1/+20
2019-09-19Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995bors-5/+6
2019-09-19Auto merge of #4535 - rust-lang:unsafe-doc, r=flip1995bors-31/+133
2019-09-19New lint: Require `# Safety` section in pub unsafe fn docsAndre Bogus-31/+133
2019-09-19Auto merge of #4551 - mikerite:fix-ice-reporting, r=llogiqbors-63/+90
2019-09-18Work around qpath_res issueMichael Wright-63/+74
2019-09-18remove machine applicable suggestion explicit_write format #4542Josh Mcguigan-1/+20
2019-09-18Add note about refactoringmikerite-0/+4
2019-09-17Add ICE regression testflip1995-0/+15
2019-09-16Changes to catch_fatal_errors in rustc driverJason Olson-1/+2
2019-09-15Changes cast-lossless to a pedantic lintJason Olson-5/+6
2019-09-14Auto merge of #4513 - matthiaskrgr:dogdood_incrcomp, r=llogiqbors-6/+12
2019-09-14Auto merge of #4540 - jolson88:fix-place-projection, r=phanschbors-6/+5
2019-09-13Convert to Place's new boxed slice projectionJason Olson-6/+5
2019-09-13Apply review suggestionsMichael Wright-11/+3
2019-09-12Auto merge of #4536 - matthiaskrgr:impl_lint_doc, r=flip1995bors-15/+17
2019-09-12Auto merge of #4538 - mikerite:fix-3567, r=flip1995bors-1/+45
2019-09-12Verify that issue #3567 is resolvedMichael Wright-1/+45
2019-09-12Fix lint warningsMichael Wright-58/+63
2019-09-12Add `unneeded-wildcard-pattern` lintMichael Wright-3/+254
2019-09-11docs: fix broken link in adding_lints documantationMatthias Krüger-15/+17
2019-09-11tests: dogfood: run tests with debuginfo=0 reducing dogfood target dir size e...Matthias Krüger-6/+10
2019-09-11tests: execute dogfood tests with incremental compilation disabledMatthias Krüger-0/+2
2019-09-11Auto merge of #4478 - tsurai:master, r=flip1995bors-7/+35
2019-09-11Auto merge of #4534 - matthiaskrgr:fmt_, r=flip1995bors-20/+20
2019-09-11run rustfmtMatthias Krüger-20/+20
2019-09-10Auto merge of #4532 - rust-lang:integer-const, r=oli-obkbors-20/+98
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-20/+98
2019-09-10Auto merge of #4525 - mikerite:use-self-constructor, r=phanschbors-35/+35
2019-09-10Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgrbors-1/+0
2019-09-10Remove feature gate bind-by-moveLzu Tao-1/+0
2019-09-09Auto merge of #4527 - rust-lang:more-vec-diag-items, r=oli-obkbors-4/+4
2019-09-09Auto merge of #4522 - mikerite:fix-4514, r=phanschbors-25/+54
2019-09-09Changed more Vec paths to diagnostic_itemsAndre Bogus-4/+4
2019-09-09Auto merge of #4458 - flip1995:block_in_if_ext_macro, r=phanschbors-1/+16
2019-09-09Auto merge of #4510 - lzutao:unsep-literals-regression-macro-attr, r=flip1995bors-17/+33
2019-09-09Add a regression test for proc-macro attributeLzu Tao-9/+26