about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-75/+378
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-20deref_addrof_double_trigger: Note why rustfix can't be usedManish Goregaokar-4/+6
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-0/+62
2019-09-19Auto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995bors-0/+18
2019-09-19Auto merge of #4539 - jolson88:cast-lossless-pedantic, r=flip1995bors-1/+3
2019-09-19New lint: Require `# Safety` section in pub unsafe fn docsAndre Bogus-0/+37
2019-09-18Work around qpath_res issueMichael Wright-37/+35
2019-09-18remove machine applicable suggestion explicit_write format #4542Josh Mcguigan-0/+18
2019-09-17Add ICE regression testflip1995-0/+15
2019-09-15Changes cast-lossless to a pedantic lintJason Olson-1/+3
2019-09-14Auto merge of #4513 - matthiaskrgr:dogdood_incrcomp, r=llogiqbors-6/+12
2019-09-12Verify that issue #3567 is resolvedMichael Wright-1/+45
2019-09-12Add `unneeded-wildcard-pattern` lintMichael Wright-0/+150
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/+27
2019-09-11run rustfmtMatthias Krüger-4/+0
2019-09-10Auto merge of #4532 - rust-lang:integer-const, r=oli-obkbors-4/+65
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-4/+65
2019-09-10Auto merge of #4525 - mikerite:use-self-constructor, r=phanschbors-33/+33
2019-09-09Auto merge of #4522 - mikerite:fix-4514, r=phanschbors-0/+24
2019-09-09Auto merge of #4458 - flip1995:block_in_if_ext_macro, r=phanschbors-0/+12
2019-09-09Add a regression test for proc-macro attributeLzu Tao-9/+23
2019-09-09Extend `use_self` to check constructorMichael Wright-33/+33
2019-09-09Merge branch 'master' into fix-4514Michael Wright-109/+50
2019-09-08Remove use of the HIR CFGMatthew Jasper-109/+50
2019-09-08Fix `or_fun_call` bad suggestionMichael Wright-0/+24
2019-09-05Auto merge of #4489 - JohnTitor:fix-redundant-pattern-false-positive, r=flip1995bors-2/+30
2019-09-05Run rustfixYuki Okushi-1/+23
2019-09-04Auto merge of #4495 - JohnTitor:fix-map-entry-false-positive, r=phanschbors-0/+14
2019-09-05Make it auto fixable lintYuki Okushi-1/+1
2019-09-05Fix `redundant_pattern` false positiveYuki Okushi-1/+7
2019-09-05Improve testsYuki Okushi-1/+8
2019-09-04Auto merge of #4487 - JohnTitor:deref-addrof-external-macro, r=flip1995bors-0/+10
2019-09-04Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995bors-6/+60
2019-09-04use a structured suggestion for char-lit-as-u8Andy Russell-6/+60
2019-09-04Auto merge of #4498 - sinkuu:checked_arithmetic_unwrap, r=flip1995bors-0/+263
2019-09-04Auto merge of #4490 - mikerite:fix-4364, r=flip1995bors-1/+2
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-0/+263
2019-09-04Auto merge of #4454 - BO41:search_is_some, r=flip1995bors-18/+35
2019-09-03Try to fix .fixedBO41-332/+32
2019-09-03Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995bors-0/+39
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-0/+39
2019-09-03Fix `map_entry` false positiveYuki Okushi-0/+7
2019-09-03Fix `too_many_lines` false positiveMichael Wright-1/+2